Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Dealing with many hyperlinks
#1
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!!
Reply


Messages In This Thread
Dealing with many hyperlinks - by rmcellig - 2015-12-26, 21:48:17



Users browsing this thread: 1 Guest(s)