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 gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

jpegs don't display in browser? 1

Status
Not open for further replies.

cccat

Technical User
Sep 2, 2004
6
US
browser displays broken links of jpegs when I preview although no broken links in site. am entering html page in links of properties but when I test in browser the page is all broken jpegs. very simple site, only 4 pages, simple pages set-up in cells with jpegs. help. cccat
 
can i have the code for a page? or maybe a link?

Known is handfull, Unknown is worldfull
 
this is a photoshop paste-up in dreamweaver, thanks cccat

<html>
<head>
<title>index</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>

<body bgcolor="#000000" text="#000000">
<table width="61%" border="0" cellspacing="1" cellpadding="1" align="center">
<tr>
<td height="51" width="56%">
<div align="center"><img src="/icons/logoicon.jpg" width="245" height="38"></div>
</td>
<td height="51" width="1%">
<div align="center"><a href="/about.html"><img src="/icons/abouticon.jpg" width="50" height="50" border="0"></a></div>
</td>
<td height="51" width="9%">
<div align="center"><a href="/portfolio.html"><img src="/icons/portfolioicon.jpg" width="50" height="50" border="0"></a></div>
</td>
<td height="51" width="9%">
<div align="center"><a href="/story.html"><img src="/icons/storyicon.jpg" width="50" height="50" border="0"></a></div>
</td>
<td height="51" width="9%">
<div align="center"><a href="/art.html"><img src="/icons/articon.jpg" width="50" height="50" border="0"></a></div>
</td>
<td height="51" width="16%">
<div align="center"><a href="mailto:chapman@imagechapman.com"><img src="/icons/emailicon.jpg" width="50" height="56" border="0"></a></div>
</td>
</tr>
</table>
<table width="100%" border="0" cellspacing="1" cellpadding="1" height="361">
<tr>
<td>
<div align="center"><img src="/jpeg/index.jpg" width="800" height="447"></div>
</td>
</tr>
</table>
</body>
</html>
 
by broken do u mean the spaces between the images? thats because of the cellspacing and cellpadding of the table, set them to 0...

Known is handfull, Unknown is worldfull
 
thanks vbkris, reset cellpadding and spacing also deleted /
dreamweaver inserted before location of image source. this did not work. I am novice with this and trying to set up simple online design portfolio. what I meant by broken was that i checked links and they are not broken but appear in the browser preview broken. anything else you can suggest i appreciate. thanks cccat
 
what do u mean by broken? can i have a link???

Known is handfull, Unknown is worldfull
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top