No, there isn't. If you know css, biggest point in coding phpld is to understand tpl files and to know which part generates which element(s). I must say, defult phpld template html code is very amateur. I had to clean up lot of code and still doing it with every template I make.
as i've mentioned, i'm not saying it does not work. I'm just sharing my own experiences and my advice is to avoid it. If it works for you, and u prefer to use it, then by all means go ahead. What i'm sharing is my own ordeal so that others may learn from it and not share the same regrets i have...
In your code you have this: <ul><div id="linkstop"><li> HTML: and should be like this: <div id="linkstop"><ul><li> HTML: Than add to your css: #linkstop { text-align: center; } HTML: and #linkstop ul { margin-right: auto margin-left: auto } HTML: This should solve your problem and work in both IE and FF and every other browser.