GetSimple Support Forum
Dealing with many hyperlinks - Printable Version

+- GetSimple Support Forum (http://get-simple.info/forums)
+-- Forum: GetSimple (http://get-simple.info/forums/forumdisplay.php?fid=3)
+--- Forum: General Questions and Problems (http://get-simple.info/forums/forumdisplay.php?fid=16)
+--- Thread: Dealing with many hyperlinks (/showthread.php?tid=7791)



Dealing with many hyperlinks - rmcellig - 2015-12-26

I have been using yola.com to create and maintain my website for the past few years. I want to switch over to a CMS that is free and simple to use and maintain.

My issue is this. I have hundreds of hyperlinks that I use on some of my pages to display my data. I used tables to display the output. The data is displayed in three columns. How do I go about doing this in get simple?

This is one of the pages that display for example my radio shows:

http://www.mcran.com/intransition3col.php

This is a sample of the table I created to do this:

<code>

<tr>
<td><a href="#">Jan</a></td>
<td><a href="http://sd.mcran.com/assets/shows/2015/ITJAN0415.mp3">04</a></td>
<td><a href="http://sd.mcran.com/assets/shows/2015/ITJAN1115.mp3">11</a></td>
<td><a href="http://sd.mcran.com/assets/shows/2015/ITJAN1815.mp3">18</a></td>
<td><a href="http://sd.mcran.com/assets/shows/2015/ITJAN2515.mp3">25</a></td>
</tr>
</code>

I would really like to learn how to create the same look and feel of the page I mentioned above, I get simple.

Are there better, easier ways for me to display my hyperlinks in three columns, using get simple?

Thanks for the help!!