Phade, please check out this thread: <A HREF=http://www.animemusicvideos.org/phpBB/v ... 18#4318</A>
Unless I'm a compleat raging freaking moron and misused the proper HTML tags and can't see it, then for some reason real HTML is broken on this new message board.
<IMG SRC=> tag broken
- jbone
- Joined: Sat Jan 12, 2002 4:45 am
- Status: Single. (Lllladies.)
- Location: DC, USA
- Contact:
-
- Joined: Wed Jul 10, 2002 2:13 am
- Contact:
I have a solution even though i am not Phade
hey,
When you posted
<IMG SRC=http://www.thefinalact.net/misc/lookatthese.gif ALT=a pointless gesture">
you missed the inverted commas on 3 occasions
it should read
<IMG SRC="http://www.thefinalact.net/misc/lookatthese.gif" ALT="a pointless gesture">
but all on one line
and shouldnt the alternate have a file extension
When you posted
<IMG SRC=http://www.thefinalact.net/misc/lookatthese.gif ALT=a pointless gesture">
you missed the inverted commas on 3 occasions
it should read
<IMG SRC="http://www.thefinalact.net/misc/lookatthese.gif" ALT="a pointless gesture">
but all on one line
and shouldnt the alternate have a file extension
- jbone
- Joined: Sat Jan 12, 2002 4:45 am
- Status: Single. (Lllladies.)
- Location: DC, USA
- Contact:
Re: I have a solution even though i am not Phade
"Inverted commas?" ROFL. They're quotation marks.Walkey wrote:hey,
When you posted
<IMG SRC=http://www.thefinalact.net/misc/lookatthese.gif ALT=a pointless gesture">
you missed the inverted commas on 3 occasions
it should read
<IMG SRC="http://www.thefinalact.net/misc/lookatthese.gif" ALT="a pointless gesture">
but all on one line
and shouldnt the alternate have a file extension
And I know I missed one, there should have been one after the "ALT=" tag but before the text.
The ones surrounding the URL aren't required. If the IMG tag was going to work, it would've worked without them. In any case, my second attempt (without the ALT tag) would have worked if the IMG tag worked.