Welcome Guest, Not a member yet? Register   Sign In
Is it possible to do this with a table?
#1

[eluser]mrmeyers99[/eluser]
I was just wondering if it is possible to do something like this with tables:
Code:
---------------------
|  |           |    |
|  |           |    |
|  |           |    |
|  |           |    |
|  |           -----|
|  |                |
|  |                |
|  |                |
|  |                |
---------------------
As far as I can tell it's not, but does anyone have any tips or tricks on how to do it?
#2

[eluser]TheFuzzy0ne[/eluser]
Yes, but why would you want to a table?

EDIT: Well technically, it would probably be more like this:

Code:
---------------------
|  |           |    |
|  |           |    |
|  |           |    |
|  |           |    |
|  |           -----|
|  |           |    |
|  |           |    |
|  |           |    |
|  |           |    |
---------------------

# Or this

---------------------
|  |           |    |
|  |           |    |
|  |           |    |
|  |           |    |
|  |----------------|
|  |           |    |
|  |           |    |
|  |           |    |
|  |           |    |
---------------------
#3

[eluser]mrmeyers99[/eluser]
Well, I guess I wouldn't have to do it with a table. I just thought that would be the easiest route.
#4

[eluser]TheFuzzy0ne[/eluser]
I think that CSS is your best bet. Tables are for tabular data, not layout.

You'd need a complex table, where as with CSS, you'd only need 3 div elements, and a little CSS. Much cleaner, much nicer, and much easier to maintain. Smile
#5

[eluser]mrmeyers99[/eluser]
Thanks!




Theme © iAndrew 2016 - Forum software by © MyBB