nathanmarck Posted May 3, 2008 Posted May 3, 2008 I was just reading the Manual and i found a cool little thing. You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. This is the type of thing it outputs So i thought how could i incorporate this into my game? I know add it on all pages. So in header.php under: You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. Add You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. That will output Some text here If you would like more that one line just put where you want the new line Quote
Guest Anonymous Posted May 3, 2008 Posted May 3, 2008 Re: Making a marquee on all pages Of course if you want your web pages to validate -- the marquee tag cannot be used. It was never ratified in basic HTML never mind in XHTML, plus as an entity it's rather poor. JS is a better solution here - simple, clean, cross-browser and will validate. Plus it will degrade nicely. Quote
mdshare Posted May 3, 2008 Posted May 3, 2008 Re: Making a marquee on all pages me hides very far away from nyna <marquee id="recent_topics" behavior="scroll" direction="up" height="300" scrolldelay="100" scrollamount="2"> is one I use, have to change it to js Quote
nathanmarck Posted May 3, 2008 Author Posted May 3, 2008 Re: Making a marquee on all pages How would we do it in JS then Where would i look? Quote
Guest Anonymous Posted May 3, 2008 Posted May 3, 2008 Re: Making a marquee on all pages Sheesh... Ballpark idea... just a suggestion mind you... Google: javascript marquee... Lets see http://www.google.com/search?q=javascript+marquee Yup: Results 1 - 10 of about 362,000 for javascript marquee Quote
ronhouston2 Posted May 3, 2008 Posted May 3, 2008 Re: Making a marquee on all pages echo "<marquee>{$set['game_name']} Latest News: $content</marquee> <hr>"; this is an example of what you need thanks Quote
Magictallguy Posted May 6, 2008 Posted May 6, 2008 Re: Making a marquee on all pages Why on earth would you want the news to scroll? That would be just plain annoying?! Quote: <marquee> blah $content <--- Why?! </marquee> Quote
Zero-Affect Posted May 6, 2008 Posted May 6, 2008 Re: Making a marquee on all pages i do mine with announcements if you got a new one a bar will appear scrolling along the top of the page notifying you... Quote
Magictallguy Posted May 8, 2008 Posted May 8, 2008 Re: Making a marquee on all pages Eww, marquee's are so outdated! xD Quote
Joel Posted May 8, 2008 Posted May 8, 2008 Re: Making a marquee on all pages I have that on My game Lol... :) Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.