Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

Voppeorugh

macrumors newbie
Original poster
Oct 9, 2011
2
0
so im quite new to dreamweaver and i started setting up my own site, everything is working perfectly except that the banner image doesnt appear...

it worked before, but now when i updated and made a few changes it doesnt work :/

site is: http://ac47627.thg.se/

img code: <img src="Pics/Namn+klassTop_withbuttons.png" alt="Vincent Landberg-Wallin TE11E" width="808" height="158" border="0" usemap="#Map">

thx
 
missing closing tag

u have :

<img src="Pics/Namn+klassTop_withbuttons.png" alt="Vincent Landberg-Wallin TE11E" width="808" height="158" border="0" usemap="#Map">

try:

<img src="Pics/Namn+klassTop_withbuttons.png" alt="Vincent Landberg-Wallin TE11E" width="808" height="158" border="0" usemap="#Map"/>

or:

<img src="Pics/Namn+klassTop_withbuttons.png" alt="Vincent Landberg-Wallin TE11E" width="808" height="158" border="0" usemap="#Map"/img>
 
Looks likes somethings wrong with your image file itself. For one thing it says it's 1.5Mb which is HUGE for a web image, for another if I try and load just the image Safari on my iPad I just get a blank White screen.
 
u have :

<img src="Pics/Namn+klassTop_withbuttons.png" alt="Vincent Landberg-Wallin TE11E" width="808" height="158" border="0" usemap="#Map">

try:

<img src="Pics/Namn+klassTop_withbuttons.png" alt="Vincent Landberg-Wallin TE11E" width="808" height="158" border="0" usemap="#Map"/>

or:

<img src="Pics/Namn+klassTop_withbuttons.png" alt="Vincent Landberg-Wallin TE11E" width="808" height="158" border="0" usemap="#Map"/img>


img doesn't need a closing tag in HTML. In XHTML the second example is correct (and required). In no language is the third example correct.
 
thanks alot or the help :)
apparently the image was bugged or something, but i jsut resaved it and it worked fine :)

thx again :)
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.