
ChetW
Staff

Aug 22, 2006, 11:23 AM
Post #6 of 7
(1796 views)
Shortcut
|
Hi Tony, Thanks for the update! The reason this is not working for you is because of a small piece that I overlooked. What you are going to want to do is change this:
ul {font-family: Arial, Helvetica, sans-serif; font-size: 10pt; color: #000080; list-style-image: url ('/artman/uploads/bullet-red.gif'); } To this:
ul {font-family: Arial, Helvetica, sans-serif; font-size: 10pt; color: #000080; list-style-image: url('/artman/uploads/bullet-red.gif'); } There is only a minor change here which you can find on the "list-style-image" attribute what you had previous was this: list-style-image: url ('info_here'); Notice the space after 'url' for CSS there should be no space between the 'url' and the opening '(' so what it should look like is this: list-style-image: url('info_here'); Does this help Tony? If you have any other questions please feel free to ask. :) Cheers, Chet Woodside - Product Specialist support@interactivetools.com [hr][i][url "http://www.interactivetools.com/consulting/"][b]Hire me![/b][/url] Save time by getting our experts to help with your project. Template changes, advanced features, full integration, whatever you need. Whether you need one hour or fifty, get it done fast with [url "http://www.interactivetools.com/consulting/"][b]Priority Consulting[/b][/url].[/i]
|