
May 27th, 2005, 10:21 PM
|
|
|
|
Join Date: Apr 2007
Posts: 3
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
removing top/side border
This seems like a easy problem, but I can't figure out
how to remove the border from the very top and left side of my very top graphic. This is the title graphic and just be snug right up against the browser toolbar but I can't get rid of about a 12 pixel space on the top and left side. Codewalkers seems to have this same
space, but I see many other sites with graphics snug against the browser and sides. How can I do this?
UPDATE: Sorry, I found the solution. Easy stuff, I'm a noob!
This works:
<BODY LEFTMARGIN="0" TOPMARGIN="0" MARGINWIDTH="0" MARGINHEIGHT="0">
|