View Full Version : SSI - Default Margin


simpson_121919
05-14-2004, 07:43 PM
I am tring to use Server Side includes, and the problem Im having is that when I try to create a include I get the default margin in my include. Now to make my include work I need to get rid of head,body, and html tags. How I solved the problem before was I would add this code into my body tag(<body bgcolor="#FFFFFF" text="#000000"leftMargin=0 topMargin=0 rightMargin=0 MARGINHEIGHT="0" >), now I have no body tag in my include and I can not get this code to work inside my table tag that I am currently using for my include. can anybody help?

Thanks
Shelby

pb&j
05-14-2004, 07:52 PM
can you post a link to the page in question and comment or specifically state where the include part is happening.

basically, an include is just a piece of html coding being inserted into the current html coding. once inserted, it should create one full complete webpage. no extra borders and such should be present unless you added them.

thanks.