HTML Help Forum Index HTML Help
Please Search for the answer to your question before asking it! Thanks.
 

Using .jpeg images in a Frame page
Post a Reply to this Topic Ask a New Question
Click here to go to the original topic
       HTML Help Forum Index -> HTML Frame
View previous topic :: View next topic  
Author Message
Shay329



Joined: 05 Sep 2009
Posts: 3

Posted: Sat Sep 05, 2009 9:57 am     Using .jpeg images in a Frame page  

Hi, I am trying to figure out how to add a .jpeg image as my title bar in my framed page. I am using the following html code:

<frameset rows="25%, *">
<frame src="spslogo1.jpeg" name=title scrolling=no>

<frameset cols="20%, *">
<frame src="menu.htm">
<frame src="home.htm">
<noframes> .... </noframes>

</frameset>

When I check my page in Internet Explorer, the title page comes up "Internet Explorer cannot display the webpage". I'm not sure what exactly I am supposed to use for the "link" to get the .jpeg image to show.

Thank you,
Shay
sticks464



Joined: 31 Dec 2006
Posts: 2309

Posted: Sat Sep 05, 2009 10:28 am      

The frame will display a page, not an image. You'll have to put the image on an html page and link to that page just like the other frames.
Code: <frame src="title.html" name=title scrolling=no>
Shay329



Joined: 05 Sep 2009
Posts: 3

Posted: Sat Sep 05, 2009 10:33 am      

Great! That makes sense. Thank you for your help.
 
 
DARFUR
HOSTING / DESIGN
MAKE MONEY

       HTML Help Forum Index -> HTML Frame
Page 1 of 1


Powered by phpBB Search Engine Indexer
Powered by phpBB 2.0.19 © 2001, 2002 phpBB Group