Is there any way to make a static background?? I've seen the static menus, but nothing on backgrounds... Where would I edit this?
not quite sure what your asking about, but if you are looking to get a static background header like alot of the featured sights have, this is the code you want to use
<style type="text/css">
<!--
body {
background-image: url('http://blah.blah.com/kalsjdf/fdh.jpg');
}
-->
</style>
But that inside your "<head>" tags. That will give you a full banner across the front, that has no borders on the sides.
Example of this is my site (=D) hc.dkpsystem.com
If you are looking what i think your looking for though, which is just a background that doesn't move while the rest of the page does like:
http://ik.dkpsystem.com/news.It is again in the advanced layout options. I believe you can do this by making the background tag in your body tag nonrepeat, or maybe its in the CSS file. I can't remember. I haven't worked with one of those in quite awhile >.<
Hope that helps