Click to See Complete Forum and Search --> : CSS links


Herrjosua
04-26-2005, 12:53 PM
I have this code written out in html, but I am trying to figure out how to convert it to css. I want the text "Highend 3D" to be the link, but whenever I try to change it it converts the whole line into a link. How would I go about fixing this, or would it just be better to keep the code like I have?
Thanks

- <a href="http://www.highend3d.com" <u> Highend 3d </u></a> is where you can find shaders, textures and tutorials on most of todays 3d programs.

Fang
04-26-2005, 02:28 PM
You were missing a closing bracket:
<a href="http://www.highend3d.com">Highend 3d</a> is where you can find shaders, textures and tutorials on most of todays 3d programs.