View Full Version : two simple questions...
george
28-Aug-2003, 02:52 PM
I'm making a Links page with Brochure using fragments. Using the default settings this makes the links quite far apart, how do I make them closer together?
How do I change the colour (either the text or the background) of the `shopping cart running total box`, I can't seem to be able to adjust it via the colour scheme...
Any help much appreciated,
G.
Hi George
I'm making a Links page with Brochure using fragments. Using the default settings this makes the links quite far apart, how do I make them closer together? Each brochure fragment is made up of a table. You can cut out some of the space inbetween the fragments by reducing the cellspacing and cellpadding. Or you could make all fragments part of the same table, i.e.
First fragment:
<table>
<tr><td> ...
</td></tr>
Middle fragment:
<tr><td> ...
</td></tr>
Last fragment:
<tr><td> ...
</td></tr>
</table>
How do I change the colour (either the text or the background) of the `shopping cart running total box`, I can't seem to be able to adjust it via the colour scheme... By default the background colour of the mini cart display is the text colour. You can change this by searching for ...
<td bgcolor="NETQUOTEVAR:FGCOLORCSS">
in the Primary template and hardcoding the colour.
Ben
george
01-Sep-2003, 11:19 AM
Thanks for that Ben. Any way I can charge the colour of the mini-cart text? The text colour of the background is dark, obviously the same at the site text colour which I would prefer not to change...
G.
george
03-Sep-2003, 06:42 AM
I've done the table fragments as you suggest (perfect!), now I have a HUGE gap between my navigation links (which run along the top) and the first fragment.
G.
Hi George
Can you post a URL, or if it's not live upload a screengrab?
Ben
george
03-Sep-2003, 09:49 PM
http://www.footballheaven.net/acatalog/Links.html
If you also look at the catalog you'll see the mini-cart colour problem...
There seems to a lot of double <br> tags inbetween table rows. Can you find and delete any <br> tags at the beginning and end of fragment templates. This will remove the big gap at the top of the page.
The mini-cart text colour can be changed in the same way as the background colour. Search for
<font color="NETQUOTEVAR:BGCOLORCSS">
in the Primary template and hardcode the colour.
george
04-Sep-2003, 01:12 PM
Perfect answers Ben, both done and dusted.
G.
vBulletin® v3.8.4, Copyright ©2000-2012, Jelsoft Enterprises Ltd.