NameSilo

Making website background help

SpaceshipSpaceship
Watch

tomaso88

Established Member
Impact
13
Hey I want to make a 1 page web site with a picture as the back ground and then just have links in the middle of the picture how do I go about in doing this?
 
0
•••
The views expressed on this page by users and staff are their own, not those of NamePros.
GoDaddyGoDaddy
HTML map tag
Click on try it urself after reading the text.
 
0
•••
wait i think you got the wrong Idea I just am wanting to know how to make a template with a picture as a back ground and then have whatever html programing I want over the top of that picture like eg. have picture as a back ground and then have a list of url's over it
 
0
•••
This is the code you insert below the </head> tag to get a page background.

<body bgcolor="#000000" background="enter your background image link here" leftmargin="0" topmargin="0">

Then add table tags.

Look at source codes of a simple page you like and modify it.
 
0
•••
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">

<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset= windows-1252" />
<meta name="keywords" content="keywords go here" />
<meta name="description" content="Description Goes Here" />
<title>Site Name Here</title>
<style type="text/css">
body{background: url(images/image.png);margin: 0;padding: 0;}
</style>
</head>
<body>
html stuff goes here
</body>

Cheers!
 
0
•••
This is the code you insert below the </head> tag to get a page background.

<body bgcolor="#000000" background="enter your background image link here" leftmargin="0" topmargin="0">

Then add table tags.

Look at source codes of a simple page you like and modify it.

That's not xhtml compliant and it's considered the "old way". The post above mine is the better css method to use.
 
0
•••
Appraise.net

We're social

Spaceship
Domain Recover
CatchDoms
DomainEasy — Payment Flexibility
  • The sidebar remains visible by scrolling at a speed relative to the page’s height.
Back