I have a site called www.halwa-recipe.info The template I use was downloaded from www.freewebsitetemplates.com I replaced the image on a the right side with a a bunch of links But the bunch of links is not working I think there is something wrong with css COULD ANY ONE HELP Me OUT ?
Here's a quick fix (further adjustments may be needed). It's about the HTML code. Find: <DIV style="position:absolute;left:540px;top:300px;width:150px;height:16px;z-index:0" align="left"> Code (markup): Change to: <DIV style="position:absolute;left:550px;top:300px;width:150px;height:16px;z-index:1" align="left"> Code (markup): This should move the links block to the right so all text is visible, and make them clickable. See if it workes out the way you are wanting.
Thanks for the answer The problem seems to be solved now! This is very silly mistake from me! Thanks Clive!