Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > HTML > Not compatable with anything!!!

Reply
Thread Tools

Not compatable with anything!!!

 
 
RCriddle
Guest
Posts: n/a
 
      11-25-2003
The first example below doesn't work
In I.E.: The image appears but the text and image are unclickable
In Opera: Everything works as it should
In Mozilla: Everything looks as it should but isn't clickable
In the Second example it works but nothing has changed except that the
ad is different. Can anyone spot the problem.


Example One - Doesn't work:
(here is a link to the offending page)
http://www.hissandpop.com/celebritie...e/indexb.shtml

<center><A
HREF="http://www.amazon.com/exec/obidos/ASIN/0743470230/hissandpop-20"><IMG
SRC="ads/book.jpg" border="0" width="90" height="140" alt="Angelina
Jolie's Journals" hspace="3" vspace="3"></A><br>
<img src="../../../graphics/line.jpg" width="100%" height="1"><br>
<A
HREF="http://www.amazon.com/exec/obidos/ASIN/0743470230/hissandpop-20">Angelina

Jolie's Journals</A></center>

Example Two - Does Works:
(here is a link to this page)
http://www.hissandpop.com/celebritie...e/indexc.shtml

<center><A
HREF="http://www.amazon.com/exec/obidos/ASIN/B00007EPJ6/hissandpop-20">
<IMG SRC="http://www.hissandpop.com/ads/B00007EPJ6.01.TZZZZZZZ.jpg"
width="61" height="90" border="0" alt="Segway" hspace="3"
vspace="3"></A><br>
<img src="http://www.hissandpop.com/graphics/line.jpg" width="100%"
height="1"><br>
<A
HREF="http://www.amazon.com/exec/obidos/ASIN/B00007EPJ6/hissandpop-20">Segway

Human Transporter</A></center>

So what's the difference. My problem here is that I don't want an ad for
Segway. I want to change it.
 
Reply With Quote
 
 
 
 
RCriddle
Guest
Posts: n/a
 
      11-25-2003
RCriddle wrote:

> The first example below doesn't work
> In I.E.: The image appears but the text and image are unclickable
> In Opera: Everything works as it should
> In Mozilla: Everything looks as it should but isn't clickable
> In the Second example it works but nothing has changed except that the
> ad is different. Can anyone spot the problem.
>
>
> Example One - Doesn't work:
> (here is a link to the offending page)
> http://www.hissandpop.com/celebritie...e/indexb.shtml
>
> <center><A
> HREF="http://www.amazon.com/exec/obidos/ASIN/0743470230/hissandpop-20"><IMG
> SRC="ads/book.jpg" border="0" width="90" height="140" alt="Angelina
> Jolie's Journals" hspace="3" vspace="3"></A><br>
> <img src="../../../graphics/line.jpg" width="100%" height="1"><br>
> <A
> HREF="http://www.amazon.com/exec/obidos/ASIN/0743470230/hissandpop-20">Angelina
>
> Jolie's Journals</A></center>
>
> Example Two - Does Works:
> (here is a link to this page)
> http://www.hissandpop.com/celebritie...e/indexc.shtml
>
> <center><A
> HREF="http://www.amazon.com/exec/obidos/ASIN/B00007EPJ6/hissandpop-20">
> <IMG SRC="http://www.hissandpop.com/ads/B00007EPJ6.01.TZZZZZZZ.jpg"
> width="61" height="90" border="0" alt="Segway" hspace="3"
> vspace="3"></A><br>
> <img src="http://www.hissandpop.com/graphics/line.jpg" width="100%"
> height="1"><br>
> <A
> HREF="http://www.amazon.com/exec/obidos/ASIN/B00007EPJ6/hissandpop-20">Segway
>
> Human Transporter</A></center>
>
> So what's the difference. My problem here is that I don't want an ad for
> Segway. I want to change it.

 
Reply With Quote
 
 
 
 
rf
Guest
Posts: n/a
 
      11-25-2003

"RCriddle" <> wrote in message
news:8rPwb.497698$9l5.459930@pd7tw2no...
> The first example below doesn't work
> In I.E.: The image appears but the text and image are unclickable
> In Opera: Everything works as it should
> In Mozilla: Everything looks as it should but isn't clickable
> In the Second example it works but nothing has changed except that the
> ad is different. Can anyone spot the problem.
>
>
> Example One - Doesn't work:
> (here is a link to the offending page)
> http://www.hissandpop.com/celebritie...e/indexb.shtml


You are correct, it *is* offending

(this is, after all, alt.html.critique)

With that legacy code in there I would not even hazard to guess. It could be
anything. You have a few of entity problems in there, maybe one of them is
confusing the browsers error recovery. Hint, if the browser cannot find then
end of a href attribute then the element may not be a link.

Take it over to the validator at http://validator.w3.org and fix the errors
first.

Cheers
Richard.


 
Reply With Quote
 
Bonnie Granat
Guest
Posts: n/a
 
      11-25-2003
I copied the good link into the page in question.
I copied the string of numbers in the journals link and pasted it into the
appropriate place.
It works.

There appears to be no reason for the problem. Sometimes bad stuff gets in
the background where we can't see it and we have to get creative.

I've posted the page at http://www.granatedit.com/jolie.html, but I've
inadvertently changed the order of the items, which I'm sure you can easily
fix.




--

Bonnie Granat
http://www.granatedit.com

 
Reply With Quote
 
RCriddle
Guest
Posts: n/a
 
      11-25-2003
Bonnie I copied your code and now it seems to work. Don't know what went
wrong but it took me over 24 hrs to get here. Thanks again.

Bonnie Granat wrote:
> I copied the good link into the page in question.
> I copied the string of numbers in the journals link and pasted it into the
> appropriate place.
> It works.
>
> There appears to be no reason for the problem. Sometimes bad stuff gets in
> the background where we can't see it and we have to get creative.
>
> I've posted the page at http://www.granatedit.com/jolie.html, but I've
> inadvertently changed the order of the items, which I'm sure you can easily
> fix.
>
>
>
>

 
Reply With Quote
 
 
 
Reply

Thread Tools

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
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
uTorrent not compatable with NVIDIA ? Martin ©¿©¬ somewhere@in-time.invalid Computer Support 6 11-24-2006 04:17 PM
New Sandisk CF not compatable with older Sandisk USB readers (SDDR-75) Colin Digital Photography 8 12-25-2004 07:11 PM
Yahoo SiteBuilder or Site Builder -- Not compatable with other service providers? Carol Dearborn HTML 2 11-29-2004 01:25 AM
List of compatable Telnet Apps Howard Huntley Cisco 3 05-30-2004 09:46 PM
Not compatable with anything!!! RCriddle HTML 0 11-25-2003 08:58 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57