nathanmarck Posted May 3, 2008 Share 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 Link to comment Share on other sites More sharing options...
Guest Anonymous Posted May 3, 2008 Share 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 Link to comment Share on other sites More sharing options...
mdshare Posted May 3, 2008 Share 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 Link to comment Share on other sites More sharing options...
nathanmarck Posted May 3, 2008 Author Share Posted May 3, 2008 Re: Making a marquee on all pages How would we do it in JS then Where would i look? Quote Link to comment Share on other sites More sharing options...
Guest Anonymous Posted May 3, 2008 Share 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 Link to comment Share on other sites More sharing options...
ronhouston2 Posted May 3, 2008 Share 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 Link to comment Share on other sites More sharing options...
Magictallguy Posted May 6, 2008 Share 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 Link to comment Share on other sites More sharing options...
Zero-Affect Posted May 6, 2008 Share 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 Link to comment Share on other sites More sharing options...
Magictallguy Posted May 8, 2008 Share Posted May 8, 2008 Re: Making a marquee on all pages Eww, marquee's are so outdated! xD Quote Link to comment Share on other sites More sharing options...
Joel Posted May 8, 2008 Share Posted May 8, 2008 Re: Making a marquee on all pages I have that on My game Lol... :) Quote Link to comment Share on other sites More sharing options...
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.