PDA

View Full Version : iRite table formatting dilemma


sandy170299
04-08-2009, 09:34 AM
I have a client who has added tables to her web site, using the iRite editor. This is what's happening: http://www.financial-strategist.com/articles.cfm?HotLinkID=44. The table is way too large for the space available on the page. I have gone in and tried to fix the table formatting, but it is not letting me change all the font sizes at one time - I'm having to apply a smaller font size to each cell's content - one cell at a time. There has to be a better/quicker way to do this, right?

Ray Borduin
04-08-2009, 11:50 AM
You should be able to set the font on the table itself. It may be that the tr or td alreay have a style, so you have to get that deep to override the one already nested that deep, but normally you can do it for the whole table... or throw the table in a div and style that div.

sandy170299
04-08-2009, 11:54 AM
My client is the one who set it up and I haven't had time to go "under the hood" to see exactly what she did. I will give your advice a shot - putting the entire table in a <div> tag and then applying a style to the div itself. Hopefully, that will work. Thanks, Ray.