Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Sidebars & Widgets (http://forum.bytesforall.com/forumdisplay.php?f=14)
-   -   Removing space between <li> tags in widget (http://forum.bytesforall.com/showthread.php?t=4036)

desell Oct 23, 2009 03:53 PM

Removing space between <li> tags in widget
 
Hello!

Im building a site (http://forplayers.se/) and im really stuck with this problem.
As you can see in the menu on the right there´s a white space between the "boxes" with the black borders around them.
I´ve tried absolutely everything, and it never changes.
Any ideas on this?

Regards
/Michael

sparksmex Oct 23, 2009 04:24 PM

Might just try inserting a table in a text widget

<div align="left">
<table border="1" width="100%" style="border-collapse: collapse; border-left-color: #000000; border-top-color: #000000" cellspacing="0" cellpadding="0">
<tr>
<td bordercolor="#000000">Text, etc goes here</td>
</tr>
<tr>
<td bordercolor="#000000">&nbsp;</td>
</tr>
<tr>
<td bordercolor="#000000">&nbsp;</td>
</tr>
<tr>
<td bordercolor="#000000">&nbsp;</td>
</tr>
<tr>
<td bordercolor="#000000">&nbsp;</td>
</tr>
</table>
</div>

http://sparks-mexico.com/Users/theme/table.html

desell Oct 24, 2009 02:33 AM

Thanks for the reply!

When i put your code in a textwidget, it looks just like yours, with no spacing at all.
Although, when i remove the styling of the table-tag, it also shows no spaces.
Seems theres a styling of the <li> tag somewhere that im missing


All times are GMT -6. The time now is 12:58 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.