phpBB Type: Integramod 141
MODs: No
Your knowledge: Beginner
Board URL: [url]http://[/url]
PHP Version:
MySQL Version:
What was done before the problem appeared?
What was done to try to solve the problem?
De.scription and Message
I am using the code below, but am having trouble with the spacing.
I don't want to use cell spacing because it changes the height.
I tried using to add spaces and works fine when first submitting the banner, but after editting the banner again, the code is gone and the lines get all bunch up again.
How to I add horizontal spacing to the code that will stay?
You can see my results at http://www.bindepot.ca
<div>
<table>
<tr>
<td><b><span>DISH - </span><IMG>
</td>
<td>
<span> BEV - </span><IMG>
</td>
<td>
<span> GC - </span><IMG>
</td>
<td>
<span> IKS - </span><IMG>
</td>
</tr>
</table>
<table>
<tr>
<td>
<IMG><span> = UP </span>
</td>
<td>
<IMG><span> = SOME DOWN / SOME UP </span>
</td>
<td>
<IMG><span> = DOWN</span>
</td>
</tr>
</table>
</b></div>