|
Posted by iamdave on 01/31/08 13:28
On Jan 30, 12:04 pm, dorayme <doraymeRidT...@optusnet.com.au> wrote:
> In article
> <Iu%nj.517499$kj1.406...@bgtnsc04-news.ops.worldnet.att.net>,
> "Beauregard T. Shagnasty" <a.nony.m...@example.invalid> wrote:
>
> > iamdave wrote:
>
> > > I searched through this group looking for 3 column templates or
> > > layouts and found this one:
> > >http://www.pixy.cz/blogg/clanky/css-3col-layout/
>
> > > Is this one of the more accepted coded layouts I might try and use?
>
> You could use it as an exercise and modify it according to some
> of the things that you can learn here if you stick around. Like
> not setting font font sizes in pts, not setting main text to be
> less than 100% and a few other things...
>
> > Try Toby Inkster's template:
> >http://examples.tobyinkster.co.uk/3col-new.strict
>
> > Stay with HTML 4.01 Strict as well.
>
> If you just want to go ahead and make a web page and it be
> competent without you changing anything much but the content, you
> won't go far wrong with this advice from Beauregard.
>
> --
> dorayme
Thanks folks. I plugged that site into the validator and it just came
up with one error:
Line 172, Column 30: document type does not allow element "SCRIPT"
here.
<script type="text/javascript">
✉
The element named above was found in a context where it is not
allowed. This could mean that you have incorrectly nested elements --
such as a "style" element in the "body" section instead of inside
"head" -- or two elements that overlap (which is not allowed).
One common cause for this error is the use of XHTML syntax in HTML
documents. Due to HTML's rules of implicitly closed elements, this
error can create cascading effects. For instance, using XHTML's "self-
closing" tags for "meta" and "link" in the "head" section of a HTML
document may cause the parser to infer the end of the "head" section
and the beginning of the "body" section (where "link" and "meta" are
not allowed; hence the reported error).
Is this anything that could be fixed or is it nothing to worry about?
I'll use this template you all suggested and will also begin learning
more about the css etc. so that I understand more about what I'm
using. I certainly appreciate the help I've received. Thank you! :-)
Dave
Navigation:
[Reply to this message]
|