Basic HTML

by Richter

Back to The Real World.

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?
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" >
Daganev2006-04-25 23:26:27



means Carrage Return, I'm sure there are other ways of making those char also, you just have to pick which method you like best.
Richter2006-04-25 23:33:07
So, as an example, this should work?

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 biggrin.gif
Daganev2006-04-25 23:51:40
It would, but you left out the quote after the .gif

should be.. Check out Lusternia!

It would, but you left out the quote after the .gif

should be.. Check out Lusternia!
Richter2006-04-26 16:58:50
Alright, thanks Dag.