Hi, Im attempting to scrolling marquee into my document but cant get it done correctly. I want the text "Welcome to the NCI - An InDepth Analysis Suryey" to go across the screen. I have tried to do this but am close to giving up! Here is my code. Any help would be greatly appreciated! Fell free to make other changes that you fell might make it look better! <html> <style type="text/css"> <!-- .style1 { font-family: "Times New Roman", Times, serif; font-weight: bold; font-style: italic; font-size: large; } --> </style> <link href="csstest.css" rel="stylesheet" type="text/css"> <style type="text/css"> <!-- .style2 {font-size: 24px} --> </style> <body> <p> </p> <p align="center" class="style1 style2">Welcome to the NCI - An In Depth Analysis Survey</p> <center><p align="center"> </p> <p align="center"><img src="images/nci5.gif" width="178" height="121"></p> <p align="center"> </p> </center> <form action="insert.php" method="post"> <p align="center"> <strong>Username:</strong> <input type="text" name="usernamein" /> <strong>Password</strong>: <input type="password" name="passwordin" /> </p> <p align="center"> <span class="StoryTitle"> <input type="submit" value="Log In" name="Submit" /> <input name="reset" type="reset" value="Reset" /> </span></p> <p align="center"> </p> <p align="center"> </p> <p align="center"><br> </p> </form> </body> </html> HTML:
jesus christ man wtf is that. Im going to rewrite the entire thing over in proper CSS for you. Then Ill try to fix your problem.
Why on earth would you recommend tizag? Who's code isn't far from the OP's. Don't read some rehashed piece of shit articles that are catered to the lowest quality developers, read the specs themselves. PUKE.