HTML problems

Warriorhazzard

New Member
Code:
<P style="color:#0099FF">
If you have 500+ kills, 1.25+ average frag rate and have an account with 25+ honor then head to our forums, create and account and post in our recruit forum. 
</p>

How can I make the first word of the paragraph blue (0099FF) without making the other words go down to the next line?

Everytime I do that or the following -->

<p>
<h4 style="color:#0099FF">
If</h4> you have 500+ kills, 1.25+ average frag rate and have an account with 25+ honor then head to our forums, create and account and post in our recruit forum.
<p>

It always goes to the next line. :(

Warrior ;)
 
use <font> tags around the required text you want to colour differently to the entire paragraph

More specifically, try <font color=#0000FF>TEXT HERE</font>

That would make that bt blue text, your other text can go anywhere around that

dragon2309
 
Well I tried the font tags -->>

A little different way :P

Code:
<font color="#0099FF">Firstword <font color="white"> The rest of the paragraph


I dont know why it wasnt working yester day. :o

Thank you :D
 
Back
Top