Topic: fixed length tables?? (Page 1 of 1) |
|
---|---|
Nervous Wreck (II) Inmate From: around |
posted 04-05-2003 15:15
I was making a new format for my site, with tables, in dreamweaver. I use blogspot, so it posts information, and all you need to do is have a simple code to insert it when writing the HTML. So in dreamweaver, the entire hundred or so entries i have was squished to something like <$blogentry$>. That type of thing. |
Maniac (V) Mad Scientist with Finglongers From: Cell 53, East Wing |
posted 04-05-2003 16:17
helloelise: Welcome. If I understand correctly they allow you to craete the template that the blog entries are inserted into and you add <$blogentry$> to tell it where to drop these entries into. |
Nervous Wreck (II) Inmate From: around |
posted 04-05-2003 16:47
Thanks for the welcome. |
Maniac (V) Mad Scientist with Finglongers From: Cell 53, East Wing |
posted 04-05-2003 17:02
helloelise: Ahhh thanks for that it is all clearer now. Techncially even if you use tables you only need them for the columns and not for the rows. In this case the more content ou add to that centre cell the more stretched everything will become (as you've noticed ). The fix would be to use DIVs: code: <table>
|
Nervous Wreck (II) Inmate From: around |
posted 04-05-2003 23:12
Sorry. Wow, this makes me feel so unintelligent. |
Maniac (V) Mad Scientist with Finglongers From: Cell 53, East Wing |
posted 04-06-2003 00:31
helloelise: This is the Asylum - we don't give up that easily |
Maniac (V) Inmate From: Boston, MA, USA |
posted 04-06-2003 00:50
The problem is that all the data in the left and right table cells are vertically aligned centered. Or rather - they are not specifically vertically aligned at all so they default to center. code: <style type = "text/css">
|
Nervous Wreck (II) Inmate From: around |
posted 04-11-2003 03:07
Thank you so much steve! i tried your second approach (because i DID want everything at the top). Also, thanks emperor for trying and all. You both seem to be so informed. Does it come with time? |