View Full Version : frames HELP


hulahula
06-03-2003, 09:58 AM
I put the code in and the grafics but the grafics dont stick to the edge there is a border. ^^^ do i get rid of it and place the pic right where in the frame? And how do i get rid of the grey frame borders? Thanks

designhazard
06-03-2003, 10:10 AM
to get rid of the grey borders, you will need to add border="0"

pb&j
06-03-2003, 01:31 PM
it would help if you put a link to the page(s) in question.

i can guess that you put the image into the FRAME SRC value directly? if so, you will have to put the image on a web page by itself and kill the page margins. that page can then be the new value for your FRAME SRC.

more details when the problem is presented...

hulahula
06-03-2003, 07:53 PM
how do ya get rid of the page margins?

pb&j
06-03-2003, 10:56 PM
Originally posted by pb&j
more details when the problem is presented...
that was basically asking for a link to the problem page to verify the situation.

to answer your most current question, you may put this into the HEAD area of your page coding...

<style type="text/css">
body {margin:0;}
</style>

designhazard
06-04-2003, 12:57 AM
or you can add 'topmargin="0" leftmargin="0"' on each windows <body> section so it will look like this: <body topmargin="0" leftmargin="0">.