Richter2006-04-25 22:14:54
As I've said in the past, I couldn't code my way out of a paper bag. Normally, Google would help, but I couldn't find it.
So, how do you create a picture on a website, that's hosted on somewhere like imageshack, that links to a website, and has alt text?
So, how do you create a picture on a website, that's hosted on somewhere like imageshack, that links to a website, and has alt text?
Tervic2006-04-25 22:36:06
I don't know about alt text, but the following should cover linking an image.. not entirely sure about it though, it's been a while since I worked on HTML.
Daganev2006-04-25 22:55:43
just add alt = "Here is my alt text, my lovely lovely alt text. Everywhere I go, people want to know, where do I get my alt text, my lovely lovely alt text" >
Richter2006-04-25 23:04:56
Daganev2006-04-25 23:26:27
Everiine2006-04-25 23:47:15
That looks fine, except put an ending one of these " after the .gif extension. Depending on how picky things are, that alone may cause the tag to not work.
EDIT: This is the website I used to learn some basic HTML stuff. If it worked for me, it can work for anyone
EDIT: This is the website I used to learn some basic HTML stuff. If it worked for me, it can work for anyone
Daganev2006-04-25 23:51:40
Richter2006-04-26 16:58:50
Alright, thanks Dag.