HighDots Forums  

Text size

HTML Writing HTML for the Web (comp.infosystems.www.authoring.html)


Discuss Text size in the HTML forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Deepan HTML
 
Posts: n/a

Default Text size - 04-02-2008 , 10:52 PM






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

Reply With Quote
  #2  
Old   
Deepan HTML
 
Posts: n/a

Default Re: Text size - 04-02-2008 , 11:16 PM






On Apr 3, 10:02 am, dorayme <doraymeRidT... (AT) optusnet (DOT) com.au> wrote:
Quote:
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?


Reply With Quote
  #3  
Old   
rf
 
Posts: n/a

Default Re: Text size - 04-02-2008 , 11:30 PM




"Deepan HTML" <deepan.17 (AT) gmail (DOT) com> wrote

Quote:
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.




Reply With Quote
  #4  
Old   
Deepan HTML
 
Posts: n/a

Default Re: Text size - 04-02-2008 , 11:45 PM



On Apr 3, 9:30 am, "rf" <r... (AT) invalid (DOT) com> wrote:
Quote:
"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.
Sorry for the silly error .

Thank You richard and dorayme.


Reply With Quote
  #5  
Old   
dorayme
 
Posts: n/a

Default Re: Text size - 04-03-2008 , 12:02 AM



In article
<afbe02aa-b44a-4413-a10f-92869c4b583f (AT) i12g2000prf (DOT) googlegroups.com>,
Deepan HTML <deepan.17 (AT) gmail (DOT) com> wrote:

Quote:
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


Reply With Quote
  #6  
Old   
dorayme
 
Posts: n/a

Default Re: Text size - 04-03-2008 , 05:48 PM



In article
<81f5c465-f9b3-4a8b-ac63-b386198a45b2 (AT) i36g2000prf (DOT) googlegroups.com>,
Deepan HTML <deepan.17 (AT) gmail (DOT) com> wrote:

Quote:
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?
You could try doing what I said exactly.

--
dorayme


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.