Page 1 of 1
Background
Posted: Sun Mar 27, 2005 12:27 am
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
Posted: Sun Mar 27, 2005 12:49 am
by Fender
Posted: Sun Mar 27, 2005 1:10 am
by corpse
Blush.....Thanks
Posted: Sun Mar 27, 2005 6:43 pm
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.
Posted: Sun Mar 27, 2005 6:51 pm
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.
Posted: Mon Mar 28, 2005 3:09 am
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.
Posted: Mon Mar 28, 2005 4:55 am
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?

Posted: Mon Mar 28, 2005 5:20 am
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.