[wdvltalk] Re: Insert Logo

2003-02-06 Thread sherry young
I have a question related to Maverick's dilemma: If you are writing tables for NN 4.7X, is it better to do this logo/header sort of insert via CSS or SSI? I won't be using ASP. I'm working my way up to actually *doing* something here. I'm sure you'll all faint if I ever actually make a move.

[wdvltalk] Re: Insert Logo

2003-02-06 Thread Cheryl D. Wise
With NN 4.x I'd say using SSI. If you use CSS then you need to put in either a root relative path or absolute path since NN may apply the relative paths from the location of the html page calling the image and that may not always be the same folder that the css is in. One additional note about

[wdvltalk] Expanding tables

2003-02-06 Thread myncs
Is it possible to specify that a HTML table expand it's height to fit the whole page. If so, what is the code? • The WDVL Discussion List from WDVL.COM • To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] Send Your Posts To: [EMAIL PROTECTED] To change subscription

[wdvltalk] Re: Expanding tables

2003-02-06 Thread Mark M
height=100% Mark [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Is it possible to specify that a HTML table expand it's height to fit the whole page. If so, what is the code? • The WDVL Discussion List from WDVL.COM • To Join wdvltalk, Send An Email To:

[wdvltalk] Re: Expanding tables

2003-02-06 Thread SanJoseWebGuy
Hi, Interesting question... I played around with this one using MSIE and a style sheet. if you set table {height:100%} it will expand with the window; however, if you do not have the body {margin-left:0; margin-top:0} set, it will not go all the way to the top of the window. Also, the