GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   anybody good with HTML? List breaks? (https://gfy.com/showthread.php?t=155633)

GFED 07-22-2003 09:31 PM

anybody good with HTML? List breaks?
 
How do I get a column break on my page at http://adultwebvoyeur.com/html/index.php? I want 1-10 in one column, and 11-20 in the next column beside it.


My break code:

Quote:

[tr]
[td align="center" colspan="3"]
###COLUMN BREAK###
[/td]
[/tr]

pudcat 07-22-2003 09:39 PM

PHP Code:

<ol>
......
</
ol>
<
ol start="11">
....
</
ol


Juicy D. Links 07-22-2003 09:41 PM

hit me up if you beed help hurry up though cause i got 2 chciks coming over in 15 min

buddyjuf 07-22-2003 09:41 PM

Quote:

Originally posted by juicylinks
hit me up if you beed help hurry up though cause i got 2 chciks coming over in 15 min
sure you do :1orglaugh

Snake Doctor 07-22-2003 09:42 PM

I would just nest a 2 column table inside of the td tag.

GFED 07-22-2003 09:46 PM

theme.php
PHP Code:

    global $bgcolor1$bgcolor2;
    echo 
"<table width=\"100%\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\" bgcolor=\"$bgcolor2\"><tr><td>\n";
    echo 
"<table width=\"100%\" border=\"0\" cellspacing=\"1\" cellpadding=\"8\" bgcolor=\"$bgcolor1\"><tr><td>\n";
echo 
"<table><b>Top Referring Sites</b><br>";
[
b]include('/home/adultwv/public_html/compact/compact.ssi');[/b]
echo 
"</table>";
    echo 
"</td></tr></table></td></tr></table>\n<br>"

compact main
PHP Code:

<tr>
<
td align="right"><font face="Verdana" size="2"><b>#%OVERALL_RANK%#.</b> &nbsp;</font></td>
<td><font face="Verdana" size="2"><a href="#%OUT_URL%#" target="_blank"><b>#%SITE_TITLE%#</b></a></font></td>
<td align="right"><font face="Verdana" size="2">&nbsp; &nbsp; &nbsp;<b>#%CURRENT_IN%#/#%CURRENT_OUT%#</b></font></td>
</tr

any idea what to change?

C_U_Next_Tuesday 07-22-2003 09:58 PM

Quote:

Originally posted by Lenny2
I would just nest a 2 column table inside of the td tag.
yeppers.. good solution.

I would find what you are looking for and view their source..
I dont have lists but i have a two column table on my site if you care to check it out..might help

http://bettylove.com/links1.html

GFED 07-22-2003 10:06 PM

oh, I forgot to mention, I'm using Autorank... so I'm not sure how to break this table into two columns...

The compact main loops and the break code displays after the 10th loop... what do I need for the break code exactly?

buzzard 07-22-2003 10:17 PM

here

GeXus 07-22-2003 10:24 PM

Just do this..

PHP Code:

<table><td valign="top"><table>-- ur 1-10 here</table></td><td><td valign="top"><table>-- ur 11-20 here</table></td></table


GFED 07-22-2003 10:25 PM

:Buck:

GFED 07-22-2003 10:29 PM

got it thanks!


All times are GMT -7. The time now is 10:30 PM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123