The Artima Developer Community
Sponsored Link

Web Buzz Forum
Lockergnome reverts

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Simon Willison

Posts: 282
Nickname: simonw
Registered: Jun, 2003

Simon Willison is a web technology enthusiast studying for a Computer Science degree at Bath Uni, UK
Lockergnome reverts Posted: Aug 4, 2005 11:44 AM
Reply to this message Reply

This post originated from an RSS feed registered with Web Buzz by Simon Willison.
Original Post: Lockergnome reverts
Feed Title: Simon Willison: [X]HTML and CSS
Feed URL: http://simon.incutio.com/syndicate/markup/rss1.0
Feed Description: Simon Willison's [X]HTML and CSS cateory
Latest Web Buzz Posts
Latest Web Buzz Posts by Simon Willison
Latest Posts From Simon Willison: [X]HTML and CSS

Advertisement

I decided to hold off commenting on the news that Lockergnome were dropping their CSS layout in favour of a table based alternative until I had seen the new design for myself. I figured that they were probably just going to move to a transitional tables/CSS combination design with tables used to bypass some of the more taxing cross-browser issues. I think the following code snippet from their new front page speaks for itself:

<p>&nbsp;</p>
<p>&nbsp;</p>
<table border="0" cellspacing="0" cellpadding="0" width="778" 
bgcolor="#FFFFFF">
<tr><td align="left">
<div id="footer">
  <blockquote>&copy; 1996-2004, Lockergnome LLC. ISSN: 1095-3965. All 
  Rights Reserved. Please read our <a href="/about/privacy-policy.phtml">
  Privacy Policy</a> and <a href="/about/terms-of-service.phtml">
  Terms of Service</a>. Web site hosted by 
  <a href="http://www.webair.com/cgi-bin/in?51">Webair</a>. 
  Email newsletters powered by <a href="http://www.whatcounts.com/">WhatCounts</a>. 
  Domain registered at <a href="https://www.gnomedomains.com/">GnomeDOMAINS</a>.
</blockquote>
</div>
</td></tr></table>

A blockquote for indentation, inside a table that exists purely to apply a width, following on from two empty paragraphs for added vertical space? It's like CSS margin properties never happened. Welcome back to 1996.

Read: Lockergnome reverts

Topic: Winerd store Previous Topic   Next Topic Topic: SystemRescueCd homepage

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use