Sent by Scott Hamm on 4 November 2003 20:08
Looks like NCC Enterprise needs to dump core for a nice refreshed core :-)
> -----Original Message-----
> From: Al Sparber [EMAIL-REMOVED]]
> Sent: Tuesday, November 04, 2003 12:58 PM
> To: [EMAIL-REMOVED]
> Subject: Re: [css-d] Only possible with tables...
>
> 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/
______________________________________________________________________
css-discuss [EMAIL-REMOVED]]
http://www.css-discuss.org/mailman/listinfo/css-d
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/