Hi,
Context:
I have a site in wordpress. It does not support CSS code. This is how it is supposed to look like: http://cnprsv.ro/ra/ (yes, it is an image). I want to make a html and put/take internet elements (like video or buttons). I can break it in 3 parts: left (full color), middle (text), right (full color).
Problem:
The circles.
With a table is almost ok, but there is a padding I can’t eliminate.
Q:
I don’t have any more ideas. What other HTML elements I can try? Or maybe has someone a solution to eliminate the padding ?
This is the code I used:
<table width="100%">
<colgroup>
<col style="background-color: #0e343b;" />
<col style="background-color: #ffffff;" />
<col style="background-color: #ffffff;" />
<col style="background-color: #0e343b;" />
</colgroup>
<tbody>
<tr>
<th width="10%"> </th>
<th width="50%">text</th>
<th><a href="....png">
<img class="alignright size-full wp-image-53"
src="....png" alt="background numai bulinele toata partea"
width="175" height="1155" />
</a></th>
<th> </th>
</tr>
</tbody>
</table>