Not signed in (Sign In)

SkillShare - A place to discuss Web Standards and Web Design topics

Categories

Vanilla 1.1.9 is a product of Lussumo. More Information: Documentation, Community Support.

    • CommentAuthornaudjf
    • CommentTimeSep 25th 2006
     permalink
    Hi everyone,

    I integrated (XHTML 1.0 + css2 + lightbox) the new design of "the DnA Factory ":
    http://www.thednafactory.com

    I already have some feedback about it from other forums but I'd like to have your opinions too, especially about the way I coded the "exhibitions" page (http://www.thednafactory.com/pages/dna_exhibitions.php). I found no other solution than coding lots of "span" embeded in a "p" tag to make the 3 columns layout work....I wanted it to be more "semantic", but could not achieve that...

    Thanx

    bye
    • CommentAuthorspyyddir
    • CommentTimeSep 25th 2006
     permalink
    <h2>year</h2>
    <ul>
    <li><strong>installation</strong> <span>Location></span></li>
    </ul>

    h2 {
    clear: left;
    }

    ul {
    list-style: none;
    float: left;
    padding-left: 1em;
    clear: left;
    }

    ul strong {
    font-weight: normal;
    float: left;
    }

    ul span {
    float: right;
    }
    • CommentAuthornaudjf
    • CommentTimeOct 12th 2006
     permalink
    Hi,

    Thanx spyyddir ! I am sorry, I only read what you posted on Sep 25th 2006....today ! (I don't know if there is email notification on this forum..).

    Another guy, told me to think texts as data, and so I could structure my page using....tables ! He may be right. What I want to do is an EXCEL like presentation of my clients exhibitions.

    I got to think about it.

    Thanx anyway ;-)

    Bye
Add your comments
    Username Password
  • Format comments as (Help)