Hello...
I've just discovered EZpages thanks to Kim.......I have a question after an hour of looking to no avail.......can you center the Table of Contents on an EZpage and move the text below it?
Thanks
MM
Hello...
I've just discovered EZpages thanks to Kim.......I have a question after an hour of looking to no avail.......can you center the Table of Contents on an EZpage and move the text below it?
Thanks
MM
You can do lots of things to it using your stylesheet. Look in view source to find the classes/ids that apply to the TOC, find in or add to your stylesheet and style them.PHP Code:<div id="navEZPagesTOCWrapper">
<h2 id="ezPagesTOCHeading"><?php echo TEXT_EZ_PAGES_TABLE_CONTEXT; ?></h2>
<div id="navEZPagesTOC">
<ul>
<?php while (!$pages_listing->EOF) {
// could be used to change classes on current link and toc (table of contents) links
Last edited by gjh42; 11 May 2009 at 09:26 PM.
There is also a nice handy dandy sidebox in the Free Software Add Ons for the EZpages Table of Contents so that the TOC isn't sitting in the middle of the page ...![]()
Linda McGrath
If you have to think ... you haven't been zenned ...
Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!
Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
Officially PayPal-Certified! Just click here
Try our Zen Cart Recommended Services - Hosting, Payment and more ...
Signup for our Announcements Forums to stay up to date on important changes and updates!
Did you ever figure out how to do this?
I've done everything I can think of in the stylesheet and even the template, and my TOC box is still aligned to the left.
Here's my site: http://smarmyclothes.com/index.php?m...id=3&chapter=1
And here's the CSS I've got for the EZPages TOC currently:
Code:#navEZPagesTOCWrapper { margin: 5px 10px 2px 5px; border: 2px dashed #000000; text-align: center; width: 400px; }
Code:#navEZPagesTOCWrapper { margin: 5px auto 2px auto; border: 2px dashed #000000; text-align: center; width: 400px; }
Ahhhhh! I knew it would be something silly like that!
Thank you so much, Glenn!!
I am curious as to how to remove the characters in my Table Of Contents list? It looks like a list-style-type, but I can't seem to get rid of them.
VIEW HERE
Those are coded output characters, built in the PHP file.
The CURRENT_PAGE_INDICATOR and NOT_CURRENT_PAGE_INDICATOR constants can be redefined in the appropriate language file to '' (two single quotes) to make them disappear.
The EZ-Page Improved TOC mod will let you style the TOC any way you want, though it does not give a separate class to the indicators.
I have just submitted an updated version (1.1) of the mod which will allow separate control over styling of the indicators. If anyone wants it before it is activated in Free Addons, just let me know.
Hi,
I've got the same problem and here's what I've got for my CSS
#navEZPagesTOCWrapper {
margin: 5px auto 2px auto
font-weight: none;
font-family: Arial, Verdana, Helvetica, sans-serif;
height: 5%;
border: none;
text-align: center;
}
Is there something that I'm doing wrong? You can view it on:
http://www.justuskids.com.au/eshop
Any help is greatly appreciated. THANKS! :)