Webmasters & Designers: What bad web design is your guilty pleasure?
Back in the day, the headlines for articles were written on top of big splashy images, like so:
These days, we know better. Images are for graphics -- not text. Headlines should be in neat <H1> tags, for search engines and screen readers. We know this, but that doesn't mean I miss the hell out of taking some crazy picture and slapping big, bold text on top of it. :D
9 years ago by Zeus
with
2 comments
Join the Discussion
A coding thing rather than a design choice, but when laying out a page in HTML/CSS I still mess around with tables instead of using divs.
Same here. I find borderless tables easier to visualize in my head than div tags when designing.