PDA

View Full Version : Html + Css + Moving Text



BassBoost
03-02-2008, 03:46 PM
Hello, again.

So now we make lightblue shite, where is moving text, and link + text-decoration. :)

Open notepad or some text-tool.

Then add in textfield this code:


<STYLE TYPE="text/css">
BODY {BACKGROUND-COLOR:#4682B4; color: white}
A {COLOR:#FFFFCC;FONT-FAMILY:'comic sans ms','arial','tahoma';font-size: 8pt}
A:link {COLOR:#FFFFCC;FONT-FAMILY:'comic sans ms','arial','tahoma';font-size: 8pt}
A:visited {COLOR:#FFFFCC;FONT-FAMILY:'comic sans ms','arial','tahoma';font-size: 8pt}
</STYLE>

<marquee scrolldelay="0" direction="left">Tutorial for scrolling text at <a href="http://www.dxth4x.com" target="_blank">Dxth4x.com</a>... By: BassBoost !</marquee>
</td></tr></tbody></table></td>




"BODY {BACKGROUND-COLOR:#4682B4; color: white}" : Means What is site backround-color, and 'color: white' means whats text color.
__________________________________________________ _________
A {COLOR:#FFFFCC;FONT-FAMILY:'comic sans ms','arial','tahoma';font-size: 8pt}
A:link {COLOR:#FFFFCC;FONT-FAMILY:'comic sans ms','arial','tahoma';font-size: 8pt}
A:visited {COLOR:#FFFFCC;FONT-FAMILY:'comic sans ms','arial','tahoma';font-size: 8pt}

Means: A:Link means what is links color, in the form.

and A:Visited is what is link color when you're already clicked it..
__________________________________________________ __________

Marquee; scroll, etc etc means it'll move..

I hope you can think all other. Have funny..

I'am not good with explain but i hope you all understand what i mean. ;)

Maybe more, later. Maybe with php some log-in system.. I got it but i didnt found it..

Anyway if i make it, i 1337 a littlebit from some website. Cya. killa

proxytender
04-01-2009, 05:48 PM
You don't need all that coding to make your text move. In a basic HTML you only need a <marquee>

xSeducedX
04-19-2009, 01:37 AM
Yeah, all you need is <marquee> text </marquee>