FRIHOSTFORUMSFAQTOSBLOGSDIRECTORY
You are invited to Log in or Register a Frihost Account!

Question about frontpage.

 


Klaw 2
Okay I got a few questions about frontpage,

HOW ON EARTH!!, Evil or Very Mad do i get an fixed background so that it doesnt repeats itself when you scroll down.
Nyizsa
I don't know how it can be set in frontpage, but I tell you how to do that in pure HTML. Set the <body> element's bgproperties property to fixed.
I hope it helped.
Klaw 2
Nyizsa wrote:
I don't know how it can be set in frontpage, but I tell you how to do that in pure HTML. Set the <body> element's bgproperties property to fixed.
I hope it helped.


If you quote ot i can read it properly,


[ i ] < body > [ /i ] element's [ i ] bgproperties[ / i ] property to [ i ] fixed[ / i ]

But where does it have to be written?
Nyizsa
Open your whatever.html file in a text editor. Notepad will do. Look for a line like <BODY> or <BODY something=value>. There may be one or more values (or none at all). Go to the end of the line, just before the > sign. Type
Code:
bgproperties="fixed"
Leave a space before the > sign. Save the file, and it's done.
Good luck!
Klaw 2
Nyizsa wrote:
Open your whatever.html file in a text editor. Notepad will do. Look for a line like <BODY> or <BODY something=value>. There may be one or more values (or none at all). Go to the end of the line, just before the > sign. Type
Code:
bgproperties="fixed"
Leave a space before the > sign. Save the file, and it's done.
Good luck!


Okay now i get it Cool thank you!
Reply to topic    Frihost Forum Index -> Webmaster and Internet -> Design Tips

FRIHOST HOME | FAQ | TOS | ABOUT US | CONTACT US | SITE MAP
© 2005-2007 Frihost, forums powered by phpBB.