Help - Search - Members - Calendar
Full Version: HTML table
HTMLHelp Forums > Web Authoring > Markup (HTML, XHTML, XML)
chaiturocks
Hi all,

I am designing a website with aspx pages inside HTML code.

What is happening is when I use <table></table>, for entire page some border kind line is coming outside of the

page . which is in white color. If I change form background color also between the browser and the page border

kind of thing is coming how to remove this.

Thanks in advance.
newwebseo
QUOTE(chaiturocks @ Feb 28 2011, 02:20 AM) *

Hi all,

I am designing a website with aspx pages inside HTML code.

What is happening is when I use <table></table>, for entire page some border kind line is coming outside of the

page . which is in white color. If I change form background color also between the browser and the page border

kind of thing is coming how to remove this.

Thanks in advance.



you just need to insert one attribute in table that is border = 0 and your code will look like

<table border = 0></table>

Frederiek
Can you post the url (address) of a page that demenstrates the problem?
chaiturocks
QUOTE(newwebseo @ Feb 28 2011, 01:21 PM) *

QUOTE(chaiturocks @ Feb 28 2011, 02:20 AM) *

Hi all,

I am designing a website with aspx pages inside HTML code.

What is happening is when I use <table></table>, for entire page some border kind line is coming outside of the

page . which is in white color. If I change form background color also between the browser and the page border

kind of thing is coming how to remove this.

Thanks in advance.



you just need to insert one attribute in table that is border = 0 and your code will look like

<table border = 0></table>




The space am getting is like this...

Inside the browser, white space between page and browser.





pandy
Can you post the URL to the page? No one can tell you anything from your description alone.
Barthal
Sounds like you want to set the body margin to 0?

CODE
body
{
    margin: 0;
    padding: 0;
}
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2013 Invision Power Services, Inc.