Home › Forums › CSS › slanting zigzag text › Re: slanting zigzag text
December 27, 2011 at 10:50 am
#93441
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.