Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS slanting zigzag text Re: slanting zigzag text

#93441
Mottie
Member

First off, I don’t understand what you mean by “slanting”. Even after looking at “Time and Equipment” and “Time and Equipment OT” in the second example, I still don’t understand. Do you mean the text wraps to the next line?

Secondly, you should be using tables since it’s tabular data. I would recommend building the table with the data inside first, then add all of the fancy divs to add color and styling.

Lastly, table cells can not float. Use “colspan” and “rowspan” to make the table cell layout the way you want it.