rejetto forum

Software => HFS ~ HTTP File Server => HTML & templates => Topic started by: Alons0 on May 17, 2007, 02:39:02 PM

Title: Which is the tag for background image in hfs?
Post by: Alons0 on May 17, 2007, 02:39:02 PM
I need of this, people ;D
Title: Re: Which is the tag for background image in hfs?
Post by: Alons0 on May 17, 2007, 07:21:28 PM
UP!
Title: Re: Which is the tag for background image in hfs?
Post by: Jerome on May 17, 2007, 07:44:22 PM
Up???

Boy you are an idiot!  You just posted this 5 hours ago.  Did you ever think to solve your own problems?  Try google for the tag.  It's there.
Title: Re: Which is the tag for background image in hfs?
Post by: TSG on May 18, 2007, 12:59:44 PM
I have no idea what you are on about alonso. haha.
Title: Re: Which is the tag for background image in hfs?
Post by: Giant Eagle on May 18, 2007, 07:25:47 PM
hfs is not a language.. its just using html..

try this one:
http://www.google.com/search?q=background+image+html (http://www.google.com/search?q=background+image+html)
Title: Re: Which is the tag for background image in hfs?
Post by: Alons0 on May 21, 2007, 02:47:32 PM
I meaned background image in the page :-\
Title: Re: Which is the tag for background image in hfs?
Post by: TSG on May 21, 2007, 03:01:32 PM
Its simple css alonso,

background-color: #color;
background-image: url('URL');
background-position: position;
meh: meh;

or stacked like this:

background: url('URL') position #color;

just google it! some things are simpler than you think.