Topic: fixed length tables?? (Page 1 of 1) |
|
---|---|
Nervous Wreck (II) Inmate From: around |
![]() 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 |
![]() 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 |
![]() Thanks for the welcome. |
Maniac (V) Mad Scientist with Finglongers From: Cell 53, East Wing |
![]() 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 code: <table>
|
Nervous Wreck (II) Inmate From: around |
![]() Sorry. Wow, this makes me feel so unintelligent. |
Maniac (V) Mad Scientist with Finglongers From: Cell 53, East Wing |
![]() helloelise: This is the Asylum - we don't give up that easily |
Maniac (V) Inmate From: Boston, MA, USA |
![]() 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 |
![]() 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? |