Back again - I now have the time to try this out and have got this far (see below) - however my ignorance of how this works means I have to ask another question - sorry!
- If you have class/id CSS for different language (NOT html{...}, *{...}) only:
rename your class in this mode: StyleClassForThisTag in
StyleClassForThisTag_en_US{...}, StyleClassForThisTag_it_IT{...}, ... with difference of style languages
In template call this class: ...
Alby
The flags are showing and working. I have copied your text StyleClassForThisTag etc and wrapped it around the {lang} tag and added this css to my stylesheet:
StyleClassForThisTag_en_GB{...}
StyleClassForThisTag_cy_GB{...}
This is where I get very confused! What goes where the three dots are?
The background image is attached to the body tag like so:
body {
text-align: left;
font-family: "Lucida Sans", Verdana, sans-serif;
font-size: 76%;
line-height: 1.5em;
background-color: #9734C3;
background-image: url(../images/bg.gif); */this being the English background, and there wll be another image: bg_c.gif for the Welsh background /*
background-attachment: fixed;
background-repeat: repeat-x;
background-position: center bottom;
}
Do I use something like
body cy_GB{ etc
body en_GB{ etc
No that doesn't look right! My knowledge isn't up to it at the moment - still this is a good way to learn
So stuck yet again! Can you help?
And I second the appreciation of this MLE - just couldn't wait for version 2 as I have to do this work now
Thanks and Regards
Lynne