![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
In article afbe02aa-b44a-4413-a10f-92869c4b5... (AT) i12g2000prf (DOT) googlegroups.com>, Deepan HTML <deepan... (AT) gmail (DOT) com> wrote: 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 |
#3
| |||
| |||
|
|
On Apr 3, 10:02 am, dorayme <doraymeRidT... (AT) optusnet (DOT) com.au> wrote: In article afbe02aa-b44a-4413-a10f-92869c4b5... (AT) i12g2000prf (DOT) googlegroups.com>, Deepan HTML <deepan... (AT) gmail (DOT) com> wrote: 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? |
#4
| |||
| |||
|
|
"Deepan HTML" <deepan... (AT) gmail (DOT) com> wrote in message news:81f5c465-f9b3-4a8b-ac63-b386198a45b2 (AT) i36g2000prf (DOT) googlegroups.com... On Apr 3, 10:02 am, dorayme <doraymeRidT... (AT) optusnet (DOT) com.au> wrote: In article afbe02aa-b44a-4413-a10f-92869c4b5... (AT) i12g2000prf (DOT) googlegroups.com>, Deepan HTML <deepan... (AT) gmail (DOT) com> wrote: 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. |
.
#5
| |||
| |||
|
|
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? |
#6
| |||
| |||
|
|
On Apr 3, 10:02 am, dorayme <doraymeRidT... (AT) optusnet (DOT) com.au> wrote: In article afbe02aa-b44a-4413-a10f-92869c4b5... (AT) i12g2000prf (DOT) googlegroups.com>, Deepan HTML <deepan... (AT) gmail (DOT) com> wrote: 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? |
![]() |
| Thread Tools | |
| Display Modes | |
| |