Why wont my html image hyperlinks show up in internet explor
Moderator: Coders of Rage
Why wont my html image hyperlinks show up in internet explor
Why wont my html image hyperlinks show up in internet explorer? It sucks because I dont know what im doing wrong the hyperlinks show up in firefox just not in internet explorer.
look at the code. http://mars.umhb.edu/~mth/
make sure you look at the site in firefox and internet explorer.
look at the code. http://mars.umhb.edu/~mth/
make sure you look at the site in firefox and internet explorer.
"Criticism is something you can avoid easily by saying nothing, doing nothing, and being nothing. " - Aristotle
http://www.facebook.com/profile.php?id= ... ef=profile
http://www.facebook.com/profile.php?id= ... ef=profile
- LeonBlade
- Chaos Rift Demigod
- Posts: 1314
- Joined: Thu Jan 22, 2009 12:22 am
- Current Project: Trying to make my first engine in C++ using OGL
- Favorite Gaming Platforms: PS3
- Programming Language of Choice: C++
- Location: Blossvale, NY
Re: Why wont my html image hyperlinks show up in internet explor
IE sucks that's why...
There's no place like ~/
- Ginto8
- ES Beta Backer
- Posts: 1064
- Joined: Tue Jan 06, 2009 4:12 pm
- Programming Language of Choice: C/C++, Java
Re: Why wont my html image hyperlinks show up in internet explor
I agree. Try Google Chrome.LeonBlade wrote:IE sucks that's why...
Quit procrastinating and make something awesome.
Ducky wrote:Give a man some wood, he'll be warm for the night. Put him on fire and he'll be warm for the rest of his life.
- LeonBlade
- Chaos Rift Demigod
- Posts: 1314
- Joined: Thu Jan 22, 2009 12:22 am
- Current Project: Trying to make my first engine in C++ using OGL
- Favorite Gaming Platforms: PS3
- Programming Language of Choice: C++
- Location: Blossvale, NY
Re: Why wont my html image hyperlinks show up in internet explor
Firefox FTW
There's no place like ~/
- MarauderIIC
- Respected Programmer
- Posts: 3406
- Joined: Sat Jul 10, 2004 3:05 pm
- Location: Maryland, USA
Re: Why wont my html image hyperlinks show up in internet explor
Because you typoed it.
should be
Code: Select all
<a href="http://mars.umhb.edu/~mth/aboutme.html"<img src="http://mars.umhb.edu/~mth/pics/aboutme.jpg" border="0"></a>
Code: Select all
<a href="http://mars.umhb.edu/~mth/aboutme.html"><img src="http://mars.umhb.edu/~mth/pics/aboutme.jpg" border="0"></a>
I realized the moment I fell into the fissure that the book would not be destroyed as I had planned.
- LeonBlade
- Chaos Rift Demigod
- Posts: 1314
- Joined: Thu Jan 22, 2009 12:22 am
- Current Project: Trying to make my first engine in C++ using OGL
- Favorite Gaming Platforms: PS3
- Programming Language of Choice: C++
- Location: Blossvale, NY
Re: Why wont my html image hyperlinks show up in internet explor
LOL missing an ending angle bracket... not good
There's no place like ~/
Re: Why wont my html image hyperlinks show up in internet explor
You spam a lot lol. And its called a Bracket, not angle bracket haha.LeonBlade wrote:LOL missing an ending angle bracket... not good
Hyde from That 70's Show wrote:Woman are like muffins... Once you have a muffin you will do anything to have another muffin... And they know that.
Re: Why wont my html image hyperlinks show up in internet explor
He posts random stuff all the time cause he wants a blue eggLeonBlade wrote:LOL missing an ending angle bracket... not good
I think we should reset his posts!
- LeonBlade
- Chaos Rift Demigod
- Posts: 1314
- Joined: Thu Jan 22, 2009 12:22 am
- Current Project: Trying to make my first engine in C++ using OGL
- Favorite Gaming Platforms: PS3
- Programming Language of Choice: C++
- Location: Blossvale, NY
Re: Why wont my html image hyperlinks show up in internet explor
"Dethklok has summoned a troll"
"That's impossible, there's no such thing as trolls"
"Then how do you explain all the dead unicons?"
That is spam... lol
Also... if it's not angle bracket... then what is [
P.S. I have no desire for such eggs...
"That's impossible, there's no such thing as trolls"
"Then how do you explain all the dead unicons?"
That is spam... lol
Also... if it's not angle bracket... then what is [
P.S. I have no desire for such eggs...
There's no place like ~/
Re: Why wont my html image hyperlinks show up in internet explor
I saw that episode, that part made me crack uplolololLeonBlade wrote:"Dethklok has summoned a troll"
"That's impossible, there's no such thing as trolls"
"Then how do you explain all the dead unicons?"
That is spam... lol
Also... if it's not angle bracket... then what is [
P.S. I have no desire for such eggs...
- LeonBlade
- Chaos Rift Demigod
- Posts: 1314
- Joined: Thu Jan 22, 2009 12:22 am
- Current Project: Trying to make my first engine in C++ using OGL
- Favorite Gaming Platforms: PS3
- Programming Language of Choice: C++
- Location: Blossvale, NY
Re: Why wont my html image hyperlinks show up in internet explor
You just want teh purple egg!
There's no place like ~/
- LuciDreamTheater
- Chaos Rift Newbie
- Posts: 39
- Joined: Tue Jan 20, 2009 2:18 am
- Location: Southern CA
- Contact:
Re: Why wont my html image hyperlinks show up in internet explor
The term I use for the <> symbols is "chevrons," although guillemets is probably more standard.
For others:
() - Parenthesis
[] - Brackets
{} - Braces
As a matter of fact, "angle bracket" is nearly accurate, when referring to a chevron. According to wikipeida, "[Guillemets are] also called angle quotes..." Obviously, context plays a role as well. In mathematics and related disciplines, those symbols denote vectors and inequalities.
For others:
() - Parenthesis
[] - Brackets
{} - Braces
As a matter of fact, "angle bracket" is nearly accurate, when referring to a chevron. According to wikipeida, "[Guillemets are] also called angle quotes..." Obviously, context plays a role as well. In mathematics and related disciplines, those symbols denote vectors and inequalities.
- LeonBlade
- Chaos Rift Demigod
- Posts: 1314
- Joined: Thu Jan 22, 2009 12:22 am
- Current Project: Trying to make my first engine in C++ using OGL
- Favorite Gaming Platforms: PS3
- Programming Language of Choice: C++
- Location: Blossvale, NY
Re: Why wont my html image hyperlinks show up in internet explor
They are angles technically...
I've never heard those other terms tbh...
I've never heard those other terms tbh...
There's no place like ~/
- LuciDreamTheater
- Chaos Rift Newbie
- Posts: 39
- Joined: Tue Jan 20, 2009 2:18 am
- Location: Southern CA
- Contact:
Re: Why wont my html image hyperlinks show up in internet explor
Indeed. I've heard others' refer to them as angle brackets as well. In my mind, it's a perfectly valid phrase because it gets the idea across. I suppose that a linguist might argue against it, but languages are too fluid to stick to dictionary definitions one-hundred percent of the time. I don't often sit around and think, but I was actually pondering this topic earlier today. Most people learn language by reading a book or listening to someone speak. If they were to pick up a word from their professor, which was used incorrectly, then I can't fault them for their mistake. In fact, they aren't necessarily wrong, but I tend to point out the standard usage as tactfully as possible.LeonBlade wrote:They are angles technically...
- aamesxdavid
- ES Beta Backer
- Posts: 347
- Joined: Wed Jan 07, 2009 8:49 pm
- Location: Bellevue, WA
- Contact:
Re: Why wont my html image hyperlinks show up in internet explor
Guys.. they're just greater-than and less-than symbols.. geeze.