![]() |
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 |
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 |
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? |
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 :) |
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. |
All times are GMT -7. The time now is 05:16 AM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123