| 
		
			
			
				
			
			
				 
			
			
				
			
		 | 
		
			
			
				 
			
				
			
		 | 
	||||
| 
				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.  | 
		
		 
		![]()  | 
	
		
			
  | 	
	
	
		
		|||||||
| Discuss what's fucking going on, and which programs are best and worst. One-time "program" announcements from "established" webmasters are allowed. | 
| 
		 | 
	Thread Tools | 
| 
			
			 | 
		#1 | 
| 
			
			
			
			 Yes that IS me. Bitch. 
			
		
			
			
			Industry Role:  
				Join Date: Nov 2001 
				
				
				
					Posts: 14,149
				 
				
				
				
				 | 
	
	
	
	
		
			
			 
				
				I need php assistance please
			 
			any php gurus on now that are willing to offer me a bit of guidance & help via icq 348-132-803 
		
	
		
		
		
		
		
	
	preferably someone that really knows & someone who uses linkxxxchange script. I'd like to control the display properties  | 
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
| 
			
			 | 
		#2 | 
| 
			
			
			
			 Yes that IS me. Bitch. 
			
		
			
			
			Industry Role:  
				Join Date: Nov 2001 
				
				
				
					Posts: 14,149
				 
				
				
				
				 | 
	
	
	
	
		
		
		
		 lin xxxChange displays links either in a row, or in a column. 
		
	
		
		
		
		
		
	
	I want to change it so a single link shows up alone in a box in a table  | 
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
| 
			
			 | 
		#3 | 
| 
			
			
			
			 Registered User 
			
		
			
			
			Join Date: Oct 2005 
				
				
				
					Posts: 39
				 
				
				
				
				 | 
	
	
	
	
		
		
		
		 unfortunately, lxc stores link html in links.inc.php and then just spits it out when the file is included in a page, so it is hard to make display changes. 
		
	
		
		
		
		
			do you only want to display one single link, or each link wrapped in a table? 
				__________________ 
		
		
		
		
	
	Porncaster.net : Let the porn come to you!!  | 
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
| 
			
			 | 
		#4 | |
| 
			
			
			
			 Yes that IS me. Bitch. 
			
		
			
			
			Industry Role:  
				Join Date: Nov 2001 
				
				
				
					Posts: 14,149
				 
				
				
				
				 | 
	
	
	
	
		
		
		
		 Quote: 
	
 I had a table 6 columns, 5 rows & wanted a single link inside each cell & was trying to configure links.php to place individual links in the table cells & wanted script to write new cells as needed when webmasters added their links  | 
|
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
| 
			
			 | 
		#5 | 
| 
			
			
			
			 Registered User 
			
		
			
			
			Join Date: Oct 2005 
				
				
				
					Posts: 39
				 
				
				
				
				 | 
	
	
	
	
		
		
		
		 ive done something similar by wraping links in floating div tags. if you still need a solution, and for everyones edification, here is my solution to create a six column 'table' that goes on forever 
		
	
		
		
		
		
			[HTML] <div style="width: 600px;"> <div style="float:left; width: 100px"><a href="link">link</a>  </div> <!-- duplicate the above line a bunch of times and watch it wrap --> </div>[/HTML] im working on a link exchange script that makes doing stuff like this unnecessary, and im looking for input on needed features. if youve got any ideas, kindly post them here. 
				__________________ 
		
		
		
		
	
	Porncaster.net : Let the porn come to you!!  | 
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 |