How do I get rid of margins and borders!!
-
Hi there.. I have a webform on which I place a table. This is the code for the page..
<%@ Master Language="C#" AutoEventWireup="true" CodeFile="Main.master.cs" Inherits="MasterPages_Main" %> Main Master Page This is the side panel for the side menu
The page is a master page. My problem is that I set the "margin" and "border" of the body of the page to 0pixels but still there is spacings between the cells of the table when the page is loaded..I have tried setting the "margin" and "border" settings of the table and the rows and the cells but it just wont work!!! Where is the ghost in this code or my machine??? Thanks for your help!! Ben -
Hi there.. I have a webform on which I place a table. This is the code for the page..
<%@ Master Language="C#" AutoEventWireup="true" CodeFile="Main.master.cs" Inherits="MasterPages_Main" %> Main Master Page This is the side panel for the side menu
The page is a master page. My problem is that I set the "margin" and "border" of the body of the page to 0pixels but still there is spacings between the cells of the table when the page is loaded..I have tried setting the "margin" and "border" settings of the table and the rows and the cells but it just wont work!!! Where is the ghost in this code or my machine??? Thanks for your help!! Ben