![]() |
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 |
Is this a real question? :eek7
|
:Oh crap
|
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> |
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.
|
<table border=0>
<tr> <td> <table border=5> <tr> <td>content</td> </tr> </table> <td> </td> <td> <table border=5> <tr> <td>content</td> </tr> </table> </td> </tr> </table> |
Quote:
|
Quote:
|
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 |
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 ;) |
<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> |
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