Previous Message
Next Message

Only possible with tables...

Sent by Al Sparber on 4 November 2003 18:06


From: "Dave G" [EMAIL-REMOVED]>
To: [EMAIL-REMOVED]>
Sent: Tuesday, November 04, 2003 11:44 AM
Subject: RE: [css-d] Only possible with tables...


> My copy of the CSS is here:
> http://www.tokyohockey.com/test.html
> I use GoLive to create web pages. Is it possible it has altered
> the code in some way to stop it functioning?
> I can't imagine what could have gone wrong with a simple cut and
> paste operation...

A lot :-)

You are missing an opening html and head tag. Your document starts with your
style tag:


<style type="text/css">

Should be:

Doctype
<html>
<head>
<style type="text/css">
styles in here
</style>
remaining head content
</head>
<body>
page markup here
</body>
</html>

Al Sparber - PVII
http://www.projectseven.com
Dreamweaver Extensions - DesignPacks - Tutorials - Books
---------------------------------------------------------------------
The PVII Newsgroup | news://forums.projectseven.com/pviiwebdev
The CSS Newsgroup | news://forums.projectseven.com/css
---------------------------------------------------------------------




______________________________________________________________________
css-discuss [EMAIL-REMOVED]]
http://www.css-discuss.org/mailman/listinfo/css-d
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
Previous Message
Next Message

Message thread:

Possibly related: