Hi
just upgraded to 1.46 and now I have a problem with formatting a horizontal list.
http://www.ralf-kerkhoff.de/pages/neue-bilder
This is how it works before the update:
Codeblock 1 on the page is:
CSS (added this to style and choosen.css):
list-style: none;
float: left;
margin:0px 0;
}
padding:0;
margin:0;
list-style:none;
}
list-style:none;
float: left;
padding: 0px 4px 0px;
margin:0px 0;
}
this has worked before the update but now I get the images in a vertical list.
Any ideas are welcome
Cheers
Ralf
Hi Gjr,
I have solved the issue using exactly the settings above.
I have edited the pages.php:
In the original file around line 30 the printCodeblock statement is before the printPagecontent.
I have just put the printCodeblock()after the printPageContent.
Cheers
Ralf