HTML Help Forum HTML Help
Please Search for the answer to your question before asking it! Thanks.
 

Background sideline banner
Post a Reply to this Topic Ask a New Question
Click here to go to the original topic
       HTML Help Forum -> HTML Table
View previous topic :: View next topic  
Author Message
Helpme12



Joined: 05 Mar 2008
Posts: 3

Posted: Fri Aug 28, 2009 12:23 pm     Background sideline banner  

I have created a side banner on the left side of my page. The problem I am having is that the text has moved down the page. I cannot get the text to go beside the banner. I am sure there is a simple answer, I just don't happen to know what it is. Thanks for your help.
sticks464



Joined: 31 Dec 2006
Posts: 2624

Posted: Fri Aug 28, 2009 2:09 pm      

You must either post code or give a url for viewing. Gotta see what is happening and the code error that is causing it.
Helpme12



Joined: 05 Mar 2008
Posts: 3

Posted: Tue Sep 01, 2009 8:17 am     Background sideline banner  

The following is the code for the top and sideline banners. As I mentioned, the text moved down the page. I cannot get it placed next to the banner.

<TABLE height=20 cellSpacing=0 cellPadding=0 border=0>
<TBODY>
<TR>
<TD width=760 bgColor=#663399 height=20><IMG height=30 alt="" src=""
width=1></TD></TR></TBODY></TABLE>
<TABLE cellSpacing=0 cellPadding=0 border=0>

<TD width=20 bgColor=#663399 height=760><IMG height=30 alt="" src=""
width=1 Align="left"></TD></TR></TBODY></TABLE>
<TABLE cellSpacing=0 cellPadding=0 border=0>

</TABLE>
sticks464



Joined: 31 Dec 2006
Posts: 2624

Posted: Tue Sep 01, 2009 9:34 am      

Why can't you just add another td to each tr
Code: <TABLE height=20 cellSpacing=0 cellPadding=0 border=0>
<TBODY>
<TR>
<TD width=760 bgColor=#663399 height=20><IMG height=30 alt="" src=""
width=1></TD><td>Text</td></TR></TBODY></TABLE>
<TABLE cellSpacing=0 cellPadding=0 border=0>

<TD width=20 bgColor=#663399 height=760><IMG height=30 alt="" src=""
width=1 Align="left"></TD><td valign="top">Text</td></TR></TBODY></TABLE>
<TABLE cellSpacing=0 cellPadding=0 border=0>

</TABLE>
 
 
DARFUR
HOSTING / DESIGN
MAKE MONEY

       HTML Help Forum -> HTML Table
Page 1 of 1


Powered by phpBB Search Engine Indexer
Powered by phpBB 2.0.19 © 2001, 2002 phpBB Group