1
I think
Forge is a nice theme for my content-driven website. I plan on using it. Anybody know how to kill this
Space?
I want it to be like the
right-column, no space at all.
CODE IN
theme.html:
<tr>a
<td id="leftcolumn" width="173" valign="top">a
<table cellpadding="0" cellspacing="0" height="100%">
Leftcolumn-part of
style.css looks like this:
td#leftcolumn {width: 177px; solid #cccccc; font-size:12px;}
td#leftcolumn th {background-color: #2F5376; color: #FFFFFF; vertical-align: middle;}
td#leftcolumn a:hover {color:#999}
td#leftcolumn div.blockTitle {background-color: #6b6c69; background-image: url(picz/t2_arrow_1.gif); background-position: left; background-repeat: no-repeat; padding: 3px; padding-left: 16px; font:10px/14px arial,helvetica,sans-serif; color:#CCC; text-decoration:none; text-transform: lowercase;}
td#leftcolumn div.blockContent {background-color: #edeeec; margin-left: 5px; margin-right: 5px; font:11px arial,sans-serif; color:#333;}
td#leftcolumn td {margin-left: 5px; margin-right: 5px; font:11px arial,sans-serif; color:#333;}
Can't find anything here. Rightcolumn-part of
style.css looks very similar:
td#rightcolumn {width: 177px; solid #cccccc; font-size:12px;}
td#rightcolumn th {background-color: #FFFFFF; color: #FFFFFF; vertical-align: middle;}
td#rightcolumn a:hover {color:#999}
td#rightcolumn div.blockTitle {background-color: #6b6c69; background-image: url(picz/t2_arrow_1.gif); background-position: left; background-repeat: no-repeat; padding: 3px; padding-left: 16px; font:10px/14px arial,helvetica,sans-serif; color:#CCC; text-decoration:none; text-transform: lowercase;}
td#rightcolumn div.blockContent {margin-left: 5px; margin-right: 5px; font:11px arial,sans-serif; color:#333;}
td#rightcolumn td {margin-left: 5px; margin-right: 5px; font:11px arial,sans-serif; color:#333;}