-
CSS padding problem
Hello Sitepointers,
I am using the following for text within a <TD>...
.FineRed {
font-family: Verdana, Arial;
font-size: 9px;
font-style: normal;
line-height: normal;
font-weight: normal;
color: #FF0000;
padding: 10px 10px 10px 10px;
}
It calls all of the selectors except the padding. What's the deal? Why won't it pad around the text?
Thanks,
Mike
-
dunno
try:
<td>
<div class=FineRed>
Inside thebox!!!
</div>
</td>
-
THANKS!
Worked like a charm!
You Rock!
Mike
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
Bookmarks