
Sep 24th, 2007, 13:21
|
|
Junior Member
|
|
Join Date: Sep 2007
Location: sri Lanka
Age: 21
Posts: 18
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
|
Re: Need help in solving parse errors
i checked !!
bt it still gives the parse errors. You were right the errors are in span.1, span.2 & span.3
Can u please check whether the below coding is correct....
Thanks a lot for your quick reply..
- Code: Select all
/*Syle Sheet*/
p{
font-family:"Tw Cen MT",Verdana, Arial, Helvetica, sans-serif;
color:#996600;
font-size:15px;
text-align:justify;
line-height:1em;
}
h3{
font-family:"Script MT Bold", "Lucida Sans",Verdana, Arial, Helvetica, sans-serif;
color:#990000;
font-weight:bold;
font-size:2em;
}
span.1{
font-family:"Tw Cen MT", Verdana, Arial, Helvetica, sans-serif;
color:#cc9999;
font-size:13px;
text-align:justify;
}
span.2{
font-family:"Tw Cen MT",Verdana, Arial, Helvetica, sans-serif;
color:#993300;
font-weight:bold;
font-size:15px;
}
span.3{
font-family:"Tw Cen MT", Verdana, Arial, Helvetica, sans-serif;
color:#993300;
font-size:15px;
text-align:justify;
}
Thanks again,
Regards,
shevorne
Last edited by karinne; Sep 24th, 2007 at 13:23.
Reason: Please use the vBcode [ code ] when inserting CSS code in your post.
|