Q: How do I insert a transparent background image on one single page ?
THIS IS WORK IN PROGRESS !
A: You need to have two things:
- your transparent image
- insert the magic [[module CSS]]
I find it useful to store all my files that I use for my themes at one page in the site. If you wish to alter you theme you always know where to find your files (e.g. yoursite.wikidot.com/files.
So upload your transparent file or your image you wish to use as background for a page. While uploading your image, copy the url where your image is located on the server. You find this in the popup-window that appears when you click on info in the filelist after you updated or refreshed your list of files.
Depending on where you wish to have your image you need to add the following code:
[[module CSS]]
body,
navi-bar,
container-wrap-wrap,
container-wrap,
container,
header,
main-content,
page-content,
side-bar,
top-bar{
background-image:url(paste your url here);
background-color:transparent;}
[[/module]]
If you found this info useful rate it up and hit "+"
This is not a <HTML>-CSS reference base. For that we direct you to other excellent places on the web: CSS-tutorials via Google
Thanks for the input to
- Asked by gerdami
- Lasted Edited by Steven Heynderickx
I thought it would be easy…
at the bottom my starts appear… but not on the page… any suggestions?
A - S I M P L E - P L A N by ARTiZEN a startingpoint for simple wikidot solutions.