we need to create web pages using HTML in unix and we need to paste images also in the created web page.We should store images in a file in unix.Where and how can be the images stored in unix?.How the path, where the image is stored can be specified in the HTML code to access the image easily?
How to store images in unix to use for webpages?
what are you using to create these images? Are you on a windows machine developing the pages, then publishing them to a unix server? Web servers whether on a windows server or unix server will not be much different, the biggest difference to a novice user will be that unix is case-sensitive.
put the images (jpg, gif, whatever) into an images folder on the unix server, and you can just reference the images as src="images/imagename.jpg" .
Please give more details if this does not answer your question.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment