Almost all page design software has the option to adjust the Default "
Margins".....
If you're designing in HTML..... there area options for the <BODY> tag that
tell it not to display margins.
Only one problem with that..... Netscape see these things differently......
so to desing for both browsers....
Use this Code to turn off margins in the page you have your graphics......
You don't have to do anything witht the frames page.....
<body bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0"
marginheight="0">
Of course you have to adjust the <body bgcolor=""> tag to fit your needs....
wouter van caneghem <wouter.vancaneghem@pandora.be> wrote in message
news:smg47.8965$Xy1.1873830@afrodite.telenet-ops.be...
> Hello,
>
> I made a gif image in fireworks.
> I next made a page with frames (left and right, pure html code(<frameset
> cols .......>......))
> if I insert the gif from firework into this right frame, there is always a
> small margin on the left.
> Why, i don't want there to be a small margin. In fireworks, this image
> begins totally on the left, in fireworks there is no small margin. With
> these frames there is.
>
> visual.
>
>
> ___________________________
> | | _________________ |
> | | |__gif image________| |
> | | /|\ |
> | | |____small margin |
> | left | |
> | frame | |
> | | right frame |
> | | |
> |______|____________________|
> Does anybody know how I can remove this small margin.
>
> Thanks
> Wouter
>
www.wielertoerist.be
>
>
>
>
>