http://www.lakeviewschools.net
Our office administrators would like me to add an event list or news section to just the right of the slideshow. I've been trying to figure out how to do this. The code of the site is very simple...
Code: Select all
<div id="above_content" style="text-align: center;">{cms_module module="news" category="General"}<br /><a href="lakeview-alumni-banquet-information/"><span style="font-size: large;">Lakeview Alumni Banquet Information (Click Here)</span></a></div>
<center>
<p style="text-align: center;">{Showtime show='2'}</p>
</center>
<p style="text-align: center;"> </p>
<p style="text-align: center;"><a href="special-education-services-2/" target="_self"><img src="uploads/images/se.jpg" alt="" width="140" height="120" /></a> <a href="http://www.villageoflakeview.com/?page_id=11" target="_blank"><img src="uploads/images/vol.jpg" alt="" width="140" height="120" /></a> <a href="https://securetranscript.docufide.com/order?senderpkid=aw0dv" target="_blank"><img style="margin-top: 30px; margin-bottom: 30px;" src="uploads/images/MS-ETI-logo.gif" alt="" width="140" height="46" /></a> <a href="http://www.spectrumhealth.org/lakeview-youth-clinic" target="_blank"><img src="uploads/images/LYC%20web.jpg" alt="" width="140" height="98" /></a><br /> </p>
The banquet link at the top, I would've really liked to put that in the news section, but couldn't figure out a way to put it to the right of the image and have it look nice, so that was my hodge podged way to make it work.