Background

Locked
corpse
Posts: 678
Joined: Sun Jan 12, 2003 8:00 am

Background

Post by corpse »

My friend is making a website and he wants a Picture of a sign on the background. The catch is the sign is relatively small and he wants it to be all across the screen and down....


Tiled I guess is what it is.

How can we do that, please
Fender
Posts: 5876
Joined: Sun Jan 14, 2001 8:00 am

Post by Fender »

corpse
Posts: 678
Joined: Sun Jan 12, 2003 8:00 am

Post by corpse »

Blush.....Thanks
corpse
Posts: 678
Joined: Sun Jan 12, 2003 8:00 am

Post by corpse »

Having a problem here.

I have the html file and the image in the same folder in my documents.

<html>
<body background = "abc.gif">

</body></html>


also tried:

<body background = "images/abc.gif">

where the image is in the images folder


When I open the html document, I just get a blank white page.
User avatar
Foo
Posts: 13840
Joined: Thu Aug 03, 2000 7:00 am
Location: New Zealand

Post by Foo »

Don't forget that you have to have <html><head><title></title></head><body></body></html> for it to be considered a proper HTML document.

Also take the spaces away around the = sign, that is bad.
"Maybe you have some bird ideas. Maybe that’s the best you can do."
― Terry A. Davis
corpse
Posts: 678
Joined: Sun Jan 12, 2003 8:00 am

Post by corpse »

Fixed thanks. I renamed the image and renamed it image.gif....where it was already a gif file, so it should just have been image



Any photoshop experts in here.

If I open a new doc in Photoshop 7 and type a title and want to have a shadow effect, does anyone know how to do that.
+JuggerNaut+
Posts: 22175
Joined: Sun Oct 14, 2001 7:00 am

Post by +JuggerNaut+ »

corpse wrote:Any photoshop experts in here.

If I open a new doc in Photoshop 7 and type a title and want to have a shadow effect, does anyone know how to do that.
didn't someone already mention Google? ;)
corpse
Posts: 678
Joined: Sun Jan 12, 2003 8:00 am

Post by corpse »

Well yes, I have it so that I can create a text line and then I create a new layer and flip it horizontal.

I don't know how to join the 2 layers together to get the desired effect though.

http://webblarry.tripod.com/lg/tutor/titles2.htm

this link and step 3 is what I'd like, but I can't seem to get it to work


http://www.webthang.co.uk/tuts/tuts_css/css3/css3.asp#

tried this one as well, but it will only allow 2 words to a line and then it goes to a new line.
Locked