Page 1 of 2
Why wont my html image hyperlinks show up in internet explor
Posted: Thu Jan 29, 2009 3:31 pm
by Levio91
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.
Re: Why wont my html image hyperlinks show up in internet explor
Posted: Thu Jan 29, 2009 3:42 pm
by LeonBlade
IE sucks that's why...
Re: Why wont my html image hyperlinks show up in internet explor
Posted: Thu Jan 29, 2009 4:51 pm
by Ginto8
LeonBlade wrote:IE sucks that's why...
I agree. Try Google Chrome.
Re: Why wont my html image hyperlinks show up in internet explor
Posted: Thu Jan 29, 2009 5:01 pm
by LeonBlade
Firefox FTW
Re: Why wont my html image hyperlinks show up in internet explor
Posted: Thu Jan 29, 2009 5:51 pm
by MarauderIIC
Because you typoed it.
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>
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>
Re: Why wont my html image hyperlinks show up in internet explor
Posted: Thu Jan 29, 2009 8:01 pm
by LeonBlade
LOL missing an ending angle bracket... not good
Re: Why wont my html image hyperlinks show up in internet explor
Posted: Thu Jan 29, 2009 9:14 pm
by Aeolus
LeonBlade wrote:LOL missing an ending angle bracket... not good
You spam a lot lol. And its called a Bracket, not angle bracket haha.
Re: Why wont my html image hyperlinks show up in internet explor
Posted: Thu Jan 29, 2009 10:13 pm
by eatcomics
LeonBlade wrote:LOL missing an ending angle bracket... not good
He posts random stuff all the time cause he wants a blue egg
I think we should reset his posts!
Re: Why wont my html image hyperlinks show up in internet explor
Posted: Thu Jan 29, 2009 10:32 pm
by LeonBlade
"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...
Re: Why wont my html image hyperlinks show up in internet explor
Posted: Thu Jan 29, 2009 11:54 pm
by eatcomics
LeonBlade 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...
I saw that episode, that part made me crack uplololol
Re: Why wont my html image hyperlinks show up in internet explor
Posted: Fri Jan 30, 2009 12:21 am
by LeonBlade
You just want teh purple egg!
Re: Why wont my html image hyperlinks show up in internet explor
Posted: Fri Jan 30, 2009 1:44 am
by LuciDreamTheater
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.
Re: Why wont my html image hyperlinks show up in internet explor
Posted: Fri Jan 30, 2009 2:00 am
by LeonBlade
They are angles technically...
I've never heard those other terms tbh...
Re: Why wont my html image hyperlinks show up in internet explor
Posted: Fri Jan 30, 2009 2:18 am
by LuciDreamTheater
LeonBlade wrote:They are angles technically...
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.
Re: Why wont my html image hyperlinks show up in internet explor
Posted: Fri Jan 30, 2009 9:36 am
by aamesxdavid
Guys.. they're just greater-than and less-than symbols.. geeze.