Greenguy's Board


Go Back   Greenguy's Board > Newbie Questions
Register FAQ Calendar Today's Posts

Reply
 
Thread Tools Search this Thread Rate Thread Display Modes
Old 2004-10-19, 11:37 AM   #1
dirtyjumbo
You can now put whatever you want in this space :)
 
dirtyjumbo's Avatar
 
Join Date: May 2004
Location: So close no matter how far...
Posts: 863
Send a message via ICQ to dirtyjumbo
Table problem

I do all my HTML coding by hand, except tables, which I hate
I want the table "Recommended premium gay sites" and "Gay reality porn sites" at http://www.ebony-xxx-sites.com/table.html to be aligned next to eachother..

Can someone please help me out, I'm really stuck.

TIA
__________________
Royal Cash
dirtyjumbo is offline   Reply With Quote
Old 2004-10-19, 11:41 AM   #2
Cleo
Subversive filth of the hedonistic decadent West
 
Cleo's Avatar
 
Join Date: Mar 2003
Location: Southeast Florida
Posts: 27,936
Nest your tables inside of another table.

Like this.
<table>
<tr>
<td>LEFT SIDE TABLE GOES HERE</td>
<td>RIGHT SIDE TABLE GOES HERE</td>
</tr>
</table>
__________________
Free Rides on Uber and Lyft
Uber Car: uberTzTerri
Lyft Car: TZ896289
Cleo is offline   Reply With Quote
Old 2004-10-19, 12:03 PM   #3
dirtyjumbo
You can now put whatever you want in this space :)
 
dirtyjumbo's Avatar
 
Join Date: May 2004
Location: So close no matter how far...
Posts: 863
Send a message via ICQ to dirtyjumbo
Hi Cleo, thx for the reply

I tried doing what you said but the table still looks the same

I'm gonna check if Amazon has a book "Tables for Dummies"
__________________
Royal Cash
dirtyjumbo is offline   Reply With Quote
Old 2004-10-19, 12:07 PM   #4
Cleo
Subversive filth of the hedonistic decadent West
 
Cleo's Avatar
 
Join Date: Mar 2003
Location: Southeast Florida
Posts: 27,936
Wouldn't it be easier to download a simple WYSIWYG html editor so that you could see what you are doing? They have simple Mac ones for free so I know there must be ones for PCs.
__________________
Free Rides on Uber and Lyft
Uber Car: uberTzTerri
Lyft Car: TZ896289
Cleo is offline   Reply With Quote
Old 2004-10-19, 12:14 PM   #5
dirtyjumbo
You can now put whatever you want in this space :)
 
dirtyjumbo's Avatar
 
Join Date: May 2004
Location: So close no matter how far...
Posts: 863
Send a message via ICQ to dirtyjumbo
Cleo, I have a WYSIWYG html editor but I just can't seem to get the table thing working

I'll do a search on Google for another editor
__________________
Royal Cash
dirtyjumbo is offline   Reply With Quote
Old 2004-10-19, 12:22 PM   #6
Cleo
Subversive filth of the hedonistic decadent West
 
Cleo's Avatar
 
Join Date: Mar 2003
Location: Southeast Florida
Posts: 27,936
You may have a row and column that is incorrect or maybe even an unclosed tag someplace then.
__________________
Free Rides on Uber and Lyft
Uber Car: uberTzTerri
Lyft Car: TZ896289
Cleo is offline   Reply With Quote
Old 2004-10-19, 12:25 PM   #7
dirtyjumbo
You can now put whatever you want in this space :)
 
dirtyjumbo's Avatar
 
Join Date: May 2004
Location: So close no matter how far...
Posts: 863
Send a message via ICQ to dirtyjumbo
OK, I'll check again, thx Cleo
__________________
Royal Cash
dirtyjumbo is offline   Reply With Quote
Old 2004-10-19, 02:29 PM   #8
selena
Oh no, I'm sweating like Roger Ebert
 
selena's Avatar
 
Join Date: May 2004
Location: On the edge
Posts: 592
Send a message via ICQ to selena
Try plugging your info into this nested table

<table width="725" border="0" cellspacing="3" cellpadding="3" align="center">
<tr>
<td><table width="350" border="0" align="center" cellpadding="3" cellspacing="3">
<tr>
<td align="center">This is your first nested table</td>
</tr>
</table></td>
<td><table width="350" border="0" cellspacing="3" cellpadding="3">
<tr>
<td align="center">This is your second nested table</td>
</tr>
</table></td>
</tr>
</table>


Fyi, I looked at your source code, and I really recommend that you not use percentages to determine table width. Use pixels. You will have better results with tables in all browsers, monitor sizes, etc, the more exact you are.
__________________
Doer of Things at
MetArtMoney
Skype selena.delgado9
ICQ 273551440
selena is offline   Reply With Quote
Old 2004-10-19, 02:52 PM   #9
dirtyjumbo
You can now put whatever you want in this space :)
 
dirtyjumbo's Avatar
 
Join Date: May 2004
Location: So close no matter how far...
Posts: 863
Send a message via ICQ to dirtyjumbo
OK, thanks selena
__________________
Royal Cash
dirtyjumbo is offline   Reply With Quote
Old 2004-10-19, 03:23 PM   #10
Greenguy
The Original Greenguy (Est'd 1996) & AVN HOF Member - I Crop Pics For Thumbs In My Sleep
 
Greenguy's Avatar
 
Join Date: Feb 2003
Location: Blasdell, NY (shithole suburb south of Buffalo)
Posts: 41,929
Send a message via ICQ to Greenguy
You're trying too hard - too many tables inside of other tables - keep it simple:

http://www.greenguysboard.com/dirtyjumbo.html

(sorry I was too lazy to link them all up - LOL)
__________________

Promote POV Porn Cash By Building & Submitting Galleries to the Porn Luv Network
Greenguy is offline   Reply With Quote
Old 2004-10-19, 03:27 PM   #11
amadman
I've been mad for fucking years, absolutely years, been over the edge for yonks....
 
amadman's Avatar
 
Join Date: Apr 2003
Location: padded room
Posts: 861
Wow! DirtyJumbo,

I checked out your source and it looks like you are making it much harder than it is using all those table tags.


Not real sure if this is what you are looking for but here is basicly what cleo was suggesting:

http://xstash.com/temp/table.htm
amadman is offline   Reply With Quote
Old 2004-10-19, 03:29 PM   #12
amadman
I've been mad for fucking years, absolutely years, been over the edge for yonks....
 
amadman's Avatar
 
Join Date: Apr 2003
Location: padded room
Posts: 861
Ooops! Ditto what gg said I guess.
amadman is offline   Reply With Quote
Old 2004-10-19, 04:37 PM   #13
dirtyjumbo
You can now put whatever you want in this space :)
 
dirtyjumbo's Avatar
 
Join Date: May 2004
Location: So close no matter how far...
Posts: 863
Send a message via ICQ to dirtyjumbo
Quote:
Originally posted by Greenguy
(sorry I was too lazy to link them all up - LOL)
LOL

Thx everybody for the help

You ppl are great
__________________
Royal Cash
dirtyjumbo is offline   Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 05:58 PM.


Mark Read
Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
© Greenguy Marketing Inc