1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

http://www.makeorbreakus.com/

Discussion in 'Websites' started by sarahk, Apr 20, 2004.

Thread Status:
Not open for further replies.
  1. #1

    Right, ignoring the subject matter, looking at the content...

    * You have meta tags in the body of the page, not in the head section
    * There is alot of repetition in the meta tags
    * html like
    <label>User Name: <input name="UserName" type="text" class="text" maxlength="30"></label>
    should be
    <label for='UserName'>User Name:</label> <input name="UserName" id='UserName' type="text" class="text" maxlength="30">
    * your h1 and h2 tags don't seem to be working for you, should have search phrases in them if possible.
    * later pages don't seem to be debugged yet
    * once up and running you need to get back links.


     
    sarahk, Apr 20, 2004 IP
  2. bflatman10

    bflatman10 Peon

    Messages:
    22
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    The site is still a work in progress, lots of bugs still to go. Thanks for your advise, I will start making the changes you recomended straight away. This is my first site using a database and php so it has been slow to develop.
    :)
     
    bflatman10, Apr 20, 2004 IP
  3. bflatman10

    bflatman10 Peon

    Messages:
    22
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    What difference would changing the labels from:

    <label>User Name: <input name="UserName" type="text" class="text" maxlength="30"></label>

    to:

    <label for='UserName'>User Name:</label> <input name="UserName" id='UserName' type="text" class="text" maxlength="30">

    make?
     
    bflatman10, Apr 20, 2004 IP
  4. bflatman10

    bflatman10 Peon

    Messages:
    22
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    I would appreciate anyone other comments from people conserning the content of my website.
     
    bflatman10, Apr 20, 2004 IP
Thread Status:
Not open for further replies.