Log in

View Full Version : HTML code



On_Her_Face
01-21-2008, 07:20 PM
i'm taking a very basic class that deals with HTML code, and i'm doing a basic web page

i have two questions (reps to whoever helps out)

how do i insert an image?

how do i add a link to another page?

BiH1320
01-21-2008, 07:22 PM
Click on insert image to add a image..and add link
lol
SoooOooOoOOoOOoOOoOO easyy.

On_Her_Face
01-21-2008, 07:24 PM
Click on insert image to add a image..and add link
lol
SoooOooOoOOoOOoOOoOO easyy.

well i know that much but do i not have to type out any html code? (for some reason in HS i thought theres some code involved? :???:

BiH1320
01-21-2008, 07:25 PM
well what are you exactly trying to do..

On_Her_Face
01-21-2008, 07:30 PM
just insert any image and link using html code on notepad

ironchef
01-21-2008, 07:31 PM
I forgot a lot of the basic html I learned but I think for images its "<img src=xxxxx></img>", and then for link its like "<a href=xxxx>". With the xxx being replaced with the image or link URL.

On_Her_Face
01-21-2008, 07:31 PM
thanks reps to both :D

.93lude
01-21-2008, 07:32 PM
for an image

<img src="insert img url here">

for a hyperlink

<a href="insert url here">text your visitor sees</a>

.93lude
01-21-2008, 07:33 PM
nooooooooooooooooo, i was :ninja: 'd

On_Her_Face
01-21-2008, 07:34 PM
nooooooooooooooooo, i was :ninja: 'd
i still rep'd ya

ironchef
01-21-2008, 07:34 PM
You can give him my rep since I don't do reps haha.