Page 1 of 1

Putting links into columns...

Posted: Fri May 10, 2013 12:39 am
by Brian Jester
Script URL: http://www.reunitemysite.com/free/affil ... /links.php (url fixed, sorry)
Version of script: 1.7
Hosting company: Hostgator
URL of phpinfo.php:
URL of session_test.php:
What terms did you try when SEARCHING for a solution:

Write your message below:

Hi,

First off, I want to thank you for an excellent script! I've been around for ages, and always liked scripts like this, very simple as I am no coder, but my question is fairly simple.

I want to create a custom page to display my inks, but nothing that fancy, just that I want to put my links that get submitted by the Linkman form into multiple columns.

Here's the html code for the multiple columns that I have created: (feel free to modify as necessary if need be)

Code: Select all

<html>
<html>
<head>

<style type="text/css">

body { background-color: #F3F3F3; color: #000; font-family : Verdana, Geneva, Arial, Helvetica, sans-serif; font-size : 18px; }

#content { background-color: #F3F3F3; width: 1280px; margin: 0 auto; }

#col1 { background-color: #666; border-left: 2px solid #000; border-top: 2px solid #000; border-bottom: 2px solid #000; float: left; width: 30%; height: 200px; padding-left: 6px; } 
#col2 { background-color: #666; border-top: 2px solid #000; border-bottom: 2px solid #000; float: left; width: 30%; height: 200px; }
#col3 { background-color: #666; border-right: 2px solid #000; border-top: 2px solid #000; border-bottom: 2px solid #000; float: left; width: 30%; height: 200px; padding-right: 6px; }

</style>

<body>


<div align="center" id="content">

<div align="left" id="col1">Links Row #1</div>
<div id="col2">Links Row #2</div>
<div align="right" id="col3">Links Row #2</div>

</div>

</body>
</html>
How do I put the links into this code so that links will output into the columns as described in the html code provided? Also, I forgot, I would also like the pagination to be inside the divs as well, meaning in the same area with the columns, like would be seen on other websites.

Note: I have not changed anything in your files, so basically what ever you change I should simply be able to update into my file on my server.

After searching the forum, I thought I have found the solution, but it was not...I will be willing to compensate additionally for your time.

Thank you in advance!
Brian J.

Re: Putting links into columns...

Posted: Fri May 10, 2013 2:54 pm
by Klemen
You will need to modify the links.php file to output the HTML that fits your needs.

However, customizations of such extent are not something I provide support for I'm afraid.