English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

2006-12-26 16:13:17 · 1 answers · asked by Dick 1 in Computers & Internet Programming & Design

I want to add a new hyperlink within the HTML.

2006-12-26 17:05:44 · update #1

Got it. Thank you very much. I think that's what I was looking for. Sorry for not being a "code" guy. I just do text, with the exception of a small amount of hyperlinkage.

2006-12-26 18:43:51 · update #2

1 answers

You already have a hyperlink in that HTML. Although, you have a huge waste of CSS there - all of the style information you have on the anchor tag is pointless, and also invalid - cssFloat: has no value after it. You should remove the entire style tag from the A element and put all your styling on the image itself.

I also see a cssFloat attribute in the image style that has no value. That needs to be removed.

Edit:

OK, then either put it before or after the existing anchor tag... some text or image

2006-12-26 16:57:56 · answer #1 · answered by Rex M 6 · 1 0

fedest.com, questions and answers