Gilles, Spip-en,
I have another question which has had me going around in circles, perhaps the answer is quick to find if I only search in French but I have not been able to answer it.
How and Where do I include manually graphic elements in the css to be at the top of the page; here are my notes so far on the problem, I have solved it once but that was more by luck using the Graphical Config in V3 but not I can’t repeat it?? I just want ot put a graphic at the top of the page like this;
http://www.ac-grenoble.fr/eps/
please help?
notes on how to solve the problem
All of the Graphic Elements on the page need to be referenced by their own name in the Configuration Interface for example bg_site.png, bg_bandeau_haut.png etc. There also appears to be a problem that when I try to put a background image on the site using bg_site.png all other graphics on the site are ignored, in addition once the values are stored in the Server in certain formats they are difficult to remove. Please see Image3 wich has all of the values set and saved to ‹ null › in the configururation tool, both of the cache’s for the tool and for the browser are empty but the values are still being held?
Image3
| fond général du site | → bg_site |
|---|---|
| bandeau haut | → bg_bandeau_haut |
| bandeau bas | → bg_bandeau_bas |
| chemin | → bg_chemin |
| pied | → bg_pied_bas |
| bloc de titre des noisettes | → bg_noisette_titre |
| bloc de titre des noisettes au survol | → bg_hover_noisette_titre |
| sous-titres des noisettes | → bg_noisette_soustitre |
| sous-titres des noisettes au survol | → bg_hover_noisette_soustitre |
| menu | → bg_menu |
| menu au survol | → bg_hover_menu |
To include bg_bandeau_haut across the to of the page
The only way that I have been able to get it to work is as follows using Sarka Spip 3;
create a directory in the root of your sarka spip installation called;
squelettes/images
eg
sarkaspip_3/squelettes/images
Then put an image in it in format png (remembering to select the png radio button) and using the following format;
« …/images/ bg_bandeau_haut.png »
Vous pouvez afficher une image d’arrière plan nommée bg_bandeau_haut, stockée dans le dossier images/ et possédant l’extension gif, png ou jpg.
Extension de l’image de fond gif png jpg
Propriétés associées (repeat, position, attachement)
example Site: http://www.ac-grenoble.fr/eps/
notes on how to solve the problem*
Thank you for the previous reply’s