|
Michael -> RE: " Full width" Table (6/29/2002 9:49:22)
|
Hi Kevin, Yep, it is definitely a margin attribute setting. In the opening <body> tag you' ll need the following: leftmargin=" 0" topmargin=" 0" marginheight=" 0" marginwidth=" 0" rightmargin=" 0" The first pair is recognized by IE, the second pair by NN. You' ll need both for cross browser compatibility. Unfortunately FP only sets the first when you go into Page Properties, so you' ll have to add in the second pair in HTML view. You' ll also need to add in the rightmargin attribute, just to keep things nice and tidy across the page.
|
|
|
|