Had an item on my to do list for about 6 weeks now. I spend a varying amount of time trying to solve it ranging from hours to a couple of minutes each week and i have failed - i give up!!
As anyone who has helped me already will know (BIB BIG thank you to all who have helped), this is my first Actinic and first ever website designed. I have managed to overcome some problems i never thought i would, yet this crazy little puzzle has done me, i need help!!
When someone clicks on a section, i display sub sections using 3 columns, example is http://www.bhammodelcentre.co.uk/acatalog/Chargers.html. As you will see it displays all 3 sections evenly and looks fine - GREAT just what i want!
However, if the number of sub-sections is not divisible by 3, it doesnt do it as i wish. If i have 10 sections, then it does this http://www.bhammodelcentre.co.uk/aca...Batteries.html, which is fine i.e it centers the odd section, 3 columns of 3, plus the 10th centred. Thats fine as i want, although left aligned for the odd one would also be ok.
My problem is when it only has 2 left over sections as in this page http://www.bhammodelcentre.co.uk/aca...TruckKits.html. The thunder tiger section goes left aligned and the tamiya one then centres itself in the remaining space - i think it looks pants!
Is there anyway to get either (in the above situation) thunder tiger and tamiya section to left align (in line with sections above it) or to centre across the page as in http://www.bhammodelcentre.co.uk/aca...aneSpares.html.
Ive been changing the Act_SectionLineBoxes, its all gobblydegook to me as im only learning html and i feel that ive tried everything possible, but to no avail.
I will be so mad when one of you experts shows that it is very easy, however i am prepared to accept that frustration as it has beat me.
My Act_SectionLinesBoxes html is posted below, if anyone has the time to do a basic run through of what it is doing then thank you in advance. I understand its a table with a 2 row table nested within it, but im buggered if i know anything else. Big thanks to anyone who helps!
<!-- SectionLine HTML begin -->
<!-- Insert HTML for the beginning of a section title -->
<br>
<table width="210" border="0" align="center" cellpadding="5" cellspacing="0" class="thinred2">
<tr>
<td width="210" height="30" align="center" class="boxheader"><div align="center"><span class="actsmallheading"><strong><a href="NETQUOTEVAR:SECTIONLINK" class="boxlink">NETQUOTEVAR:SECTIONNAME</a></strong></span></div></td>
</tr>
<tr>
<TD width="210" align="center"><div align="center"><A HREF="NETQUOTEVAR:SECTIONLINK">NETQUOTEVAR:SECTIONIMAGE</A></div></TD>
</TABLE>
NETQUOTEVAR:SECTIONTEXT<br>
NETQUOTEVAR:NEXT
<!-- Insert HTML for the end of a section title -->
<!-- SectionLine HTML end -->
As anyone who has helped me already will know (BIB BIG thank you to all who have helped), this is my first Actinic and first ever website designed. I have managed to overcome some problems i never thought i would, yet this crazy little puzzle has done me, i need help!!
When someone clicks on a section, i display sub sections using 3 columns, example is http://www.bhammodelcentre.co.uk/acatalog/Chargers.html. As you will see it displays all 3 sections evenly and looks fine - GREAT just what i want!
However, if the number of sub-sections is not divisible by 3, it doesnt do it as i wish. If i have 10 sections, then it does this http://www.bhammodelcentre.co.uk/aca...Batteries.html, which is fine i.e it centers the odd section, 3 columns of 3, plus the 10th centred. Thats fine as i want, although left aligned for the odd one would also be ok.
My problem is when it only has 2 left over sections as in this page http://www.bhammodelcentre.co.uk/aca...TruckKits.html. The thunder tiger section goes left aligned and the tamiya one then centres itself in the remaining space - i think it looks pants!
Is there anyway to get either (in the above situation) thunder tiger and tamiya section to left align (in line with sections above it) or to centre across the page as in http://www.bhammodelcentre.co.uk/aca...aneSpares.html.
Ive been changing the Act_SectionLineBoxes, its all gobblydegook to me as im only learning html and i feel that ive tried everything possible, but to no avail.
I will be so mad when one of you experts shows that it is very easy, however i am prepared to accept that frustration as it has beat me.
My Act_SectionLinesBoxes html is posted below, if anyone has the time to do a basic run through of what it is doing then thank you in advance. I understand its a table with a 2 row table nested within it, but im buggered if i know anything else. Big thanks to anyone who helps!
<!-- SectionLine HTML begin -->
<!-- Insert HTML for the beginning of a section title -->
<br>
<table width="210" border="0" align="center" cellpadding="5" cellspacing="0" class="thinred2">
<tr>
<td width="210" height="30" align="center" class="boxheader"><div align="center"><span class="actsmallheading"><strong><a href="NETQUOTEVAR:SECTIONLINK" class="boxlink">NETQUOTEVAR:SECTIONNAME</a></strong></span></div></td>
</tr>
<tr>
<TD width="210" align="center"><div align="center"><A HREF="NETQUOTEVAR:SECTIONLINK">NETQUOTEVAR:SECTIONIMAGE</A></div></TD>
</TABLE>
NETQUOTEVAR:SECTIONTEXT<br>
NETQUOTEVAR:NEXT
<!-- Insert HTML for the end of a section title -->
<!-- SectionLine HTML end -->
Comment