sorry for this n00b question........

Status
Not open for further replies.
N

nicole_rrabbit

Guest
:eek:nline2lo but, what is the url to where i can link my resources in a html tag? (e.g: pics i need to post on ebay, and various other files), sorry i really new at web developmemt.:blushing:

Thank you
 
Last edited by a moderator:

n4tec

Active Member
Messages
3,312
Reaction score
0
Points
36
are you meaning <a href="http://mememe.com"> blank</a> .
 
N

nicole_rrabbit

Guest
sorry, i meant when i want to, say put a picture i made on a webpage, do i just put my website url and then the file name?

e.g: http://nigix10hosting.com/my filename.jpg

is there anything im not putting in the url?:sad:
 

wwfn

New Member
Messages
70
Reaction score
0
Points
0
ok here is the code that you would need to use if your putting your picture on another website that is not your webaddress

<img src="yourwebaddress/filepathtowhereyourimageis/imagename">

if its on your server

<img src="/filepathtowhereyourimageis/imagename">
 
Status
Not open for further replies.
Top