Forum Moderators: phranque
I have images saved on my desk top that I want to put in my website using alt tags/alternative text.
How do I get the images from my pc to my site so that I can use alt tags?
Currently with what I'm using I'm able to upload images but without alt tags. I just click on the image I want to upload from my image library and upload it. The problem is it's not 'html' per say.
I'm a layman with web design and this is a problem I need to fix.
Marc
Let's say I wanted the Webmaster World .com image on my site, I can do...
<img src="http://www.searchengineworld.com/gfx/logo.png" alt="logo">
The above would using it by means of a link within, correct?
Now let's say I saved image on my site. How could I do this without using a link?
Marc
Then I'm able to upload an image from the library on my page.
The problem with doing it this way, I'm getting missing alt tags. From what I can see the image is just an image with no description. The only way I can solve this problem is html like I posted from above.
Again, let's say I have a picture of myself saved in my pc.
How do I incorporate that image within...
<img src=" " alt="Marc Possoff">
Again the picture is saved on my desk top as an example. I have to insert something between the " ".
Marc
[ietf.org...]