Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

positioning elements in the browser window

Status
Not open for further replies.

gus121

Technical User
May 9, 2002
298
GB
Hi there
I wish too position all HTML elements too reach the far left hand corner off the browser window (geting rid of the browser left margin).

I have tried the following using CSS style sheets too no avail:

BODY {
padding : 0 0 0;
border-left-width : 0px;}

Any help welcome

Angus
 
I worked it out for my self the answer is:

margin-left : 0;

in the CSS file
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top