MyBB Community Forums

Full Version: table html help
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
hello i just done this html but when i post it it is all in 1 line can anyone help me to fix this

i wanted 4 on top
4 on bottom

but like i say they all gone on 1 line

thankyou

Quote:<table border="1">
<tr>
<td>
<a href="boards.html" >
<h4>Fire Protection Boards</h4>
<img src="img/pictures/4col/1.jpg" alt="boards"
style=" height: 100px; width: 100px; />
</td>

<td>
<a href="paint.html" >
<h4>Intumescent Paint</h4>
<img src="img/pictures/4col/2.jpg" width="30px" height="30px" alt="paint"
style=" height: 100px; width: 100px; />
</td>

<td>
<a href="firestopping.html" >
<h4>Firestopping</h4>
<img src="img/pictures/4col/3.jpg" width="30px" height="30px" alt="firestopping"
style=" height: 100px; width: 100px; />
</td>

<td>
<a href="thermal.html" >
<h4>Thermal Insulation</h4>
<img src="img/pictures/4col/4.jpg" width="30px" height="30px" alt="thermal insulation"
style=" height: 100px; width: 100px; />
</td>


</tr>

<tr>
<td>
<a href="barriers.html" >
<h4>Fire Barriers</h4>
<img src="img/pictures/4col/5.jpg" width="30px" height="30px" alt="barriers"
style=" height: 100px; width: 100px; />
</td>

<td>
<a href="cementitiouspaint.html" >
<h4>Cementitious Paint</h4>
<img src="img/pictures/4col/6.jpg" width="30px" height="30px" alt="cementitious paint"
style=" height: 100px; width: 100px; />
</td>

</tr>
</table>
This isn't really MyBB support.

I'm not 100% sure what you're trying to do here, but I don't think you should be using tables for this. Also, all your anchor tags are unclosed.