PDA

View Full Version : how can i add a bullit point to section list


wesleythorne
07-Oct-2003, 03:34 PM
hello,
hope somebody can help me out here, i am using V6 on trial and building my site. I would like to add a bullit point or small gif image to the left hand side of each of my sections list. The sections list displays all my sections fine and i have already alterd the template sections head so that i can use a white colour for text.
any help much apreciated.
wes
I have tried embeding a <img src="file:bulit.gif" >
but i carnt get the image to apear.

<!-- SectionLine HTML begin -->
<!-- Insert HTML for the beginning of a section title -->
<!-- NETQUOTEVAR:SECTIONIMAGE NETQUOTEVAR:SECTIONTEXT -->
<A HREF="NETQUOTEVAR:SECTIONLINK"><img src="file:bulit.gif" ><span class="actxsmall"><font color="#FFFFFF">NETQUOTEVAR:SECTIONNAME</font color></span></A>
NETQUOTEVAR:NEXT
<!-- Insert HTML for the end of a section title -->
<!-- SectionLine HTML end -->

harlequin
08-Oct-2003, 03:49 AM
<img src="bulit.gif" >

instead of

<img src="file:bulit.gif" >

in order for the image to display, you need to have it in your site 1 folder, and maybe your preview html folder, both of which are usually somewhere like C:/Program Files/Actinic Ecommerce V6/Sites/Site1 folder



best,

steve quinn
harlequin domains
(stupidly watching a site upload at 4.48am)

wesleythorne
08-Oct-2003, 12:57 PM
:) thanks
i just added the gif to the preview folder and all is well,
looks much better now !
thanks
wes