Αναζήτηση στην υποστήριξη

Προσοχή στις απάτες! Δεν θα σας ζητήσουμε ποτέ να καλέσετε ή να στείλετε μήνυμα σε κάποιον αριθμό τηλεφώνου ή να μοιραστείτε προσωπικά δεδομένα. Αναφέρετε τυχόν ύποπτη δραστηριότητα μέσω της επιλογής «Αναφορά κατάχρησης».

Learn More

some of my website images with embeded links only show the link with firefox, with IE8 the image appears correctly, why does this happen

  • 2 απαντήσεις
  • 1 έχει αυτό το πρόβλημα
  • 13 προβολές
  • Τελευταία απάντηση από cor-el

more options

my website http://www.functionkey.net. If you view my homepage you will see that 3 of my images with embedded links only show up with the links. I am not using "_blank" in my code. The website was created using Microsoft Frontpage 2003.

my website http://www.functionkey.net. If you view my homepage you will see that 3 of my images with embedded links only show up with the links. I am not using "_blank" in my code. The website was created using Microsoft Frontpage 2003.

Επιλεγμένη λύση

If you look at the page source then you will notice that there are some errors with (missing) closing tags.
Such errors shows as RED text.
You need to correct at least all codes marked as red text.

The first <a> tag isn't closed here and you open a second <a>

<a target="_blank" border="0" href="http://www.win-rar.com">
<div align="left">
	 </div>
<div align="left">
	<a href="http://www.smartdraw.com">
    <img src="images/sd_logo.gif"  width="256" height="111" border="1" alt="SmartDraw - The world's first Visual Processor (TM)" hspace="0"></a>
Ανάγνωση απάντησης σε πλαίσιο 👍 1

Όλες οι απαντήσεις (2)

more options
more options

Επιλεγμένη λύση

If you look at the page source then you will notice that there are some errors with (missing) closing tags.
Such errors shows as RED text.
You need to correct at least all codes marked as red text.

The first <a> tag isn't closed here and you open a second <a>

<a target="_blank" border="0" href="http://www.win-rar.com">
<div align="left">
	 </div>
<div align="left">
	<a href="http://www.smartdraw.com">
    <img src="images/sd_logo.gif"  width="256" height="111" border="1" alt="SmartDraw - The world's first Visual Processor (TM)" hspace="0"></a>