L Admin
Posts: 11 Join date: 2008-11-13
 | Subject: HTML: Links and Images Fri Nov 14, 2008 11:59 pm | |
| Okay, first to create a link use: <A HREF="LINK HERE"> Whatever you want it called here. </A>
To create an image then use: <IMG SRC="IMAGE URL HERE">
To create a link and an image within each other use this: <A HREF="LINK HERE"> <IMG SRC="IMAGE URL HERE"> </A>
Hope this helps you. |
|