MyBB Community Forums

Full Version: My site........
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3
ok then. Well, if you know anyone that could help, can you get them to contact me if they want please.

k776
Please don't contact people via Instant Messengers requesting this.

Not only is it rude, but also annoying.
ok, sorry bout that :$ I have been searching almost day and night trying to find a way to intergrate the script. The code is correct but it just does not seem to work :/ Its probably so obvios but I cant see it. And whats worse, there is no error indicating what is wrong which makes it ever harder. So sorry for buggin everyone. Thanks anyway Smile

k776
There are several sites you can check out to help you.

www.php.net, www.w3schools.com being two.

Or you can simply go to Google and search for Learn PHP.
ok, do you know any good php support forums to ask my questions??

k776
The border-color css does not work in firefox. Any ideas why??

See: http://www.linuxbox.co.nz/~kieran/HomePage/styles.css

k776

[offtopic]
Is there any form of bookmark code in firefox??
[/offtopic]
/* double border */
table.double {
border: #000000 solid 1px;
}

As for the bookmark question... Firefox doesn't support any bookmark code (it's a security feature). You can instruct the user to press CTRL+D in Mozilla or Firefox.
thank Matt Light. Ok, heres another question then:

IE does support bookmark, so displays the link "bookmark this page" text I told it to.

I want a code that if viewed in firefox, make it not have a gap like at the moment, but instead display "Press Ctrl + D to bookmark this page" in firefox only. Is this possible??

Something like:
<javascript>
if IE.browser
print: bookmark code here
else
print="Press Ctrl + D to bookmark this page"
</script>
or simalar

k776
I suggest using PHP to determine browser, it's easier I think. =/

Although I wouldn't have any clue how... sorry.

To call what browser the visitor is using use:

$_SERVER["HTTP_USER_AGENT"]
Pages: 1 2 3