Can someone help me create a simple page for?

Discussion in 'HTML & Website Design' started by enikram, Jun 25, 2008.

  1. #1
    I am trying to create a "links" page on my website ,but just can't get it working. I am not really good with html.

    here's what I need:

    1.Black background

    2.Image(big clickable banner) on top

    3. Bellow is neat list of websites and very short description. Possibly in a neat table form,not just bunch of links.

    If there's an easy way someone can just make me something like that(maybe add 1 generic link and I'll edit and just add the rest), I'd really appreciate it. To make it worse, I don't have any editing software.
     
    enikram, Jun 25, 2008 IP
  2. thor22

    thor22 Peon

    Messages:
    580
    Likes Received:
    8
    Best Answers:
    0
    Trophy Points:
    0
    #2
    <body bgcolor="000000">
    <table align="center">
    <tr>
    <td>
    Insert links here
    </td>
    </tr>
    </body>
     
    thor22, Jun 25, 2008 IP
  3. Sensei.Design

    Sensei.Design Prominent Member

    Messages:
    3,847
    Likes Received:
    162
    Best Answers:
    0
    Trophy Points:
    310
    Digital Goods:
    1
    #3
    use div'S

    
    <body style="background-color=#000;">
    <div style="background-image: url(u r iamage);margin: 0 auto;></div>
    <ul>
          <li>link</li>
    </ul>
    </body>
    
    Code (markup):
     
    Sensei.Design, Jun 25, 2008 IP
  4. Dan-FDD

    Dan-FDD Peon

    Messages:
    29
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #4
    I agree, i used to use tables but now im learning to use divs/xhtml. so much easier and cleaner IMO.
     
    Dan-FDD, Jun 25, 2008 IP
    Sensei.Design likes this.
  5. enikram

    enikram Active Member

    Messages:
    244
    Likes Received:
    12
    Best Answers:
    0
    Trophy Points:
    60
    #5
    Thank you very much!:)
     
    enikram, Jun 25, 2008 IP