Positioning words, HTML? Changing the color?

Joshua C

New member
<div

style="

top: 99;

left: 99;

position: absolute;

z-index: 1;

visibility: show;">

Julia's Blog

</div>

When I do this, the font color is the same green courier newman font as the whole layout. But I want it like arial, huge, and white. I tried this.

<div

style="

top: 99;

left: 99;

position: absolute;

z-index: 1;

visibility: show;">

<font color="ffffff"><font size="+4">Julia's Blog</font></font>

</div>
 
Back
Top