you forgot the charset:

<meta http-equiv="Content-type" content="text/html; charset=iso-8859-1" />

otherwise looks fine

Neerav Bhatt
http://www.bhatt.id.au
Web Development & IT consultancy
Mobile: +61 (0)403 8000 27

http://www.bhatt.id.au/blog/ - Ramblings Thoughts
http://www.bookcrossing.com/mybookshelf/neerav

Jeremy S. (WSG) wrote:
   To the many members of WSG:

This is my second post on this same subject, and I'm hoping that this time I'll be able to get a response. :-) I have built up a design in Photoshop, which you can view here <http://www.effuse.org/forum/viewtopic.php?p=462#462> or here <http://www.affectus.net/images/temp/design5.jpg>. I'm looking to get help on how I should write up the structure for the site, as I'm a bit confused about the best way to attack it. So far, this is what I have.

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"; <http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd>>
<html xmlns="http://www.w3.org/1999/xhtml"; <http://www.w3.org/1999/xhtml>>
<head>
<title>JezzJournal *new*</title>
<meta http-equiv="Content-Type" content="text/html; " />
</head>


<body>
<div id="container">
    <div id="header">
        <h1 id="header-text">JezzJournal</h1>
    </div>
    <div id="sidebar">
        sidebar links.
    </div>
    <div id="navigation">
        links.
    </div>
    <div id="content">
        all sorts of content here
    </div>
</div>
</body>
</html>

What do you think? Would what I have be best for what I'm trying to accomplish?

--
*Jeremy S.*
Author of JezzJournal <http://jezzjournal.com>
Co-Founder of Effuse <http://effuse.org>
Get Firefox! <http://www.spreadfirefox.com/?q=affiliates&id=3740&t=65>
******************************************************
The discussion list for  http://webstandardsgroup.org/

Proud presenters of Web Essentials 04 http://we04.com/
Web standards, accessibility, inspiration, knowledge
To be held in Sydney, September 30 and October 1, 2004

See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list & getting help
******************************************************



Reply via email to