This Table

G

Guest

I am having a problem with every table I enter
I can't control the font formatting in the table except to insert font
formatting to each cell, one at a time, and even then it doesn't always work.
I tried using the table tag in my external css but when I format the Html
tag and try to bring it into the user defined tags it affects all normal
paragraphs as well.
The html table tag is a paragraph tag and does not have a way of accessing
Table Properties.
Two tables in particular
1. Found at http://bill.goldschein.name/Documentation.htm
Near the bottom of the page
The table displays as specified in Firefox .
In IE 9 it displays the words algorithm, deliverables, core competencies,
and integrated solutions in a larger typefaces.
The tags for these 4 entries include an extra font tag which I added to
change the font size. the remaining cells have an additional <p> that I can't
attach to any of the 4 nor can I remove the <p> tag without losing the proper
size.
Another table on a different page - Word
Abuse(http://bill.goldschein.name/abuse.htm)
I have formatted as a 8 point to display it as 10 in IE but then it displays
at 8 in Firefox.
No control
No good IE6 XP home FP 2003
 
G

Guest

Try adding your preferred font size to the td tag in your css:

td {font-family: Trebuchet MS; font-size: 10pt;}
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top