This may seem like a weird question but the reason behind it is that it's being used to create a preview of user-designed email stationery - bear that in mind!
I have an application that generates HTML on the fly so that people can see a preview of their email stationery. They can design a header and footer which are turned into a preview within a WebBrowser control (VB) that has fixed dimensions.
At the moment, the preview isn't great because the footer appears immediately after the header, and I want it to appear at the bottom of the window with white space inbetween (that's where the email message would go).
What HTML could I add inbetween the header and footer HTML code to effectively pad-out the middle area so that the footer will appear at the bottom of the preview area?
(I realise I could stick the header and footer in a containing table and pad out the centre cell - but is there a way that doesn't involve placing everything in a table?)
I tried adding a table with a height of 100% inbetween the header and footer but that didn't work.
- Andy
___________________________________________________________________
If you think nobody cares you're alive, try missing a couple of mortgage payments
I have an application that generates HTML on the fly so that people can see a preview of their email stationery. They can design a header and footer which are turned into a preview within a WebBrowser control (VB) that has fixed dimensions.
At the moment, the preview isn't great because the footer appears immediately after the header, and I want it to appear at the bottom of the window with white space inbetween (that's where the email message would go).
What HTML could I add inbetween the header and footer HTML code to effectively pad-out the middle area so that the footer will appear at the bottom of the preview area?
(I realise I could stick the header and footer in a containing table and pad out the centre cell - but is there a way that doesn't involve placing everything in a table?)
I tried adding a table with a height of 100% inbetween the header and footer but that didn't work.
- Andy
___________________________________________________________________
If you think nobody cares you're alive, try missing a couple of mortgage payments