Click to See Complete Forum and Search --> : draw an arrow in HTML


thisObject
07-29-2005, 02:48 PM
Does anybody know how to draw an arrow in HTML? Thanks! :)

drhowarddrfine
07-29-2005, 02:52 PM
HTML does not "draw" anything.

thisObject
07-29-2005, 04:22 PM
Duh, you know what I mean. I know there is not tag for an arrow, but how do i get it?

silverbullet24
07-29-2005, 04:24 PM
you'll have to find or make an image of an arrow

or use ->

pcbrown
07-29-2005, 04:42 PM
→
←

Seems to work in most browsers (though not in the preview here). Is that what you mean?

CyCo
07-29-2005, 04:43 PM
leftwards arrow - ←
rightwards arrow - →

Stephen Philbin
07-29-2005, 05:50 PM
›

›

«

»

it200219
07-30-2010, 03:16 PM
Try

→

←

Shclapkid
07-31-2010, 03:16 PM
You could just use the ALT codes

Hold ALT and press a number on the right number pad:

ALT+1=☺
ALT+2=☻
ALT+3=♥

Keep going until you find an arrow.

You could use ALT+16 and 17

ALT+16=►
ALT+17=◄

ALT+24=↑
ALT+25=↓
ALT+26=→
ALT+27=←

This is no HTML but I hope it helpped! :)