I know its a pretty basic question, but how to add a jpeg of gif image as my background for all of my pages.
Thank you
I know its a pretty basic question, but how to add a jpeg of gif image as my background for all of my pages.
Thank you
You would do this in the stylesheet.
Just add backgrorund-image: (url filename) repeat;
to the mainWrapper or body, depending on how your template is setup.
You can research the exact syntax here:
http://www.w3schools.com/css/pr_background-image.asp
Tim