Re: Footer Help
I guess I was able to figure this out myself, but for those who read this and want the same thing.....I was able to do what I wanted by adding <ul> <li></li></ul> tags to the help/menu.tpl.
But now for removing the bullets, I just added this to the css
ul
{
list-style-type:none;
margin:0;
padding:0;
}
It did the trick, but I would rather have it defined in the .footer_links... Any ideas?
|