KW-Host Posted February 5, 2009 Share Posted February 5, 2009 I have atampted to interreat my template with my current template, but I am having such a problem; http://kw-host.net/billing/ Anyone got a clue how I can make it not stretch like that. 0 Quote Link to comment Share on other sites More sharing options...
osCommerce Posted February 5, 2009 Share Posted February 5, 2009 You need to go back and start with the simple table layout you want to create such as <table width="400" border="1" cellspacing="0" cellpadding="0"> <tr> <td colspan="2">Header</td> </tr> <tr> <td width="150" valign="top">Column</td> <td width="250" valign="top">Content</td> </tr> <tr> <td colspan="2">Footer</td> </tr> </table> Then add the parts into it keeping the original table in tack. Currently you are missing some of your tags which is messing up your pages. Just by glancing at the page my guess is you messed up the end of the column and the start of the content. 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.