CSS underline
CSS underline
Out of context: Reply #10
- Started
- Last post
- 31 Responses
- UndoUndo0
you have table data "td" tages and table row "tr" tags but not properly formed tables. I would get rid of them if poss.
you could restyle the "img" tag like so to get rid of the borders
img{
borders: none;
}