Go Back   CodingForums.com > :: Client side development > HTML & CSS

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 08-07-2007, 10:07 PM   PM User | #1
Nikegurl24
New Coder

 
Join Date: Jul 2006
Posts: 34
Thanks: 0
Thanked 0 Times in 0 Posts
Nikegurl24 is an unknown quantity at this point
#1-My Banner image won't repeat, and....

I need some help here. I can't get my banner image to repeat, and I can't get the table up to where it should be. Any help would be most appreciated.

Here are the links if you need that:
http://www.roachsrealm.com/sarahwayn...s/gallery1.htm
http://www.roachsrealm.com/sarahwayn...es/gallery.css

Code:
<HTML>
<HEAD>
<TITLE>&bull; Beautiful &amp; Talented Sarah</TITLE>
<META HTTP-EQUIV="Sarah Wayne Callies, Sarah Callies, Sarah Wayne, Jane Porter, Laura, Marjori, Tarzan, The Secret Service, The Celestine Prophecy, Actress, Sarah Wayne Callies Pictures, Sarah Callies Pictures, Sarah Wayne Callies Information, Sarah Callies Information, Prison Break, Sarah Wayne Callies News, Dr. Sara Tancredi, Dr. Tancredi, Dr. Sara" CONTENT="BEAUTIFUL AND TALENTED SARAH- A site dedicated to the relatively unknown actress Sarah Wayne Callies.  The site is filled with up-to-date information, an extensive photo gallery with well over 3000 pictures, and many other exciting features.  If you're a Sarah Wayne Callies fan, then this is the place to be!; charset=iso-8859-1">
<link rel="stylesheet" type="text/css" href="gallery.css">
<script language="JavaScript" type="text/JavaScript">
<!--



function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}
//-->
</script>

</HEAD>
<BODY BGCOLOR=#FFFFFF LEFTMARGIN=0 TOPMARGIN=0 MARGINWIDTH=0 MARGINHEIGHT=0>
<!-- ImageReady Slices (sarah.psd) -->
<TR>
		<TD COLSPAN=13>
			<div align="center"><IMG SRC="http://www.roachsrealm.com/sarahwaynecallies/sarah_layout_001.jpg" ALT=" WIDTH=770 HEIGHT=390 border=" border="0"" usemap="#Map"0></div></TD>
</TR>
		<!-- START CONTENT -->
			<div align="center">
			  <table width="690" border="1" cellpadding="1" cellspacing="0" bordercolor="#FFFFFF">
                <tr>
                  <td width="81%" class="title_main">CATEGORY</td>
                  <td width="9%" class="title_main"><div align="center">ALBUMS</div></td>
                  <td width="10%" height="20" class="title_main"><div align="center">FILES</div></td>
                </tr>
              </table>
</div>
			<div align="center">
        <table width="690" border="0" cellpadding="2" cellspacing="0">
          <tr>
            <td width="81%" height="18" class="content_main"><strong><a href="http://www.roachsrealm.com/sarahwaynecallies/Photoshoots.htm">Photoshoots</a></strong></td>
            <td width="9%" class="content_main">&nbsp;</td>
            <td width="10%" class="content_main">&nbsp;</td>
          </tr>
          <tr>
            <td height="18" class="content_main"><strong><a href="http://www.roachsrealm.com/sarahwaynecallies/Magazine.htm">Magazine Scans</a></strong></td>
            <td class="content_main">&nbsp;</td>
            <td class="content_main">&nbsp;</td>
          </tr>
          <tr>
            <td height="18" class="content_main"><strong><a href="http://www.roachsrealm.com/sarahwaynecallies/Movies.htm">Movies</a></strong></td>
            <td class="content_main">&nbsp;</td>
            <td class="content_main">&nbsp;</td>
          </tr>
          <tr>
            <td height="18" class="content_main"><strong><a href="http://www.roachsrealm.com/sarahwaynecallies/Television.htm">Television</a></strong></td>
            <td class="content_main">&nbsp;</td>
            <td class="content_main">&nbsp;</td>
          </tr>
          <tr>
            <td height="18" class="content_main"><strong><a href="http://www.roachsrealm.com/sarahwaynecallies/OutAbout.htm">Public Appearances</a> </strong></td>
            <td class="content_main">&nbsp;</td>
            <td class="content_main">&nbsp;</td>
          </tr>
        </table>
        <!-- END CONTENT -->
        </TD>
            </div>
</BODY>
</HTML>
Nikegurl24 is offline   Reply With Quote
Old 08-07-2007, 10:23 PM   PM User | #2
garydarling
Regular Coder

 
Join Date: Feb 2007
Location: Seattle
Posts: 153
Thanks: 5
Thanked 9 Times in 9 Posts
garydarling can only hope to improve
Are you positive your image has been uploaded to your server, and is in the root directory? I can't find your image at the location shown on your page.
garydarling is offline   Reply With Quote
Old 08-07-2007, 10:25 PM   PM User | #3
Nikegurl24
New Coder

 
Join Date: Jul 2006
Posts: 34
Thanks: 0
Thanked 0 Times in 0 Posts
Nikegurl24 is an unknown quantity at this point
http://www.roachsrealm.com/sarahwayn...layout_001.jpg
Nikegurl24 is offline   Reply With Quote
Old 08-07-2007, 10:44 PM   PM User | #4
garydarling
Regular Coder

 
Join Date: Feb 2007
Location: Seattle
Posts: 153
Thanks: 5
Thanked 9 Times in 9 Posts
garydarling can only hope to improve
Sorry, what I meant to say is your background image, which your html says is located at http://www.roachsrealm.com/sarahwaynecallies/bg.gif (and your css concurs is called bg.gif) returns a 'File not Found' when I attempt to view it. You should be able to enter the above url in your browser and see the image if it exists.
garydarling is offline   Reply With Quote
Old 08-07-2007, 10:51 PM   PM User | #5
garydarling
Regular Coder

 
Join Date: Feb 2007
Location: Seattle
Posts: 153
Thanks: 5
Thanked 9 Times in 9 Posts
garydarling can only hope to improve
Perhaps I should have asked what is the name of the image your are calling your 'banner' image? I see lots of image names in your html, but few actual images show up in my browser. Are they located in another folder, perhaps '/images'?
garydarling is offline   Reply With Quote
Old 08-07-2007, 11:06 PM   PM User | #6
garydarling
Regular Coder

 
Join Date: Feb 2007
Location: Seattle
Posts: 153
Thanks: 5
Thanked 9 Times in 9 Posts
garydarling can only hope to improve
Quote:
I need some help here. I can't get my banner image to repeat, and I can't get the table up to where it should be. Any help would be most appreciated.
You need to validate your html before we can help. You need a DOCTYPE, first and foremost, then clean up the missing tags.

http://validator.w3.org/
garydarling is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 04:10 PM.


Advertisement
Log in to turn off these ads.