Forums

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

Home Forums Other Website Design / Feedback Please

  • This topic is empty.
Viewing 2 posts - 16 through 17 (of 17 total)
  • Author
    Posts
  • #103846
    JohnMotylJr
    Participant

    I have a suggestion for the ‘contact’ area. Im not so sure if its complete or not but maybe producing an alert or overlay when validation fails might be a tad better instead of redirecting to a blank page. I didnt stay long enough to notice if that was with php or JS.

    #103852
    JohnMotylJr
    Participant

    On your contact form, your code is as follows:


    Name

    Minter Tweed


    etc.....

    Instead of putting multiple divs with the same id why not give your p tag a class with the desired margin-bottom: 14px;

    /* html */

    Minter Tweed

    /* CSS */
    p.lobster {
    margin-bottom:14px;
    }

    And i noticed a table?!

Viewing 2 posts - 16 through 17 (of 17 total)
  • The forum ‘Other’ is closed to new topics and replies.