Hi
I really hope someone can help with this query.
I use a company called nochex to receive credit card payments,
The company has a page that you can adapt to look like your website, where you can add header and footer html and the payments page loads inside.
I can add a header and footer easily to make it look like the below
(the white bit in the middle is the loaded page from nochex)
but to make it look exactly like my site, I need to add a left and right column like below to surround the center page
I have asked nochex, and they say it can be done by using tables and cells... someone even gave me this code
HTML Code:
<table width="80%" bgcolor="#aa0000">
<tr>
<td>
<!-- HEADER STUFF -->
</td>
</tr>
<tr>
<td>In your footer:
HTML Code:
</td>
</tr>
<tr>
<td>
<!-- FOOTER STUFF -->
</td>
</tr>
</table>
but that means nothing to me.
Can someone please give me a clue, how I can get to wrap left and right colums around the page using a table / template
so I can have a site like this
Thankyou
Ron
|