Furtopia | Family Friendly Furry Forum and IRC Chat!

the basement => the archives => web design support => Topic started by: Socertease_soul on July 25, 2006, 06:38:03 pm

Title: Hi-I have a problem to do with my free web hosting
Post by: Socertease_soul on July 25, 2006, 06:38:03 pm
Yea, but I am not sure on how to put up my own background and what not-maybe somone can give me a help link or tell me where i can do it.
Title: Hi-I have a problem to do with my free web hosting
Post by: Sporty Fox on July 25, 2006, 06:50:04 pm
Are you meaning add a background to an HTML site or to add one to the indexer that comes set up on the site when you first get it?

If you are meaning the indexer then I do not believe that you can add a background to it, you use it as is. I may be wrong and if so someone with experience using it will correct me and let you know how :D

If you are talking about an HTML website you have coded then the background is written into your code, it's usually fifth line of code or so:

<HTML>
<HEAD>
<TITLE>"Name of page"</TITLE>
</HEAD>
<BODY BACKGROUND="URL of image or color code">
Title: Hi-I have a problem to do with my free web hosting
Post by: Socertease_soul on July 25, 2006, 06:56:48 pm
I think your right actually-*I am talking about the codes* i will see if thats the  way to do it!
Title: Hi-I have a problem to do with my free web hosting
Post by: Choky on July 25, 2006, 07:27:55 pm
Ask here: Web design support.
Title: Hi-I have a problem to do with my free web hosting
Post by: Mazz on July 25, 2006, 08:51:20 pm
Choky is right.. this is better suited here
Title: Hi-I have a problem to do with my free web hosting
Post by: Kataze on August 19, 2006, 10:01:28 pm
actually, If you want an image I believe it's:

Code Sample
<body bgimage="ImageURL">