News:

SMF 2.1.4 has been released! Take it for a spin! Read more.

Main Menu

space

Started by King N, May 17, 2011, 10:14:33 AM

Previous topic - Next topic

King N

How can we decrease space between each of the boards

MrGrumpy

Do you mean the white gaps that separate the boards, that look like a white border?
the possession of knowledge is worthless unless imparted upon others
My Custom Themes
2.0 themes only - I don't do 1.1.x

King N

yes that white space

MrGrumpy

Simple way to do it is to open boardindex.template.php

Find
echo '
<div id="boardindex_table">
<table class="table_list">';


Replace with
echo '
<div id="boardindex_table">
<table class="table_list" cellspacing="0">';


That will remove the spacing
the possession of knowledge is worthless unless imparted upon others
My Custom Themes
2.0 themes only - I don't do 1.1.x

King N


MrGrumpy

the possession of knowledge is worthless unless imparted upon others
My Custom Themes
2.0 themes only - I don't do 1.1.x

Advertisement: