|
Posted by mbstevens on 08/04/06 18:54
On Fri, 04 Aug 2006 10:31:06 -0700, wesbao wrote:
> <p><a href="URL/</p>
>
> Please help, what am i doing wrong?
The skeleton should look like:
<p>
<a href= <!-- insert URL here between quotation marks -->
<img
src=<!-- insert URL of image here between quotation marks -->
height=<!-- insert height here between quotation marks -->
width=<!-- insert width here between quotation marks -->
alt="logo of the Foo corporation
-- flock of vultures attacking a
rabbit which is sitting atop a pyramid
with an eye on it" />
longdesc="...and the rabbit has tics,
and the tics are full. It is a blustery day,
but the vultures are of the particular Jamaican
variety, known as John Crows, and are little affected
(or 'impacted' as they say on the news) by this.
The Pyrimid is Mayan, not Egyptian or Aztec. We're
not altogether sure how a Mayan pyramid got onto
Jamaica. But that's neither here nor there.
Oh, and by the way, some people dislike longdescs."
</a>
</p>
Hmm.
Maybe that's too much information. :)
Let's try something a little easier to read:
<a href="*">
<img
src="*"
height="*"
width="*"
alt="*" />
</a>
________________
....where the asterisk ('*') is the stuff that _you_ fill in.
Navigation:
[Reply to this message]
|