|
Posted by Jonathan N. Little on 03/23/06 22:40
affiliateian@gmail.com wrote:
> I am using a table with 2 rows and 1 column. The top row is the heading
> for a short title (1 line of text) and the 2nd row is for paragraph
> text. When I add any heading tags, <h1>, <h2> etc... to row 1, the cell
> height of row 1 gets increased as if 1 or 2 <br> tags has been added.
>
> Started to notice this after I began using CSS to help streamline my
> website. My CSS settings for headings are simple like so:
>
> font-family : Verdana, Arial, Helvetica, sans-serif;
> font-size : 14pt;
> color : black;
>
> This happens with all different table types. Even tables which do not
> have a CSS id. What can be causing this? Is it normal? Any ideas?
>
Margins on the headings.
TD H1, TD H2, TD H3 { margin: 0; }
--
Take care,
Jonathan
-------------------
LITTLE WORKS STUDIO
http://www.LittleWorksStudio.com
Navigation:
[Reply to this message]
|