473,324 Members | 2,002 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,324 software developers and data experts.

Text size

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
Apr 3 '08 #1
5 2020
In article
<af**********************************@i12g2000prf. googlegroups.com>,
Deepan HTML <de*******@gmail.comwrote:
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
Apr 3 '08 #2
On Apr 3, 10:02 am, dorayme <doraymeRidT...@optusnet.com.auwrote:
In article
<afbe02aa-b44a-4413-a10f-92869c4b5...@i12g2000prf.googlegroups.com>,
Deepan HTML <deepan...@gmail.comwrote:
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?
Apr 3 '08 #3
rf

"Deepan HTML" <de*******@gmail.comwrote in message
news:81**********************************@i36g2000 prf.googlegroups.com...
On Apr 3, 10:02 am, dorayme <doraymeRidT...@optusnet.com.auwrote:
>In article
<afbe02aa-b44a-4413-a10f-92869c4b5...@i12g2000prf.googlegroups.com>,
Deepan HTML <deepan...@gmail.comwrote:
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.
Apr 3 '08 #4
On Apr 3, 9:30 am, "rf" <r...@invalid.comwrote:
"Deepan HTML" <deepan...@gmail.comwrote in message

news:81**********************************@i36g2000 prf.googlegroups.com...
On Apr 3, 10:02 am, dorayme <doraymeRidT...@optusnet.com.auwrote:
In article
<afbe02aa-b44a-4413-a10f-92869c4b5...@i12g2000prf.googlegroups.com>,
Deepan HTML <deepan...@gmail.comwrote:
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.
Apr 3 '08 #5
In article
<81**********************************@i36g2000prf. googlegroups.com>,
Deepan HTML <de*******@gmail.comwrote:
On Apr 3, 10:02 am, dorayme <doraymeRidT...@optusnet.com.auwrote:
In article
<afbe02aa-b44a-4413-a10f-92869c4b5...@i12g2000prf.googlegroups.com>,
Deepan HTML <deepan...@gmail.comwrote:
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
Apr 3 '08 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

19
by: dmiller23462 | last post by:
Hi guys....I have absolutely NO IDEA what I'm doing with Javascript but my end result is I need two text boxes to stay hidden until a particular option is selected....I've cobbled together the...
4
by: Arif Çimen | last post by:
Hi to everybody, I have chnged a button text in design mode. But After compiling and executing the program the text of the button do not change to new value. Any Ideas? Thaks for helps.
14
by: Joe | last post by:
Hello All: I am trying to dynamically populate a web page with literal content and controls (textboxes and checkboxes (and eventually two buttons - the buttons do not appear in the code yet). I...
6
by: Lance Geeck | last post by:
I have a simple form where I am using a dataset called Client. On the data entry screen, there are name, address, city state and zip. I have the fields bound to the dataset field. (Properties...
3
by: acecraig100 | last post by:
I am fairly new to Javascript. I have a form that users fill out to enter an animal to exhibit at a fair. Because we have no way of knowing, how many animals a user may enter, I created a table...
18
by: Diogenes | last post by:
Hi All; I, like others, have been frustrated with designing forms that look and flow the same in both IE and Firefox. They simply did not scale the same. I have discovered, to my chagrin,...
3
by: jonniethecodeprince | last post by:
Hi all, I have trouble getting an array of data stored in a separate javascript file i.e. a file called books.js into a table of data for a .xhtml file. There are 50 Records in this file....
1
by: littlealex | last post by:
IE6 not displaying text correctly - IE 7 & Firefox 3 are fine! Need some help with this as fairly new to CSS! In IE6 the text for the following page doesn't display properly - rather than being...
0
by: JamesOo | last post by:
I have the code below, but I need to make it searchable in query table, below code only allowed seach the table which in show mdb only. (i.e. have 3 table, but only can search either one only,...
7
by: kirkgilbert | last post by:
I am trying to do an onchange event in a form using a text field. The form is tied to a record set that is part of a repeated region. One the first record when I edit the data it works perfectly. ...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
1
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.