Guest Posted April 18, 2004 Posted April 18, 2004 Hi, I want to add bullet points to the left of each word on the left column page. The main one I want to get done is the 'Categories'. Example (Bullet point here) Inks (Bullet point here) Paper (Bullet point here) Printers The bullet point will probably be a GIF or JPG. If somebody could point me in the right direction on how to this I would be greatful. Cheers Mark :blink:
nrlatsha Posted April 18, 2004 Posted April 18, 2004 li and ul. <li type=disc>Disc<br> <li type=circle>Circle<br> <li type=square>Square<br> <li type=square> A<br> <li type=square> B<br> <li type=square> C<br> <ul> <li type=disc> C1<br> <li type=disc> C2<br> <li type=disc> C3<br> </ul> <li type=square> D<br> <li type=square> E<br> <li type=square> F<br> ul indents the bullets. li alone is the normal bullet. 9 times out of 10 its a PEBCAK Error (Problem exists between chair and keyboard) Replace that and you're fine...
Guest Posted April 18, 2004 Posted April 18, 2004 Thanks very much for that. On what page will I need to modify this. Is it on the the Style sheet page or......?????? I am still getting my head around working with PHP. :unsure:
nrlatsha Posted April 18, 2004 Posted April 18, 2004 Not on stylesheet, on your catalog/includes/languages/english/* What ever file you want to add the bulleted list to... 9 times out of 10 its a PEBCAK Error (Problem exists between chair and keyboard) Replace that and you're fine...
Guest Posted April 18, 2004 Posted April 18, 2004 Thanks for the quick response, I will give it a go now. :D
Guest Posted April 18, 2004 Posted April 18, 2004 I am being really thick now so humour me!! ;) I want to add the Bullet points to the catogories window on the left hand side. What file do I need to open and where abouts do I need to drop in the points. Help greaaaaaatly appreciated here. Cheers Mark :huh:
nrlatsha Posted April 18, 2004 Posted April 18, 2004 Look for CategoryBoxEnhancement in contribs, I think that would look better than bullets in that list... 9 times out of 10 its a PEBCAK Error (Problem exists between chair and keyboard) Replace that and you're fine...
Guest Posted April 18, 2004 Posted April 18, 2004 OK Will do, but what file will I need to open to actually make the corrections and also what HTML code should I look out for so I know where to add the new bits?? :unsure:
nrlatsha Posted April 18, 2004 Posted April 18, 2004 The file will be catalog/includes/boxes/categories.php. The contrib has all the instructions to add the new stuff. If I remember correctly, that is an easy one to install... 9 times out of 10 its a PEBCAK Error (Problem exists between chair and keyboard) Replace that and you're fine...
Guest Posted April 18, 2004 Posted April 18, 2004 Thanks for that Noel, it was bang on easy to install!! Cheers!!
Recommended Posts
Archived
This topic is now archived and is closed to further replies.