|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
||||
|
||||
|
Altering Text with CSS without pagebreak
<TAG>Some</TAG> Text
Which tag do I have to use and define to get the "Some" to green or whatever? I tried <DIV> and it'll give me a page break. I tried <P> and it'll give me two. I'm sure you can help me out (HAR HAR )
__________________
http://www.e-fk.de |
|
#2
|
|||
|
|||
|
Code:
<SPAN style="color: #00ff00;">Some</SPAN> Text. <!--CSS--> <FONT color="#00ff00">Some</FONT> Text. <!--HTML--> |
|
#3
|
||||
|
||||
|
THX I never used this <SPAN> thing before but it works perfectly.
|
![]() |
| Viewing: Dev Shed Forums > Web Design > CSS Help > Altering Text with CSS without pagebreak |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|