|
Title: Remove white space above articles Post by: nicolinden on June 19, 2008, 11:51:07 PM Hi Guys,
I am building a website on the domain name http://www.noki-online.com. It hasen't been finished by far however, I am having an issue with the way the magazine is placed. On the frontpage I want to use it as a guide of which content exists on the website. But as you can see the article does not start at the same height as the poll on the right side... Anyone who knows why and if there is a way to fix it? I get the feeling that these spaces are reserved for the magazine and issue title but I do not want to show these... Regards, Nico... Title: Re: Remove white space above articles Post by: RicardoCorai on June 23, 2008, 08:59:38 AM Hi,
Edit your layout (ex. layout_01) and change this: Code: <style type="text/css" media="screen"> With this:@import url( {LAYOUT_PATH}/css/{CSS} ); </style> <div class="common"> <div class="pdg"> {MAGAZINE_NAME} {MAGAZINE_DESC} {EDITION_NAME} {EDITION_DESC} </div> </div> <table width='100%'><tr><td>{EDITION_IMAGE}</td></tr></table> <div class='common'> {ZONE_1} </div> <br clear="all"> <div class="common"> {ZONE_2} </div> Code: <style type="text/css" media="screen"> Best regards,@import url( {LAYOUT_PATH}/css/{CSS} ); </style> <table width='100%'><tr><td>{EDITION_IMAGE}</td></tr></table> <div class='common'> {ZONE_1} </div> <br clear="all"> <div class="common"> {ZONE_2} </div>
Powered by SMF 1.1.2 |
SMF © 2006-2007, Simple Machines LLC
Joomla Bridge by JoomlaHacks.com |