I am setting up a main catalog page (based on one of the clean layouts - 10) with grey navigation buttons and section links on the left hand side, and have told Actinic that I want images only for the section links, and have provided and defined the images. When I look at the final pages, there are spaces between the images, when I really want them to touch each other - do I have to alter the created html page every time it changes (tedious!) or can I find the template where the layout of the links is defined? I find it very difficult to work out how final pages are created from templates - very much trial and error and haven't succeeded in this case (and the template manager makes no sense to me at all!).
Announcement
Collapse
No announcement yet.
Section Titles
Collapse
X
-
The first thing you are going to embark on here is "the learning curve"!
Once you can mastered the template manager you will be up and away.
Firstly use the template manager to help you to identify which template you need to change, and then open that template in your chosen html editor. Once you are on familiar territory in your html editor, it will be easy to establish what is causing the gap you are talking about. You then make the change to the template and it is done forever.
Good Luck...
-
Here is my suggestion:
1) Go to 'Design Options | Layouts' and change the 'Top Level Section List Layout' field to 'Image Only'. This changes the template that the section list at the side is using.
2) Click the 'Edit' button and change CELLPADDING="10" to CELLPADDING="0". This will remove any padding from this template around the image.
Now we need to edit the table code that goes around the section links to lay them out.
3) Go to 'Design | Text | Website | HTML' and go down to line 9 that reads:
<TABLE width="100%"><TR>
change it to
<TABLE width="100%" cellpadding=0 cellspacing=0><TR>
All these fields in the HTML tab are are documented in the latest Advanced User Guide (link in my signature). I would also recommend downloading and printing out the 'Designing with Actinic Developer' guide as that acts as quite a nice design primer.
Comment
-
I liked pinbrook's comments so much i thought i'd have a look at his website
i found pinbrook was also on his own "learning curve" as it apears www.pinbrookhosting.co.uk is not there
Comment
Comment