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?
linux 107 Posting Shark
Recommended Answers
Jump to PostUse CSS to eliminate any margin and padding of the body tag:
body { margin: 0; padding: 0; }
All 2 Replies
Reply to this topic 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.