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>
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.