|
Posted by Chaddy2222 on 11/27/78 11:55
Koolbreak wrote:
> Sid wrote:
> > On 13 Aug 2006 16:51:50 -0700, "Koolbreak"
> > <PeterJenningsVarkey@gmail.com> wrote:
> >
> > : How do I take out the tables and turn it inot css? please help!! Thank
> > :
> > : you...
> >
> >
> > You must attend a CSS course. Or study:
> > http://css.nu/articles/table-in-css.html
> >
> > Sid
>
> Thank you responding but can't anyone just show me how to do that?
> like turn those into css and show me the html code? i'll figure it out
> from there...
Maybe take a look at my website (found in my sig) for an example of CSS
based layout.
Just a tip though, it's a different way of thinking then what you are
perhaps used to, as an example, there are no presontation settings (or
atrirbutes) in the HTML, that's all defined in the CSS file.
Taking my own site as an example (their are probably better ones
though,)it's just a bunch of div's or divisions, which actually are
just a devider in HTML plus I have included some other tags, such as
the <p> atributes for the paragraphs and some headings. But that's
about all, the rest is in the CSS.
Oh and there are those none breaking spaces which I used on the links,
which may or may not be a good thing, some purists would suggest not
to use them (they are not really samanticly correct, and those links
really should be a list).
Anyway, I hope this helps a bit, http://www.w3schools.com might also be
good.
--
Regards Chad. http://freewebdesign.cjb.cc
Navigation:
[Reply to this message]
|