Click to See Complete Forum and Search --> : Dreamweaver Image Problem


webdev07
10-26-2007, 05:15 AM
Hi

i was wondering if anybody could help me, Im having a problem with inserting an image into a webpage. i have one logo inserted into a table with two columns and a nested table with roll over images. They are all working correctly and images show up and hyperlinks work. The problem is when i insert another image which i need to be a hyperlink into a column it just comes up with a hyperlink instead of the picture. If i manually type in the image source i get the broken image picture?

Cany anybody help me please its probably something simple but any help would be much appreciated

Many Thanks
Webdev07

Centauri
10-26-2007, 06:27 AM
If you are putting rollover images into tables and nesting tables, it sounds like you may be using the tables incorrectly. Tables are used for displaying tabular data (like a spreadsheet). It also sounds like you may be using Dreamweaver's design view - not a good idea. Best to use Dreamweaver as a tool to assist writing code in the code view.

Without seeing the site, to address your particular issue, the "broken image" picture occurs when the file cannot be found (misspelt, or upper/lower case mixup, etc) or the file is corrupt. When you insert an image, are you using the browse for file feature to select the picture? - if so, the image may be corrupted.