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)
-   -   need help creating seperate table columns (https://gfy.com/showthread.php?t=275343)

eddie-executive 04-26-2004 08:26 PM

need help creating seperate table columns
 
Yes i posted this before but since the search dosen't work:mad:

All I wanna do is make individual seperate columns in a table. In other words not one big row of columns bunched together, i need spacing in between. Im using dreamweaver4. This sounds simple to me but the only thing i can figure out is by removing the border of a column so it makes a blank space. But that dosen't work because there is still a border around the whole table. I've asked a few so called "web designers" and no one can figure it out. I try creating tables seperately but the next table always goes underneath the first one, i don't want that. Im not hiring a designer to make a fucking table:1orglaugh

Rob 04-26-2004 08:28 PM

Is this a real question? :eek7

Illicit 04-26-2004 08:29 PM

:Oh crap

MrJackMeHoff 04-26-2004 08:29 PM

Im not sure what your asking..

<table border=1>
<tr>
<td>
1
</td>
<td>
2
</td>
<td>
3
</td>
</tr>
<td>
4
</td>
<td>
5
</td>
<td>
6
</td>
</table>

RedMonkey 04-26-2004 08:30 PM

Did you try leaving the table as no border, then use your control key and select the indivual table cells, and put your border around the ind. cells. Hope I followed you right not sure.

Overscore 04-26-2004 08:30 PM

<table border=0>
<tr>
<td>
<table border=5>
<tr>
<td>content</td>
</tr>
</table>

<td>&nbsp;</td>

<td>
<table border=5>
<tr>
<td>content</td>
</tr>
</table>
</td>
</tr>
</table>

eddie-executive 04-26-2004 08:33 PM

Quote:

Originally posted by MrJackMeHoff
Im not sure what your asking..

<table border=1>
<tr>
<td>
1
</td>
<td>
2
</td>
<td>
3
</td>
</tr>
<td>
4
</td>
<td>
5
</td>
<td>
6
</td>
</table>

Just like that but with spacing in between the columns and no border. Like floating boxes:1orglaugh

eddie-executive 04-26-2004 08:35 PM

Quote:

Originally posted by Overscore
<table>
<tr>
<td>
<table border=5>
<tr>
<td>content</td>
</tr>
</table>

<td>&nbsp;</td>

<td>
<table border=5>
<tr>
<td>content</td>
</tr>
</table>
</td>
</tr>
</table>

Exactly:thumbsup how did u do that?

Rob 04-26-2004 08:36 PM

Are you sure your flux capicitor module is totally updated and optimized for Dreamweaver UltraDev in a Windoze environment running on a local hybrid network? You know that you have to go at least 80mps in order to successfully reach the jump, right?

When in doubt, whip the manual out! Here, I went ahead and took a little leg work out of your adventure. Tables 101 Link :thumbsup

Oh Sheila 04-26-2004 08:38 PM

What you want to do is make hahahahahaded tables. You want to make one table and put another table in each table cell. Turn off the borders of the outer table and turn borders on for each individual table in each cell.

To view how it was done above just view the source ;)

Thong Sniper 04-26-2004 08:39 PM

<table width="500" border="6">
<tr>
<td width="90" border="1" bgcolor="#ffffff">
<font size="2" face="arial" color="#002F35">
im so awesome
</td>
<td width ="420" border="2" bgcolor="#FF4095">
<font size="10" face="verdana">
too elite!!!</font>
</td>
</tr>
</table>

or


<table width="500" border="6">
<tr>
<td width="90" border="1" bgcolor="#ffffff">
<font size="2" face="arial" color="#002F35">
im so awesome
</td>
</tr>
<tr>
<td width ="420" border="2" bgcolor="#FF4095">
<font size="10" face="verdana">
too elite!!!</font>
</td>
</tr>
</table>

eddie-executive 04-26-2004 08:41 PM

Thanks people got it.:thumbsup


All times are GMT -7. The time now is 02:07 AM.

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