DukeofNukes
03-20-2002, 05:20 PM
AUAUAUGGGGHHH! As I said in another thread on this topic, I'm teaching myself HTML, and I'm having difficulty troubleshooting some image links. Code that works right and code that just doesn't appears identical to me.
<a href= "http://www.penny-arcade.com/"><img src=
"images/button_pa.gif" alt= "Penny Arcade!" border= "1"/></a>
That works. Twenty lines later,
<img src= "images/cflinkto.gif" border="1" alt="CoderForums"/> (http://www.coderforums.net/)
doesn't. I checked path- and filenames, all good to go. What the Hell am I doing wrong? The code in question is found on www4.ncsu.edu/~jralford/links.html
Thanks for the help.
<a href= "http://www.penny-arcade.com/"><img src=
"images/button_pa.gif" alt= "Penny Arcade!" border= "1"/></a>
That works. Twenty lines later,
<img src= "images/cflinkto.gif" border="1" alt="CoderForums"/> (http://www.coderforums.net/)
doesn't. I checked path- and filenames, all good to go. What the Hell am I doing wrong? The code in question is found on www4.ncsu.edu/~jralford/links.html
Thanks for the help.