Rich
03-24-2005, 10:09 PM
Hello,
I have been trying to work with some cells that will surround the blocks. The code is working fine, except it pushes blocks away. So, the blocks won't stay in line and it tosses my homepage into a spin. I was trying to hardcode it because i don't know any other way to do it.
I opened each block and added this code to it:
<table align="center"><td valign="top">
<div align="center">
<table border="0" cellpadding="0" cellspacing="0"><tr>
<td>
<img border="0" src="http://www.iguanacenter.com/images/blockimg/aeditsideleft.jpg" width="20" height="35"></td>
<td background="http://www.iguanacenter.com/images/blockimg/aeditsidemiddle.jpg"></td>
<td>
<img border="0" src="http://www.iguanacenter.com/images/blockimg/aeditsideright.jpg" width="20" height="35"></td>
</tr><tr>
<td background="http://www.iguanacenter.com/images/blockimg/asideleft.jpg"></td>
<td>
<!--Start Text Here-->
Whatever is written in place of this text is surrounded by the cells. I got that working. But something is wrong because it throws all the blocks into a spin. What is coded wrong that would cause that? I would like for all of the blocks that I make in the future to also work with this code.
<!-- /End Text Here-->
</td>
<td background="http://www.iguanacenter.com/images/blockimg/asideright.jpg"></td>
</tr><tr>
<td>
<img border="0" src="http://www.iguanacenter.com/images/blockimg/aeditsideleftbottom.jpg" width="20" height="35"></td>
<td background="http://www.iguanacenter.com/images/blockimg/aeditsidemiddlebottom.jpg"></td>
<td>
<img border="0" src="http://www.iguanacenter.com/images/blockimg/aeditsiderightbottom.jpg" width="20" height="35"></td>
</tr></table>
</div><br /><br />
</td>
This is my first run with cells. I thought I had done everything right. It looked great on my pc. lol Once I added this code to the blocks, some got covered by other blocks, some stayed in place and started a new line, etc. How could I make this code work so that if added to each block, they would all remain uniform?
Thanks to anyone that has a better knowledge of this than me.
I have been trying to work with some cells that will surround the blocks. The code is working fine, except it pushes blocks away. So, the blocks won't stay in line and it tosses my homepage into a spin. I was trying to hardcode it because i don't know any other way to do it.
I opened each block and added this code to it:
<table align="center"><td valign="top">
<div align="center">
<table border="0" cellpadding="0" cellspacing="0"><tr>
<td>
<img border="0" src="http://www.iguanacenter.com/images/blockimg/aeditsideleft.jpg" width="20" height="35"></td>
<td background="http://www.iguanacenter.com/images/blockimg/aeditsidemiddle.jpg"></td>
<td>
<img border="0" src="http://www.iguanacenter.com/images/blockimg/aeditsideright.jpg" width="20" height="35"></td>
</tr><tr>
<td background="http://www.iguanacenter.com/images/blockimg/asideleft.jpg"></td>
<td>
<!--Start Text Here-->
Whatever is written in place of this text is surrounded by the cells. I got that working. But something is wrong because it throws all the blocks into a spin. What is coded wrong that would cause that? I would like for all of the blocks that I make in the future to also work with this code.
<!-- /End Text Here-->
</td>
<td background="http://www.iguanacenter.com/images/blockimg/asideright.jpg"></td>
</tr><tr>
<td>
<img border="0" src="http://www.iguanacenter.com/images/blockimg/aeditsideleftbottom.jpg" width="20" height="35"></td>
<td background="http://www.iguanacenter.com/images/blockimg/aeditsidemiddlebottom.jpg"></td>
<td>
<img border="0" src="http://www.iguanacenter.com/images/blockimg/aeditsiderightbottom.jpg" width="20" height="35"></td>
</tr></table>
</div><br /><br />
</td>
This is my first run with cells. I thought I had done everything right. It looked great on my pc. lol Once I added this code to the blocks, some got covered by other blocks, some stayed in place and started a new line, etc. How could I make this code work so that if added to each block, they would all remain uniform?
Thanks to anyone that has a better knowledge of this than me.