[ Date Index ] [ Thread Index ] [ <= Previous by date / thread ] [ Next by date / thread => ]
On Tue, Sep 26, 2006 at 06:18:10PM +0100, Michael Mortimore wrote: > or don't bother with any of the eye-candy? I'm sure that > > <h1>This is a simple page</h1> > <body> > hello this is a simple page. > </body> Except that's not a valid HTML document ;) But yeah, it's all down to your audience. If you think design is 'eye-candy' you'd be mistaken - it's about presentation appropriate to a task or audience. It's possible to produce attractive websites that work well in all the four main rendering engines (IE Windows, Opera, Gecko and Safari/KHTML) without needing to resort to hacks. First thing first, make sure you include your CSS files as follows:- <style type="text/css" media="screen"> @import url("/foo.css"); </style> Of course, before writing *any* CSS, you be making sure your website is marked up correctly, in a semantic fashion, with logical page flow and valid markup. matt -- Matt Lee Chief Webmaster, GNU Project - http://www.gnu.org/ - Free as in Freedom Free Software Foundation - Free Software, Free Society - http://www.fsf.org/ -- The Mailing List for the Devon & Cornwall LUG http://mailman.dclug.org.uk/listinfo/list FAQ: http://www.dcglug.org.uk/linux_adm/list-faq.html