Tables and Styles and Text Positioning

windows

Guest
Hey ppls - would appreciate some help on this one - <br />
<br />
I have set up a table on a few pages as follows:<br />
<br />
<br />
<table border="0" width="100%" height="99"><br />
<tr><br />
<td width="16%" rowspan="2" height="99"><br />
<img border="0" src=http://www.htmlforums.com/archive/index.php/"../Images/clip-spec1.gif" align="right" width="101" height="100"><br />
</td><br />
<td width="84%" height="62" valign="bottom"><br />
<h2>Welcome...&nbsp;</h2><br />
</td><br />
</tr><br />
<tr><br />
<td width="84%" height="39" valign="top"><br />
<h3>Financial Independance through Professional Planning</h3><br />
</td><br />
</tr><br />
</table> <br />
<br />
now - this is all great, if i don't apply h2 and h3 which are set up through the style sheet the alignment of the top line is bottom, and the bottom line is top, so they are right on top of each otehr - but whe h2 and h3 are applied it stuffs up the alignment<br />
<br />
so i figure i need to make alignment adjustments on the style sheet - am i on the right track??? if so - what would i need to put in?<br />
<br />
<br />
thanks<!--content-->where is the style sheet? I think you will need to move the postioning of the H tags, not sure though.<!--content-->
 
Back
Top