expandable content box | Need help
Posted: Mon 21. Nov 2005, 22:01
Hi
I want to implement an expandable content box to show every artical in an individual box but how do i make it so it displays the articals in it?
this is the page
http://stds.okobo.com/?humbug
this is the tutorial im using
http://hyedesign.com/forums/index.php?showtopic=581
as soon as i put anything in the main section of the template the artical text vanishes.
current code
<table width="900" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><img src="images/top.png" width="900" height="76"></td>
</tr>
<tr>
<td background="images/middle.png"><div align="center">
<p class="WHAT DO I DO HERE?">
</p>
</div></td>
</tr>
<tr>
<td><img src="images/bottom.png" width="900" height="80"></td>
</tr>
</table>
i think i have to do something with classes but im not sure.
Thanks
I want to implement an expandable content box to show every artical in an individual box but how do i make it so it displays the articals in it?
this is the page
http://stds.okobo.com/?humbug
this is the tutorial im using
http://hyedesign.com/forums/index.php?showtopic=581
as soon as i put anything in the main section of the template the artical text vanishes.
current code
<table width="900" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><img src="images/top.png" width="900" height="76"></td>
</tr>
<tr>
<td background="images/middle.png"><div align="center">
<p class="WHAT DO I DO HERE?">
</p>
</div></td>
</tr>
<tr>
<td><img src="images/bottom.png" width="900" height="80"></td>
</tr>
</table>
i think i have to do something with classes but im not sure.
Thanks