Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

them bloomin frames... need them TOGETHER.. for my pictures

Status
Not open for further replies.

mckarl

Programmer
May 5, 1999
147
GB
Hi everyone, what can i say??..<br>
<br>
<br>
here is what i am trying to do... <br>
<br>
+----------------------------+<br>
¦ f1 ¦<br>
+----------------------------+<br>
¦ f2 ¦<br>
+---------+--+---------------+<br>
¦ f3 ¦f4¦ f5 ¦<br>
¦ ¦ ¦ ¦<br>
+---------+--+---------------+<br>
<br>
now, frames 1-2 are ok... but i need to slip 2-3-4-5 to create an image. Now, when i try it, it leaves a little gap in between each frame. <br>
<br>
( not the border you understand, i have moved that - *BORDER="0"* )<br>
<br>
Now i get a gep between theimages, does anyone have any ideas on how to move the gap so i see an image made from four diffrent frames??<br>
<br>
Thanks. <br>
- Karl.<br>

 
First, until you figure out what is causing the gap, keep the border on your frames. That will give you a reference point. I had to use lines similar to this (in the frameset page) to piece together 3 frames for an image.<br>
&lt;FRAME SRC="logo.html" NAME="logo" SCROLLIING="no" MARGINWIDTH=0 MARGINHEIGHT=0 NORESIZE&gt;<br>
The marginwidth,height is what made the difference. These attributes allow a built-in margin in your frame which you don't want here. Also, the problem may not be your frameset page. It may be the pages loaded into the frames. Make sure you have border, vspace, and hspace attributes on your image set to 0.<br>
Finally, what browser are you using to check your final product. I've not had a problem with IE4+ or Nav3+ in anything I needed to do. However, I've heard people complain about Nav4.x and its display of images and frames similar to yours. Not a plug, but I still use Netscape.<br>
Hope this helps. It's kinda hard to be specific on a generic issue!
 
another thing to check is to make suer you have your image border set to 0 (i.e. &lt;img src= border=0 outline=0&gt;) this _should_ help with what you're experiencing.<br>
<br>
a question though...why must you merge 4 images into 1 instead of just using one image to start out with? please expound if possible. <p>-Robherc<br><a href=mailto:robherc@netzero.net>robherc@netzero.net</a><br><a href= > </a><br>*nix installation & program collector/reseller. Contact me if you think you've got one that I don't :)
 
When you said you set BORDER=&quot;0&quot; did you mean in the FRAME tag (as most doc. will tell you) or the FRAMESET tag(which actually works)?
 
robherc: sometimes doing this is easier than creating an image map if you're dealing with links. <p>REH<br><a href=mailto:hawkdogg@crosswinds.net>hawkdogg@crosswinds.net</a><br><a href= by Linux</a><br>Learn Linux and Leave out the Windows :)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top