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.
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):