<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>
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>