Forums / Setup & design / Getting rid of the text under images
Tim Dickinson
Friday 06 January 2006 12:42:15 pm
Hi all,
Hope everyone has had a good holiday ;)
I've been trying to work this out for a while, but I am trying to stop text appearing under images, and the images themselves being links. For an example of what I mean look here:http://www.adbalance.com/index.php/1/ad_networks/banners/tribal_fusion
There is an image in the review on the right (a logo for a company called Tribal Fusion), but it has some text under it (a link saying the name of the image), and the image is a link itself - both poiting to the image file (http://www.adbalance.com/index.php/1/media/images/tribal_fusion)
How can I prevent this (the text under the image and the image being a link)?
Thanks in advance,
Tim
http://www.AdBalance.com - Ad network news and reviews http://www.DevPublisher.com - Website publisher guides, tools and news http://www.AudioMelody.com - Make better music
Per-Espen Kindblad
Saturday 07 January 2006 3:25:34 am
Hi!
You have to find the template which is beeing used. If this page where this image is beeing used has an attribute where you can upload this picture, then you have to alter this template (full_class_[classid].tpl and remove the code which is displaying this object..maybe just add so the image is beeing available and not the complete object.
If this image is an embedded object which you have uploaded in the image class, then you have to edit the embed_class_[classid].tpl file and remove the code for description for the picture...or I guess it's just printing out the title of the object, so remove this in the code.
Per-Espen