The Web Design Group

... Making the Web accessible to all.

Welcome Guest ( Log In | Register )

> Help? Images Not Showing Up On Web Page, none of the images I put in my code are showing up on my page
thosebabyscars
post Jan 5 2012, 11:05 PM
Post #1





Group: Members
Posts: 4
Joined: 16-September 11
Member No.: 15,417



None of my images work sad.gif and I'm pretty sure I have the code right because it's worked for my other projects.
Here is one of my codes:
CODE

<html>
<head>
    <link rel="stylesheet" href="style_1.css" type="text/css" />
    <script src="cursor.js" type="text/javascript"></script>

</head>

<body background="images\bg.jpg">

<h1>Goals</h1>

<img src="images\map.png" border="2" usemap="#map" align="right">
<map name="map">
<area shap="rect" coords="199,195,7,6" href="www.ufl.edu" alt="University of Florida">
<area shap="rect" coords="199,195,380,10" href="www.osu.edu" alt="Ohio State University">
<area shap="rect" coords="189,395,6,225" href="www.nd.edu" alt="University of Notre Dame">
<area shap="rect" coords="189,376,380,220" href="www.psu.edu" alt="Penn State University">
</map>

<h2>[Header]</h2>
<p>[gibberish]</p>

</body>

</html>

Is there anything wrong with my img tag?

And how about here:
CODE

h1 {
        color:black;
        font-size:35;
        font-family:century gothic }

h2 {
        color:black;
        font-size:23;
        font-family:century gothic }

p {
        text-align:justify;
        color:black;
        font-size:16;
        font-family:century gothic }

body {
        background-image: url (images\bg.jpg);
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 10px;
        padding-bottom: 15px;
        scrollbar-face-color:#FBBBB9;
        scrollbar-arrow-color:#FFFFFF;
        scrollbar-track:#FFFFFF;
        scrollbar-shadow-color:#ADDFFF;
        scrollbar-highlight-color:#FFFFFF;
        scrollbar-3dlight-color:#ADDFFF;
        scrollbar-darkshadow-Color:#FFFFFF;}

table {
        text-align:left;
        color:black;
        font-size:14;
        font-family:century gothic }


I really need some help, please?
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post

Posts in this topic


Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 



- Lo-Fi Version Time is now: 25th April 2024 - 01:59 AM