Html programers

New Member
Joined
Apr 5, 2003
Messages
168
Best answers
0
Hi all html programmers, i need a little help, how do u put pictures in the page with a page not online, im making one i just want to put a picture on whilst ofline before i host oniline (i mean from my hard drive), thanks in advance
 
Lost in space
Banned
Joined
Oct 21, 2003
Messages
814
Best answers
0
You can just do:

<.img src="filename.xxx">

if the picture is in the same folder as your HTML file, or

<.img src="images/filename.xxx">

if it's in a subfolder called images, etc.

You don't have to use an absolute link for images when you upload them either, like:

http://myhost.com/images/filename.xxx

You can just use something shorter like the first two I showed above.
 
New Member
Joined
Apr 16, 2003
Messages
507
Best answers
0
don't forget to remove the dots [ . ] kurt inserted after the <'s he only did that becasue the forum would smack the code otherwise.

just pointing it out :)
 
New Member
💻 Oldtimer
Joined
Nov 30, 2001
Messages
1,299
Best answers
0
That's just a colored table row without border :)
 
New Member
Joined
Apr 5, 2003
Messages
168
Best answers
0
Navanax said:
That's just a colored table row without border :)
Yea but iv tryed that, doesn't look as good :( owell it will do for my first web proper web page :D
 

Users who are viewing this thread

Top Bottom