Okay I got a few questions about frontpage,
HOW ON EARTH!!,
do i get an fixed background so that it doesnt repeats itself when you scroll down.
HOW ON EARTH!!,
| 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. |
| Code: |
| bgproperties="fixed" |
| 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
Good luck! |