http://serafimtsotsonis.com/dates.html
In this page link I want to change the first row so that the whole sentence is stretched out, and “Serafim bla bla bla” doesn’t take 3 lines. This is because I had a 33% width restriction.
What can I do, to change that only in that line and the sentence to occupy only one line, like the others down?
You can remove the empty middel td in the first row, and set the last td in that row to have a colspan of 2. Something like this:
Or is trhis not what you want to achieve?