Hello
I use the mac ox x template in my cpg 1.4.10.
But the title and subtitle of my website are not centered (no problem with firefox). So the left image is below them. (http://dartagnan.9999mb.com/pictures)
Any hint what is to change so that there is no problem in ie7 ???
thanks in advance for any help
Add a align propery to container div
something like this :
<DIV class=top_panel>
<DIV class=top_panel_r align="center">
<DIV id=GAL_NAME>
For standards compliance, the class names and attributes should be in quotes, HTML tags must be lower case. Make it<div class="top_panel">
<div class="top_panel_r" align="center">
<div id="GAL_NAME">
Thank you, it seems to work perfectly!