Jump to content

[REQUEST]Web Layout


Recommended Posts

Could anyone make a detailed tutorial for making a descent website layout? Please include pictures. Also if you could, how to code it. Thanks! :D

This is a forum of Paint.NET, not a web design forum. Learn HTML and CSS and do it yourself. Seriously, you expect it's that simple to create a website. It isn't.

Link to comment
Share on other sites

If you want a web layout, you should take on another forum, not the one on PdN.

Making a background of a website is one, of very many, small steps in making a website.

If you looked, you could probably find a host, a good one will cost money, that will let you use a created background.

I know a bit about html/javascript.

PM me if you need a little help, or have any questions.

Link to comment
Share on other sites

If you want a web layout, you should take on another forum, not the one on PdN.

Making a background of a website is one, of very many, small steps in making a website.

If you looked, you could probably find a host, a good one will cost money, that will let you use a created background.

I know a bit about html/javascript.

PM me if you need a little help, or have any questions.

You don't. You need to enter a few lines of CSS into your style sheet like this to get a background on any page which uses that style sheet:

body
[b]{ background: #656565 url(background.png) repeat-y center;[/b]
 color: #D5D2D6;
}

And then you have a background.

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...