I have a table… to sweeten things up, let’s say I have this:
<table style="border: apx #FF0000 solid; width: 1%;">
< tr>
< td>a< /td>
< /tr>
< /table>
They all have a space at the beginning so it will show, in the normal code it does not have the spaces.
The table I am doing it different, but it made in php, and I this is just a replica of the problem.
So, I want to add some text after the “A”
it keeps on putting it on a new line.
A working example is here:
http://www.walsallramblers.co.uk/
Right hand side, calendar red is on a new line, how do I spot this? Does anyone know a better way of putting a red box around a word?
Try this:
You should only use tables to represent data in a table 🙂
Edit:
By the way, when you set “width: 1%” you are setting the width of the table, not the border. I think that’s the reason it’s breaking to a new line.