texts in same column but different size

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Deepan HTML

    texts in same column but different size

    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?
  • Beauregard T. Shagnasty

    #2
    Re: texts in same column but different size

    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%;">(tentativ e)</span></td>

    I would suggest you visit: http://htmldog.com/
    Note the sections on CSS.

    --
    -bts
    -Motorcycles defy gravity; cars just suck

    Comment

    Working...