Quote:
Originally Posted by WorldCraft
Yes this was all added to additional.css. The bullets should be there, they appear for me. Perhaps you should delete your browser's internet cache to see if they will appear.
You can remove the friends block....but it'll leave behind an extra divider bar as it isn't designed for that (you'd need to find the adequate template to remove it). But you'd add
HTML Code:
div.friends_mini
{
display:none;
}
I like to be as helpful as I can, but I really recommend you try to learn how to do these type of edits. They really are not that difficult if you understand HTML/CSS and how to properly use your browser's web developer tools (Firebug for example if you use Firefox). It's much more beneficial for yourself and your community to learn basic web development skills. This site is great for tutorials and information: http://www.w3schools.com/html/default.asp
|
Thank you. I've visited that site before via Lynne's signature.
And I do apologize. I know I seem really noob-ish. A lot of the stuff you saw in additional.css, though, were things I figured out.