Welcome to Dream.In.Code
Getting Help is Easy!

Join 136,294 Programmers for FREE! Get instant access to thousands of experts, tutorials, code snippets, and more! There are 2,398 people online right now. Registration is fast and FREE... Join Now!




tables and how to aling

 
Reply to this topicStart new topic

tables and how to aling

NIXZ
24 Aug, 2008 - 11:10 AM
Post #1

D.I.C Head
**

Joined: 26 Jul, 2008
Posts: 87

this maybe be a silly question but how can i align borders so they will look like this:
IPB Image
im trying but i always get the tables aligned in any deifferent way you can imagine except from that...
f**king Dreamweaver

edit: plz move to html (forgot it)

This post has been edited by NIXZ: 24 Aug, 2008 - 11:15 AM
User is offlineProfile CardPM
+Quote Post

JBrace1990
RE: Tables And How To Aling
24 Aug, 2008 - 12:37 PM
Post #2

D.I.C Regular
Group Icon

Joined: 9 Mar, 2008
Posts: 476



Thanked: 22 times
Dream Kudos: 350
My Contributions
I forget the exact name of the tool, but in the layout section there's a "table draw" function, or something like that... you should be able to just draw them onto it =)
User is offlineProfile CardPM
+Quote Post

PsychoCoder
RE: Tables And How To Aling
24 Aug, 2008 - 12:38 PM
Post #3

using DIC.Core;
Group Icon

Joined: 26 Jul, 2007
Posts: 8,983



Thanked: 125 times
Dream Kudos: 8625
Expert In: VB, VB.Net, C#, SQL, ASP, ASP.Net, Web Development, HTML, CSS, Win32 API, Javascript, mySQL, J#, Boo.Net

My Contributions
Moved to HTML & CSS
User is offlineProfile CardPM
+Quote Post

BetaWar
RE: Tables And How To Aling
24 Aug, 2008 - 05:47 PM
Post #4

#include <soul.h>
Group Icon

Joined: 7 Sep, 2006
Posts: 2,022



Thanked: 81 times
Dream Kudos: 1175
My Contributions
Why not make tables 2, 3, and 4 into 1 table with 3 columns in it, that way all you have to do is place new_table_2 insid eof table 1 and it should work out.
User is online!Profile CardPM
+Quote Post

maffelu
RE: Tables And How To Aling
25 Aug, 2008 - 04:24 AM
Post #5

New D.I.C Head
*

Joined: 21 Aug, 2008
Posts: 37


My Contributions
Well, this could work:

CODE
<html>
<body>

<table>
<tr><td>
    <table>
    <tr><td>
    <input type="radio" />
    </td></tr><tr><td>
    <img src="foo.jpg" />
    </td></tr>
    </table>
</td>
<td>
    <table>
    <tr><td>
    <input type="radio" />
    </td></tr><tr><td>
    <img src="foo.jpg" />
    </td></tr>
    </table>
</td>
<td>
    <table>
    <tr><td>
    <input type="radio" />
    </td></tr><tr><td>
    <img src="foo.jpg" />
    </td></tr>
    </table>
</td>
</table>

</body>
</html>


This is, as suggested in an earlier post, tables within tables. I just tried it, and it looks just like your picture. Alter of course the properties, but the basic model is the same.


User is offlineProfile CardPM
+Quote Post

Fast ReplyReply to this topicStart new topic
Time is now: 12/2/08 05:57AM

Live Help!

Tutorials

Programming

Web Development

Reference Sheets

Code Snippets

DIC Chatroom

Bye Bye Ads

Monthly Drawing

Thumb Drive

Top Contributors

Top 10 Kudos This Month