View previous topic :: View next topic |
Author |
Message |
estyzesty
Joined: 29 Dec 2004 Posts: 2
|
Posted: Wed Dec 29, 2004 4:38 am Post subject: tables ! >_< |
|
|
for exampleee http://www.perfectionism.net/
you know how everyone uses those tables to do their blog.. I'm pretty sure most of you will know what i'm talking about.. and then they have more tables off to the side? I'm wondering how you do that with B2? I can get b2 in an iframe and i use it like that but I have no idea how to do otherwise >_< can someone help me? i can't find tutorials anywhere.. all the table tutorials show pictures of ugly cellls.... |
|
Back to top |
|
 |
Sigg3
Joined: 03 Jul 2003 Posts: 795 Location: Oslo, Norway
|
Posted: Wed Dec 29, 2004 10:23 am Post subject: |
|
|
My page is built something like this:
(Principally)
Code: | <html>
<body>
<table>
<tr>
<caption>Menu stuff</caption>
</tr>
<tr>
<td width=220>
tables for left-boxes here
</td>
<td width=580>
b2 engine stuff, no tables in it
</td>
<td width=220>
tables for right-boxes
</td>
</tr>
</table>
Some footer-notes/associates
</body>
</html> |
Note: THIS IS ALL OBSOLETE!
Learn Css 1 and 2, and you can design a site totally without tables.
Have a look at http://sigg3.net/cafelog or CSS ZEN GARDEN Contribution which have no tables at all! _________________ Sigg3.net - You know you're worth it! | b2 Cafelog Resource Center |
|
Back to top |
|
 |
|