Quote:
Originally Posted by p!nk
try that 
|
thanks bro.. i believe this is what i was looking for... but i had to make some minor adjustments to the line-height value...
Code:
.title {
font-size: 30px; font-family: "Trebuchet MS";
line-height: 30px;
margin: 0px;
}
i'm using <body topmargin="0" bottommargin="0"> in my html file so when line-height is set to anything lower then 30 then my title gets cut off at the top.