PDA

View Full Version : Box size


barrypemb
17-Aug-2004, 02:42 PM
I am struggling trying to find the required editing of a template, if that's what is needed, to ensure the box dimensions around the sections remain constant.

See the problem at:
http://www.orionoptics.co.uk/acatalog/index.html

I can do it by changing the image size but that is a cheat.

Any help accepted.

With help from group members both on line and direct emails, I think our site has improved no end over the last week or so.

Thanks

Barry

I-CC
17-Aug-2004, 03:20 PM
The template you need is Act_SectionLine.html within the Section Tab - Child Sections button.

Which will be something like this....

<TABLE BORDER="0" CELLSPACING="0" CELLPADDING="10">

<TR>

<TD ALIGN="LEFT" VALIGN="TOP">
<A HREF="NETQUOTEVAR:SECTIONLINK">NETQUOTEVAR:SECTIONIMAGE</A>
</TD>

<TD ALIGN="LEFT" VALIGN="MIDDLE">
<A HREF="NETQUOTEVAR:SECTIONLINK" accesskey="CUSTOMVAR:ACCESSKEY"><B>NETQUOTEVAR:SECTIONNAME</B></A>
<br><span class="actxsmall">NETQUOTEVAR:SECTIONTEXT</span>
</TD>

</TR>

</TABLE>

:cool:

barrypemb
17-Aug-2004, 04:35 PM
Not sure what you are saying. Are you indicating the html you posted will solve it or, its what I will actually see in the existing, unedited template?

Barry

I-CC
17-Aug-2004, 04:39 PM
No the code shown is what you should roughly see...

You will need to amend the html to the size of box you want, i.e. widths etc ;)

barrypemb
18-Aug-2004, 04:20 PM
Unless I am missing something obvious, I can't see any html refering to the height of the box.

Can anyone help please

Barry

cdicken
18-Aug-2004, 05:12 PM
The template is called 'Act_SectionLineBoxes.html' which you can access by clicking 'Edit' next to the 'Default Section Link Layout' field in 'Design | Options | Sections'.

Locate the line<table width="100%" border="0" cellspacing="0" cellpadding="0" class="thinred2"> and change it to read:<table width="100%" height="100" border="0" cellspacing="0" cellpadding="0" class="thinred2">

barrypemb
18-Aug-2004, 08:27 PM
Sorted Chris. It took a height of 160 to balance them all.

Cheers

Barry