pernes
10-11-2006, 02:05 PM
Hi I am trying to remove a 2 column table and replace it with a 2 column list, but I can't get it to display properly. I also need to be able to add a header between the list to split up th information for monthly purposes. Copy of page I am trying to change:
http://www.wealden.gov.uk/Council/Media_Releases/2006/index.aspx
Can anyone help? Thanks
Changes to the page when adding new media releases is done via Macromedia Contribute.
Css code:
ul.left {
float: left;
width: 550px;
margin: 0px;
padding: 10px 0px;
border: 0px none;
list-style-position: outside;
list-style-type: none;
position: relative;
list-style-image: none;
}
ul.right {
float: right;
width: 150px;
margin: 0px -15px 0 0;
padding: 10px 0px;
border: 0px none;
list-style-position: outside;
list-style-type: none;
list-style-image: none;
}
.no-space #h2 {
font-weight: bold;
}
.no-space {text-align: center;
padding: 0px;
}
Some of the code used so far:
<p class="no-space">October</p>
<ul class="left" >
<li>062 <a href="../062DisabilitySurvey.aspx">Help us improve our services </a></li>
</ul>
<ul class="left" style="margin-top: 0;">
<li>061 <a href="061LotteryRecognition.aspx">Lottery Recognition For Wealden's Hidden Talents. </a></li>
<li>060 <a href="60FraudulentClaim.aspx">Fraudulent claimant found out</a>.</li>
<li>059 <a href="59SupermarketsAskedToHelpMakeWealden.aspx">Supermarkets Asked To Help Make Wealden More Sustainable.</a></li>
<li>058 <a href="058GardensofNationalHistoricImportance._000.aspx">Wealden’s Gardens of National Historic Importance.</a></li>
</ul>
<ul class="right" >
<li>06 October </li>
<li>29 September</li>
<li>25 September</li>
<li>25 September</li>
<li>20 September</li>
</ul>
http://www.wealden.gov.uk/Council/Media_Releases/2006/index.aspx
Can anyone help? Thanks
Changes to the page when adding new media releases is done via Macromedia Contribute.
Css code:
ul.left {
float: left;
width: 550px;
margin: 0px;
padding: 10px 0px;
border: 0px none;
list-style-position: outside;
list-style-type: none;
position: relative;
list-style-image: none;
}
ul.right {
float: right;
width: 150px;
margin: 0px -15px 0 0;
padding: 10px 0px;
border: 0px none;
list-style-position: outside;
list-style-type: none;
list-style-image: none;
}
.no-space #h2 {
font-weight: bold;
}
.no-space {text-align: center;
padding: 0px;
}
Some of the code used so far:
<p class="no-space">October</p>
<ul class="left" >
<li>062 <a href="../062DisabilitySurvey.aspx">Help us improve our services </a></li>
</ul>
<ul class="left" style="margin-top: 0;">
<li>061 <a href="061LotteryRecognition.aspx">Lottery Recognition For Wealden's Hidden Talents. </a></li>
<li>060 <a href="60FraudulentClaim.aspx">Fraudulent claimant found out</a>.</li>
<li>059 <a href="59SupermarketsAskedToHelpMakeWealden.aspx">Supermarkets Asked To Help Make Wealden More Sustainable.</a></li>
<li>058 <a href="058GardensofNationalHistoricImportance._000.aspx">Wealden’s Gardens of National Historic Importance.</a></li>
</ul>
<ul class="right" >
<li>06 October </li>
<li>29 September</li>
<li>25 September</li>
<li>25 September</li>
<li>20 September</li>
</ul>