HTML - Images in a frame will not show?

QCHQCH Ancient GuruChicago Area - USA Icrontian
edited June 2004 in Internet & Media
I'm reworking a website and I'm using frames... I cannot get the menu frame to display any images? I put all my icons into a directory called "icons" and in line 31 and 35, the images do not show?? Any ideas?
[PHP]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD><TITLE>Menu</TITLE>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2800.1170" name=GENERATOR></HEAD>
<BODY text=#000000 bgColor=#ffffff leftMargin=0 topMargin=0>
<P>
<STYLE>
A:link { COLOR: "#ffffff"; TEXT-DECORATION: none}
A:visited {COLOR: "#aaa4a6"; TEXT-DECORATION: none}
A:hover {COLOR: "#fe3d42"; TEXT-DECORATION: none}
body {
scrollbar-3d-light-color : #999999;
scrollbar-arrow-color : #00CCFF;
scrollbar-base-color : #6699CC;
scrollbar-dark-shadow-color : #2C5885;
scrollbar-face-color : #2D6784;
scrollbar-highlight-color : ##336699;
scrollbar-shadow-color : #003366
}
</STYLE>

<TABLE cellSpacing=0 cellPadding=0 width="100%" border=0>
<TBODY>
<TR>
<TD width=195 bgColor="#ad0559" height=120>
<font face="Arial" size=2 color="#ffffff">
<center>
<br><b>
Sign Guest Book
<br>
<!=======================================================>
HERE
<!=======================================================>
<a href="http://www.guestbookdepot.com/php/sign_guestbook_form.php?book_id=567594&quot; target=blank> <img src="icons/sign.jpg" width="88" height="31" alt="" border="0"></a>
<p>
View Guest Book
<br>
<!=======================================================>
HERE
<!=======================================================>
<a href="http://www.guestbookdepot.com/php/guestbook.php?book_id=567594&quot; target=blank><img src="icons/view.jpg" name="view" width="88" height="31" alt="" border="0"></a>
<br></b>
<hr size=2>
<br>
<font face="Arial" size=3 color="#ffffff">
<body link="#ffffff"><body vlink="#000000"><a href="http://www.healyclan.net&quot; target="_top">[Healy Home Page]</a>
<p>
<a href="http://www.healyclan.net/history.htm&quot; target="_top">[Pre History]</a>
<p>
<a href="http://www.healyclan.net/pregnancy.htm&quot; target="_top">[Pregnancy Log]</a>
<p>
<b></b><a href="http://www.healyclan.net/baby_links.htm&quot; target="_top">[Links & Gift Registry]</a>
<p>
<p>


<hr>
<font face="Arial" size=2>
<b><u>Quick Links</u></b><br><br>
<!========================================================================>
NONE YET

<br>
</center></font>
<hr>
<br><br><br><br><br><br><br><br><br>
<TR>
<TD bgColor=#333366> </TD></TR>
<TR>
<TD bgColor=#336699> </TD></TR></TBODY></TABLE>

</P></BODY></HTML>

[/PHP]

Comments

  • a2jfreaka2jfreak Houston, TX Member
    edited June 2004
    The images aren't there.

    http://healyclan.net/icons/

    Upload them.

    Also, the HTML file on the web-site tries to pull sign.jpg from the root dir, not the icons dir. Fix that too.
  • QCHQCH Ancient Guru Chicago Area - USA Icrontian
    edited June 2004
    Ah... I got it... there is a hidden folder called "icons" that Prime must put in his website area and I just happened to use the same name. I renamed the directory and changed the links... Works great.
Sign In or Register to comment.