http://www.dynamicdrive.com/dynamicindex10/topmsg.htm
Above is the link to the Always on top message
How do I change the font of the message? And can a graphic be inserted?
http://www.dynamicdrive.com/dynamicindex10/topmsg.htm
Above is the link to the Always on top message
How do I change the font of the message? And can a graphic be inserted?
Change the following.
The text formatting could be done with CSS, but as it's already using the <font> tag in the example, I shalln't confuse you.Code:var message='<b><font color=000000 size=5 face="font name here>Help us spread the word. Please <a href="../link.htm">link to us</a>!</font></b><img src="image url here">'
cr3
A retired member, drop me a line through my site if you'd like to find me!
cr3ative media | read the stickies
(hands Cr3 some quotation marks) You dropped these, sir.
Code:var message='<b><font color="#000000 size=5 face="font name here">Help us spread the word. Please <a href="../link.htm">link to us</a>!</font></b><img src="image url here">'
Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!
You are both wrong, um too strong, guilty of typos. Here is how it should look:
It's all a bit confusing because the demo, originally written for NS4 and IE5 (or 4?) did not use proper syntax for current Mozilla based browsers but, according to the demo page, the script was updated. The message string was not.Code:var message='<b><font color="#000000" size="5" face="font name here">Help us spread the word. Please <a href="../link.htm">link to us</a>!</font></b><img src="image url here">'
- John________________________
Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate
Thank you, worked perfectly !!!!!
Whoops, I missed one off the end of the colour. Numerical values don't need quotes, though it's usually a good idea to put them in anyway.
Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!
Bookmarks