PDA

View Full Version : can I have clickable descriptions?


zachlee
07-26-2005, 06:47 PM
In the descrption field, I have linked images.

(example)http://www.football-forums.com/forums/forumdisplay.php?f=47

I want to be able to click on a teams logo, not just their name.

I have tried other mods however the formatting of my pages are then thrown off. What I need (want) is for the description (image in this case) to be clickable to take the user into that specific forum.

Any hints or ideas how I can accomplish this?

Thanks!
-Zach

sketch42
07-26-2005, 07:00 PM
In the descrption field, I have linked images.

(example)http://www.football-forums.com/forums/forumdisplay.php?f=47

I want to be able to click on a teams logo, not just their name.

I have tried other mods however the formatting of my pages are then thrown off. What I need (want) is for the description (image in this case) to be clickable to take the user into that specific forum.

Any hints or ideas how I can accomplish this?

Thanks!
-Zach

why not just use html in for the description pic
example
<a href="http://www.football-forums.com/forums/forumdisplay.php?f=5"><img src="http://www.football-forums.com/forums/teamlogos/ravens.gif">

***EDIT*** i dunno what hack you are using to have your forum displayed like that or how you have the team logo there but im assuming that this should work

zachlee
07-26-2005, 07:48 PM
That will work without a doubt, I was wondering if there was a easier way, something not so 'long hand'

sketch42
07-26-2005, 07:59 PM
<a href="/forumdisplay.php?f=5"><img src="/teamlogos/ravens.gif"></a>

this should also work

zachlee
07-27-2005, 01:43 AM
a better way of asking my question may be this....

when forumdisplay.php builds the page, the 'Title' is given the <a href=..> attribute.

Is there a way to add that same attribute (<a href=...> to the 'Description' as well as 'Title'

does that make any sense to anyone else, or should I just stop talking :) It sounds like something simple in the mouse maze inbetween my ears.