Jump to content

problems with intergrating template..


KW-Host

Recommended Posts

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.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated