No border in footer area and get text to get aligned to the top
-
Hi,
I have tried to fix the footer on a website. I am using 4 footer areas at the following url:
Even if I have no borders black lines can been seen. I am using a HTML Javascript adder. I also have tried to get the image and text to be aligned the top but the text sticks to the bottom
I have the following code:
<table style=”width: 175px”>
<tr>
<td>
<img src=”https://testseab.glundh.se/wp-content/uploads/2015/04/phone_1_white.png” alt=”phone” width=”32″ height=”32″ vertical-align: top; style=”float: left”/></td>
<td valign=”top” style=”text-align: left;”>0413-55 71 00</td>
</tr>
</table>Is it a better way than using a table to get the image and text next to each other in each footer area?
- The topic ‘No border in footer area and get text to get aligned to the top’ is closed to new replies.