Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS CSS Layout – is this possible??

  • This topic is empty.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #23393
    deanclarke55
    Member

    Hi is there anyway you can create a css layout like this?

    http://www.richard-grainger.com

    It is currently using tables but I would rather use CSS

    Any suggestions??

    Thanks

    #50541
    Argeaux
    Participant

    yes it is possible.

    Watch a few of the screencasts here and go for it!

    #50557
    mikes
    Member

    Yes and don’t be intimidated. I didn’t know anything about css laout and just started ripping out <table> and <tr> tags and converting <td> tags to <p>. It really got to be quite easy after just a few stumbles while learning.

    Just make backups and chant your mantra:

    float
    float
    clear

    float
    float
    clear

    :)

    #50594
    cssgirl
    Participant

    Yes! It most definitely is possible! CSS can do anything tables can do and then some! Don’t be intimidated by it, just keep plugging at it, and you can do anything with CSS. And considering that layout is pretty basic compared to many CSS layouts I have seen it shouldn’t be too hard to replicate should you choose to do so!

Viewing 4 posts - 1 through 4 (of 4 total)
  • The forum ‘CSS’ is closed to new topics and replies.