- Joined
- May 12, 2011
- Posts
- 1,380
- Reaction score
- 16
Hi All
This is probably really simple for some of you but for me who is trying to learn html it's a nightmare, here goes:
I am working with magazine basic in wordpress, I have created a little table for myself and I am trying to include it on a page. When I paste the code into the html section in the page and then view it; the sidebar widget has been dragged into the post?
All I want to do is add this table on a page
The page is here
As you can see were the supplier names are that's were the box needs to go then it will be under each product.
The code is:
<table border="1" cellpadding="10" cellspacing="10" align="center">
<tr>
<td>Amazon</td>
<td>Argos </td>
<td>Currys </td>
<td>Dixons </td>
<td>Jacobs </td>
<td>Jessops</td>
</tr>
</table> Closing tag courtesy of Systreg
Have I got to put it in some kind of frame or something else, I want it to end up so I can put products on the page then have a box of links to suppliers, please don't appraise the site as it is to help me learn,
Thanks in advance
Aiden
This is probably really simple for some of you but for me who is trying to learn html it's a nightmare, here goes:
I am working with magazine basic in wordpress, I have created a little table for myself and I am trying to include it on a page. When I paste the code into the html section in the page and then view it; the sidebar widget has been dragged into the post?
All I want to do is add this table on a page
The page is here
As you can see were the supplier names are that's were the box needs to go then it will be under each product.
The code is:
<table border="1" cellpadding="10" cellspacing="10" align="center">
<tr>
<td>Amazon</td>
<td>Argos </td>
<td>Currys </td>
<td>Dixons </td>
<td>Jacobs </td>
<td>Jessops</td>
</tr>
</table> Closing tag courtesy of Systreg
Have I got to put it in some kind of frame or something else, I want it to end up so I can put products on the page then have a box of links to suppliers, please don't appraise the site as it is to help me learn,
Thanks in advance
Aiden
Last edited: