Is there a way to make all pages regardless of content be at least roughly the same size? The reason I ask is because if I use a standard footer I want it to be at least as far or farther(if necessary depending on content) down the page as I determine. Is there a way to do this without excessive <br> tags? Thanks -- Lucas Vogel lucas7@home.com ICQ: 44697169
on Thursday, February 24, 2000 Lucas Vogel wrote : LV> Is there a way to make all pages regardless of content be at least LV> roughly the same size? The reason I ask is because if I use a standard LV> footer I want it to be at least as far or farther(if necessary depending LV> on content) down the page as I determine. Is there a way to do this LV> without excessive <br> tags? LV> Thanks This is really a HTML-question and not Zope-related, but you could get far by experimenting with tables and invisible gifs... (not a way of design i appreciate, but it will do the job if you're under pressure ) -- Geir B Hansen web-developer/designer geirh@funcom.com http://www.funcom.com
Use CSS (Cascading Style Sheets). With CSS you can precisely control placement of objects on the page. ----- Original Message ----- From: Lucas Vogel <lucas7@home.com> To: zope <zope@zope.org> Sent: Thursday, February 24, 2000 7:39 AM Subject: [Zope] standard page size Is there a way to make all pages regardless of content be at least roughly the same size? The reason I ask is because if I use a standard footer I want it to be at least as far or farther(if necessary depending on content) down the page as I determine. Is there a way to do this without excessive <br> tags? Thanks -- Lucas Vogel lucas7@home.com ICQ: 44697169 _______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
participants (3)
-
Geir B Hansen -
Jim Sanford -
Lucas Vogel