Hello
I have a Web page here:
The Flash and graphics are contained in a table arrangement which doesn't make reading easy - unfortunately.
This is the relevant code:
</HEAD>
<BODY bgcolor="#FF9900" text="ffffff">
<table border=0 cellpadding=0 cellspacing=0 width="350" valign="top" align="right">
<tr>
<td>
<object classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="id="new1" width="320" height="18">
<param name="movie" value="new1.swf">
<param name="quality" value="high">
<param name="bgcolor" value="#FF9900">
<embed name="new1" src="new1.swf" quality="high" bgcolor="#FF9900"
width="320" height="18"
type="application/x-shockwave-flash"
pluginspage="</embed>
</object>
</td></tr>
<tr><td colspan=3><img src="images/space.gif" width=1 height=27></td></tr>
<tr><td valign=top><img src="images/page_margin.gif" border=0 width=202 height=173></td></tr>
<td><img src="images/space.gif" width=10 height=1></td>
<td>
<table border=0 cellpadding=0 cellspacing=0 width=250>
<tr><td>
grafiK1 is a web design company specialising in cutting edge websites with style, interactive Flash animation, high end multimedia, and robust database applications. Based in Berlin, grafiK1 design delivers affordable business and e-commerce website solutions all over the world.
<a href="#null" onClick="newWindow('email.asp','','350','300','resizable,scrollbars,status,toolbar')">contact grafiK1</a>
</td>
</tr>
</table>
<p><center>Developed by <a href="mailto:stevehigham2002@yahoo.co.uk">Steve Higham</a></center></p>
</table>
</body>
</html>
Basically, the text I have in the right hand side of the page (and this is in its own table) is far too low down on the page, and needs to be level with that of the border.
I have thought about using frames to overcome this problem, but thought I would ask here before embarking on that road!
Many thanks
LaPluma
I have a Web page here:
The Flash and graphics are contained in a table arrangement which doesn't make reading easy - unfortunately.
This is the relevant code:
</HEAD>
<BODY bgcolor="#FF9900" text="ffffff">
<table border=0 cellpadding=0 cellspacing=0 width="350" valign="top" align="right">
<tr>
<td>
<object classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="id="new1" width="320" height="18">
<param name="movie" value="new1.swf">
<param name="quality" value="high">
<param name="bgcolor" value="#FF9900">
<embed name="new1" src="new1.swf" quality="high" bgcolor="#FF9900"
width="320" height="18"
type="application/x-shockwave-flash"
pluginspage="</embed>
</object>
</td></tr>
<tr><td colspan=3><img src="images/space.gif" width=1 height=27></td></tr>
<tr><td valign=top><img src="images/page_margin.gif" border=0 width=202 height=173></td></tr>
<td><img src="images/space.gif" width=10 height=1></td>
<td>
<table border=0 cellpadding=0 cellspacing=0 width=250>
<tr><td>
grafiK1 is a web design company specialising in cutting edge websites with style, interactive Flash animation, high end multimedia, and robust database applications. Based in Berlin, grafiK1 design delivers affordable business and e-commerce website solutions all over the world.
<a href="#null" onClick="newWindow('email.asp','','350','300','resizable,scrollbars,status,toolbar')">contact grafiK1</a>
</td>
</tr>
</table>
<p><center>Developed by <a href="mailto:stevehigham2002@yahoo.co.uk">Steve Higham</a></center></p>
</table>
</body>
</html>
Basically, the text I have in the right hand side of the page (and this is in its own table) is far too low down on the page, and needs to be level with that of the border.
I have thought about using frames to overcome this problem, but thought I would ask here before embarking on that road!
Many thanks
LaPluma