Frames and their wanting to have "borders" dkljfa

liunx

Guest
k. I do alot of work with frames (easier to update etc) and i was wondering how i get it so that the frames dont have a auto border (i use dreamweaver btw) i want it so that the content is right at the edge of the frame not indented 4 px'ish.<br />
<br />
Also how do i get my page to come up and the page is a set size like 600x400 or something? Thanks a ton.<!--content-->in the body tag you need to add<br />
<br />
marginheight="0" marginwidth="0" leftmargin="0" topmargin="0"<br />
<br />
that will make teh margins go away.<!--content-->The the frameset tags add: border=0 to remove border.<!--content-->
 
Back
Top