PDA

View Full Version : Html



riadh
01-24-2009, 01:41 PM
hi every one, i am Riadh, a new member here, i am doing a little project in my school, i am doin a web site, i have to fix the background in a HTML page, so when i descend the eleveator the bg still go with it, thnx ;-)
and by the way sorry for my embarrasing english, it's my third language

Moonbat
01-24-2009, 02:46 PM
http://www.w*schools.com/html/default.asp

The above link is a good tutorial for HTML. You should go there to learn HTML and solve any HTML problems you are having.

Ezekiel
01-25-2009, 09:50 AM
Set the background image in the body tag, like this:

<body background="background.jpg">

It won't scroll.