Stupid HTML problem...

Started by
5 comments, last by Puzzler183 21 years, 9 months ago
Does anyone know how to get a marquee to right align? I am trying to do a simple logo that scrools to the middle from the right and it won''t right align. Please help and happy coding...
Advertisement
Marquees aren''t part of HTML.

what do you mean right align?? And yes they are part of HTML
quote:Original post by HunterTKilla
And yes they are part of HTML

No they're not.



[edited by - Null and Void on June 29, 2002 11:16:47 PM]
Just stick the marquee inside the table data portion of a table. Tables are very handy for aligning things

Simply set the table width to 100%, create two parallel TD columns, each of width 50%, and place the marquee tag inside the second column.
Marquees don''t work with Netscape and are about as annoying as blinking text.

Here''s a good start on what you can do with them.

http://www.annabella.net/marquee.html

Ben


IcarusIndie.com [ The Rabbit Hole | The Labyrinth | DevZone | Gang Wars | The Wall | Hosting ]
I understand that they arne''t a standard part of HTML and I have it setup to just display the image and not try to scroll it if the use is browsing with netscape. Besides it will not be annoying and will only happen once. Thankyou Munkie, you made me feel stupid for not thinking of that.

This topic is closed to new replies.

Advertisement