TooShort4
02-13-2004, 01:30 AM
Will anyone code this Gah.In your spare time?I cant code.Sorry.
Code this link here(Click) (http://free.one.picturehost.co.uk/hoklarsite.png) Whoever codes it-Will oyu post the finsihed reply?Like post the whole HTML code.Ty much
Cherchezlafemme
02-13-2004, 01:55 AM
www.lissaexplains.com
that's what the site is for lol
Rosey
02-13-2004, 02:22 AM
we're not here to code it for you but to help you with your own code. If you learn the basics of html you'll be able to change things yourself and not have to rely on someone else, it's definately worth it.
If however someone wants to code it, pm tooshort.
bejayel
02-13-2004, 05:33 AM
man i really dont think i should have done this for you. it isnt really a full blown nice looking code, but it'll do for you to get a basic idea of what needs to be done. now next time you need code please take 2 hours to learn the entire html language. it honestly doesnt take much more than that. and anther question: if you dont know how to code...what exactly are you going to do with this? i mean i you dont kno how to code this should technically be useless to you. anyway here it is.
<html>
<head>
<title>Learn to code after this please</title>
</head>
<body bgcolor="black" text="white">
<table border="1" border-color="grey" width="756" height="400">
<tr>
<td width="100" height="100" valign="bottom">
<u>navigation</u>
</td>
<td rowspan="2" width="656" valign="top">
<center><h3> Your banner here </h3></center>
<br>
<br>
<br>
<table border="1" border-color="grey" width="600" align="center">
<tr>
<td>
this is where yoru main text goes
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td width="100">
<a href="#">LINK</a>
<!-- if you need more links jsut copy and paste -->
<!-- you cant have a copyright because you have not paid for one -->
</td>
</tr>
</table>
</body>
</html>