Backgrounds ~ 005 !
Using a Body Background Image can add a sparkle to your website!
The Gamot Network Interface has made this easy by allowing you to add either a Basic URL that points to an image tag. This gives good results on most repeatable background images.
For more advanced users, you may define a complete XHTML Style Attribute that will be added to the division tag allowing you to completely decorate your site background.
We hope you enjoy this feature!
Example One: Basic URL
(Test: IF 'http:')
You Type into Body Background XHTML:
http://www.quackit.com/pix/smile.gif
Code Produced:
<div style="background-image:url(http://www.quackit.com/pix/smile.gif);
background-repeat:repeat;
width:auto; height:auto;">
Example Two: Advanced Style Attributes
(Test: IF 'style')
You Type into Body Background XHTML:
style="background-image:url(http://www.quackit.com/pix/smile.gif);
background-repeat:repeat;
background-attachment:fixed;
width:auto; height:auto;"
Code Produced:
<div style="background-image:url(http://www.quackit.com/pix/smile.gif);
background-repeat:repeat;
background-attachment:fixed;
width:auto; height:auto;">
OR
You Type into Body Background XHTML:
style="background-image:url(/acts-29.net/img/thoughts/background.jpg);
background-attachment:fixed;
background-position: center center;
width:auto; height:auto;
background-repeat: no-repeat;"
Code Produced:
<div style="background-image:url(/acts-29.net/img/thoughts/background.jpg);
background-attachment:fixed;
background-position: center center;
width:auto; height:auto;
background-repeat: no-repeat;">
Example Three: THIS PAGE!
The Body Background XHTML for THIS PAGE is:
~~~~~~~~~~~~~~~~~~~~
style="background-image:url(http://www.quackit.com/pix/smile.gif);
background-repeat:repeat;
background-attachment:fixed;
width:auto; height:auto;"
~~~~~~~~~~~~~~~~~~~~
To Start Try Cutting and Pasting this into Your Body Background XHTML!