PDA

View Full Version : Can i get help?


John-AJnation
10-10-2005, 03:38 AM
hey guys i really have no knowledge of html and was wondering if i could get a free layout for my site the only thing i request is that you use my logo http://x10.putfile.com/10/28203263476.jpg (http://www.putfile.com)

Horus_Kol
10-10-2005, 04:12 AM
You really do need to offer something in return for the effort of designing something...

I've moved you to the Acquiring Skill section because that is a more suitable location for your request than the HTML Page Layout, which is for people looking for solutions to specific problems. I doubt that you will get much response in any event because, as I said, you don't offer anything in return for the work.

John-AJnation
10-10-2005, 04:57 PM
aight i understand this now i assume it takes awhile and i'll learn it myself anyone got a good link for learning all the basic's i will need?

_Aerospace_Eng_
10-10-2005, 05:18 PM
http://www.w3schools.com
http://www.htmldog.com

GreyBoy
10-12-2005, 02:21 AM
Here is a simple layout.. very simple, but it will get you on the right track... you really should learn how to do html... it will make it seem more like the site belongs to you when you create it yourself.

Take this layout and copy & paste it in a text editor then save it as html... try to learn how to modify and add to it yourself ;)

<html>
<head>
</head>
<body>
<table cellpadding = "0" cellspacing = "0" border = "1">
<tr>
<td><img src="yourImg.gif"></td>
</tr>
<tr>
<td> This is where your content goes!!! Content Content Content....... </td>
</tr>
</body>
</html>

Now take this simple sample and learn what it means and how to add more detail by asking questions on the site... youd be surprised how fast and how much you can learn from the expericened designers on this site ;)

Horus_Kol
10-12-2005, 02:51 AM
ahem... Aero - you forgot...

http://www.htmlforums.com/showthread.php?t=58894