Re: Placing an image on my contact me form page

Originally Posted by
buildingblocks
For anyone interested, I used the id contactUsDefault as found on the viewsource page and added the image as a non repeating background in my stylesheet.
More detailed explanation...
There are many IDs and classes in the code which are not in the stylesheet by defualt. They're in the code so we can use them if we want to. The OP found one of them and added it to the stylesheet, giving it a background image. Probably something like this. Try it.
#contactUsDefault {
background-image: url(../images/YOUR-IMAGE-NAME.jpg);
background-repeat: no-repeat;
}
You could also add padding so the image moves over where you want it.
Remember, you do this in stylesheet.css, not in your define pages editor.
Rob
Breakfast: the most important donut of the day.
Bookmarks