HTML

Questions? Suggestions? Need help? Talk about anything related to Yawcam...
Post Reply
sea_r0se
Posts: 3
Joined: Wed Apr 26, 2006 4:01 am

HTML

Post by sea_r0se »

I'm using yawcam's server, and got a color for my background, but how do I get a patterned background instead of a plain color?
AlanH
Posts: 6
Joined: Thu Apr 13, 2006 9:15 pm

Post by AlanH »

I'm not sure how familiar you are with HTML, but it's just a matter of modifying the <BODY> tag.

For example: in the index.html file, presumably to change the background color you had to change the body tag to read something like this:

Code: Select all

<BODY BGCOLOR="#225599">
For doing a graphic as a background, simply modify it to look like this:

Code: Select all

<BODY BACKGROUND="/path/to/image/file.jpg">
Likely you'll just want to put in image as your background directly into the same folder/directory as your index.html file. Then, you can just modify the BODY tag like so:

Code: Select all

<BODY BACKGROUND="image.jpg">
I hope this answers your question. Let me know if I missed the mark completely and didn't understand your question.

Alan
Post Reply