SimplePortal

Customization => Themes and Graphics => Topic started by: KahneFan on February 03, 2009, 11:40:04 PM

Title: "Dot" ? Should it be an image?
Post by: KahneFan on February 03, 2009, 11:40:04 PM
I just added the Who's Online and Board Stats blocks and I get this strange "Dot" before each line...

BTW,
SMF: 2.0b4
Browser: FF3
Title: Re: "Dot" ? Should it be an image?
Post by: Nathaniel on February 04, 2009, 12:18:19 AM
Moved to the 'Themes and Graphics' board.

Copy the 'arrow.gif' and 'dot.gif' files from your '{smf directory}\Themes\default\images\' folder into your '{smf directory}\Themes\{custom theme}\images\' folder.
Title: Re: "Dot" ? Should it be an image?
Post by: KahneFan on February 04, 2009, 12:49:08 AM
Well, that got rid of the "Dot" and gave me an image (thank you), but I still have an actual "." for the list items. I don't see them here on this site and I'm using the same browser, so I'm assuming it's something I do/don't have on my site.
Title: Re: "Dot" ? Should it be an image?
Post by: Nathaniel on February 04, 2009, 01:13:01 AM
Open up your '/Themes/default/SPortalBlocks2.template.php' file and replace this code:
Code: [Select]
<div class="tborder">With this code:
Code: [Select]
<div class="tborder spblock">
Open up your '/Themes/{custom theme}/style.css' file and add this code to the end:
Code: [Select]
/* Reset sp lists. */
.spblock ul, .spblock ul li
{
list-style: none;
}
Title: Re: "Dot" ? Should it be an image?
Post by: KahneFan on February 04, 2009, 10:06:04 AM
Perfect, thanks!
SimplePortal 2.3.8 © 2008-2024, SimplePortal