|
Posted by Beauregard T. Shagnasty on April 3, 2008, 9:02 am
Please log in for more thread options
Deepan HTML wrote:
> Hi,
> I am having a tag like this
>
> <td>dates (tentative)</td>
>
> where i now want this part "(tentative)" to be in smaller font
> size. Can you resolve this?
<td>dates <span style="font-size: 90%;">(tentative)</span></td>
I would suggest you visit: http://htmldog.com/ Note the sections on CSS.
--
-bts
-Motorcycles defy gravity; cars just suck
|