Welcome to the GoFuckYourself.com - Adult Webmaster Forum forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact us.

Post New Thread Reply

Register GFY Rules Calendar
Go Back   GoFuckYourself.com - Adult Webmaster Forum > >
Discuss what's fucking going on, and which programs are best and worst. One-time "program" announcements from "established" webmasters are allowed.

 
Thread Tools
Old 01-06-2007, 01:28 PM   #1
HostGladiator
Confirmed User
 
HostGladiator's Avatar
 
Industry Role:
Join Date: May 2005
Location: Texas
Posts: 816
Anyone use AXScripts?

I installed it last night for doing hard link trades but i can't get it to make a table. It either puts all the links on 1 line horizontally or vertically. I'm trying to make a table that would look like this or similar:

L1 L2 L3
L4 L5 L6
L7 L8 L9
L10 L11 L12
L13 L14 L15


Any help would be appreciated. Oh, and here is the site.

Thanks
__________________
HostGladiator- For All Your Hosting Needs!
Linux Virtual Hosting, Budget VPS, Premium VPS and Dedicated Server Hosting
24/7/365 Support- [email protected]
HostGladiator is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 01-06-2007, 03:44 PM   #2
HostGladiator
Confirmed User
 
HostGladiator's Avatar
 
Industry Role:
Join Date: May 2005
Location: Texas
Posts: 816
bump for some help
__________________
HostGladiator- For All Your Hosting Needs!
Linux Virtual Hosting, Budget VPS, Premium VPS and Dedicated Server Hosting
24/7/365 Support- [email protected]
HostGladiator is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 01-06-2007, 03:53 PM   #3
jayeff
Confirmed User
 
Join Date: May 2001
Posts: 2,944
By default AXS produces an unordered list (although you can change that in 'edit templates'), which means you need to use CSS to create output which looks like tables. This a stripped down version to illustrate the principal for 4-column output:
Code:
ul {
width: 860px;
}
	
ul li {
float: left;
width: 215px;
}
To cater for IE6 and lower, you might have to knock a pixel or two off the li width so that columns x li width did not exactly equal ul width...
jayeff is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 01-06-2007, 05:50 PM   #4
HostGladiator
Confirmed User
 
HostGladiator's Avatar
 
Industry Role:
Join Date: May 2005
Location: Texas
Posts: 816
Quote:
Originally Posted by jayeff View Post
By default AXS produces an unordered list (although you can change that in 'edit templates'), which means you need to use CSS to create output which looks like tables. This a stripped down version to illustrate the principal for 4-column output:
Code:
ul {
width: 860px;
}
	
ul li {
float: left;
width: 215px;
}
To cater for IE6 and lower, you might have to knock a pixel or two off the li width so that columns x li width did not exactly equal ul width...
Your the man... Thanks..
__________________
HostGladiator- For All Your Hosting Needs!
Linux Virtual Hosting, Budget VPS, Premium VPS and Dedicated Server Hosting
24/7/365 Support- [email protected]
HostGladiator is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Post New Thread Reply
Go Back   GoFuckYourself.com - Adult Webmaster Forum > >

Bookmarks



Advertising inquiries - marketing at gfy dot com

Contact Admin - Advertise - GFY Rules - Top

©2000-, AI Media Network Inc



Powered by vBulletin
Copyright © 2000- Jelsoft Enterprises Limited.