| Author |
White space between frames
|
|
| Tony Rodskjaer 2005-09-14, 7:15 am |
| Grateful for any help with this - I am setting up a page with frames that
should let the graphics butt up to each other, but I am getting a white space
where the frames are divided please see http://www.places-to-stay.net/sidtv.htm
can this be rectified, or is this just attributable with using frames? thanks
in advance.
| |
| joost kolkman 2005-09-14, 7:17 pm |
| Tony Rodskjaer wrote:
> Grateful for any help with this - I am setting up a page with frames that
> should let the graphics butt up to each other, but I am getting a white space
> where the frames are divided please see http://www.places-to-stay.net/sidtv.htm
> can this be rectified, or is this just attributable with using frames? thanks
> in advance.
>
put something like this just above </head> in each frame; it will set
thew margins on each page to zero.
(or in an external stylesheet)
<style type="text/css">
<!--
body {
background : #FFFFFF;
margin: 0;
}
-->
</style>
And do read this article about the problems and solutions you will
encounter using frames.
http://www.tjkdesign.com/articles/frames/default.asp
Joost Kolkman
| |
| Tony Rodskjaer 2005-09-14, 7:17 pm |
| Thank you Joost, I think you have saved my day :-)
|
|
|
|
| Copyright 2003 - 2008 forum4designers.com Software forum Computer Hardware reviews |