Archive for myfreeforum.org Before posting please check the "stickies" in the support forums. Please ask questions in real English and not "txt". You will get a better response. Please do not ask support questions via PMs.
|

Ziddy1232
|
Can anybody make me...This may be the wrong place to ask, but as it isnt specifically a MFF issue/favour, i think it belongs here.
I need somebody to make me a basic HTML index.html page. Its just for a site so i can put up an "under maintenence" page. It must have room for a picture at the top with a little text underneath, and be a black background with white text, though im sure i could change the colours myself.
I think i know how to do it, but for some reason i cant get it right. Im probably not ending or starting a tag where its meant to go - I never was much good with HTML.
If you can do it, just post the code here or PM me it.
Thanks in advance.
Oh, and Viper, can you get on MSN please bud.
|
Symon
|
Simple rule is
| Code: | <html>
<head>
<title>Title of page</title>
</head>
<body>
what ever
</body>
</html> |
|
Ziddy1232
|
Man, im so retarded. I forgot to close the HTMl tags >.>
Thanks Symon.
|
|
|
|