|
Posted by Deepan HTML on April 3, 2008, 12:45 am
Please log in for more thread options >
>
>
>
> >> In article
>
> >> > I am having a html code like below:
>
> >> > <tr><td bgcolor=#5CB3FF><h6>(Tentative)</h6></td></tr>
>
> >> > I want to remove this h6 tag from this and i still want to reduce the
> >> > text size. I am not sure as how to use CSS to do so. Can anyone
> >> > resolve this?
>
> >> <tr><td style="background:#5CB3FF;color: #000;font-size: 110%;
> >> font-weight:bold;">Text</td></tr>
>
> >> What do you want your font size to be in relation to the main body text.
> >> If you want it to be 10% bigger, the example above gets it. If you want
> >> less, use less than 100%.
>
> >> --
> >> dorayme
>
> > <tr bgcolor=#5CB3FF><td></td><td font-size: 80%;>(Tentative)</td><td></
> > td></tr>
>
> > but this is not at all affecting my text size. What is the error?
>
> Look at dorayme's example, then look at yours. Spot the difference. Hint: "
>
> --
> Richard.
Sorry for the silly error :).
Thank You richard and dorayme.
|