Is there any way to remove the border on a page? So that an image can rest at (1,1) on the browser screen? My page's logo needs to sit there so that the colours flow well. Any help?

Recommended Answers

All 2 Replies

Use CSS to eliminate any margin and padding of the body tag:

body { margin: 0; padding: 0; }
commented: Thanks for the CSS help! +1

Hey, thanks a lot!

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.