Click to See Complete Forum and Search --> : need help
roberto1977
01-01-2004, 04:54 PM
Hi to everyone and happy 2004. I have few questions: first of all I would like to ask if it possible to learn html using Windows XP or if it better to use another version. Also I am unable to upload picture from another side for example:
<img src="my picture/testata.gif" height="75" widht="200" alt="testata"/>, would not work. Once I save my html text and run it the picture would not appeared, but I only get a square with an icon in it. Any suggestions.
Regards
Roberto:confused:
IncaWarrior
01-01-2004, 04:58 PM
is the my picture folder in the same directery as the webpage file?
PeOfEo
01-01-2004, 05:10 PM
You need to actually put the picture on the server that has the website on it, you cannot design a web page on your comp and then upload the html document and expect paths not to change. I reccoment keeping your html in a folder on your machine and images in another folder that is in the folder with the html in it and then specifying
./images/urpic.jpg. Now about the os, you can use html on any operating system, as long as you have an html or text editor (ie, dreamweaver, htmlkit, or notepad.)
The image tag should look like this
<img src="yourpic" alt="yourpic">
for width and height use
style="height:200px; width:200px;"
roberto1977
01-01-2004, 05:26 PM
hi everyone. My pictures have actually been saved in my desktop. is this correct?
PeOfEo
01-01-2004, 06:24 PM
no, not if the website is on another machine or server. But if the html documents are on your comp, your desktop preferably it would work.
src="img.jpg"