|
|
|
#1 |
|
Messages: n/a
Hébergeur: |
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? Thanks, Deepan |
|
|
|
#2 |
|
Messages: n/a
Hébergeur: |
On Apr 3, 10:02 am, dorayme <doraymeRidT...@optusnet.com.au> wrote:
> In article > <afbe02aa-b44a-4413-a10f-92869c4b5...@i12g2000prf.googlegroups.com>, > Deepan HTML <deepan...@gmail.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? |
|
|
|
#3 |
|
Messages: n/a
Hébergeur: |
"Deepan HTML" <deepan.17@gmail.com> wrote in message news:81f5c465-f9b3-4a8b-ac63-b386198a45b2@i36g2000prf.googlegroups.com... > On Apr 3, 10:02 am, dorayme <doraymeRidT...@optusnet.com.au> wrote: >> In article >> <afbe02aa-b44a-4413-a10f-92869c4b5...@i12g2000prf.googlegroups.com>, >> Deepan HTML <deepan...@gmail.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. |
|
|
|
#4 |
|
Messages: n/a
Hébergeur: |
On Apr 3, 9:30 am, "rf" <r...@invalid.com> wrote:
> "Deepan HTML" <deepan...@gmail.com> wrote in message > > news:81f5c465-f9b3-4a8b-ac63-b386198a45b2@i36g2000prf.googlegroups.com... > > > > > On Apr 3, 10:02 am, dorayme <doraymeRidT...@optusnet.com.au> wrote: > >> In article > >> <afbe02aa-b44a-4413-a10f-92869c4b5...@i12g2000prf.googlegroups.com>, > >> Deepan HTML <deepan...@gmail.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. Sorry for the silly error .Thank You richard and dorayme. |
|
![]() |
| Outils de la discussion | |
|
|