View Single Post

  #9 (permalink)  
Old 29-01-2006, 05:58 PM
louie's Avatar
louie louie is offline
Senior Member
 
Join Date: Jan 2006
Location: Dublin, Ireland
Posts: 2,040
Nominated 5 Times in 3 Posts
Nominated TOTW/F/M Award(s): 1
louie will become famous soon enoughlouie will become famous soon enoughlouie will become famous soon enoughlouie will become famous soon enoughlouie will become famous soon enoughlouie will become famous soon enoughlouie will become famous soon enoughlouie will become famous soon enough
Send a message via Yahoo to louie Send a message via Skype™ to louie
Default

i will define the css you use there from:

<STYLE TYPE="text/css">
<!--
BODY {background: #FFFFFF}
A:link {color: #342D7E}
A:visited {color: #342D7E}
A { text-decoration: none }
H1 {font-family: times; font-size: 15; font-style: bold; color: #342D7E}
H2 {font-family: times; font-size: 15; font-style: regular; color: #342D7E}
H3 {font-family: times; font-size: 17; font-style: regular; color: 3399FF}
-->
</STYLE>

to:

<STYLE TYPE="text/css">
<!--
BODY {background: #FFFFFF; font-family:times; font-size:10px;} /* or use font-size:12px;*/
A:link, a:visited {color: #342D7E; text-decoration:none;}
H1, H2{ font-size: 15px; font-style: bold; color: #342D7E}
H3 {font-size: 17px; color: 3399FF}
-->
</STYLE>

Last edited by louie; 29-01-2006 at 06:01 PM.
Reply With Quote