>>  Site Map >>  Forums >>  Blocks

Forum module - topics in forum:



Blocks - Having problems with a block? Code doesn't work, get help here.



looking for a links block

I found a scrolling links block that display the link images 138px ht by 138px wdth

You can preview it here on maps and mods
http://maps-n-mods.org/modules.php?name=Your_Account&stop=1


I was wondering if this is dowloadable or is there code I could use to create a links block like this






You can define the parameters of the size of the images in a link block. This is done at the end of the link coding when it asks for height and width. Just define the parameter as what you stated above. Just as long as the image is the stated deminsions you shouldnt have any image distortion. So your height would = 138 and your width would = 138.






Is it possible that you could post a code for that type of link block? or post a url where I could dwnload one???

I'd really like to add that type of block to my website...






Its not a block per say, you have to modify the coding in your own link me block to specify the parameters of each button example this is what your standard link me would look like
Code: :
<a href="http://yoursite.com" target="_blank"><img border=0 src="http://yoursite.com/linkme.gif" alt="MySite" width=88 height=31></a><br>
What i am talking about as far as the parameters go is
Code: :
width=88 height=31
Say for example you wanted it to be 138 for the link for affiliate you would put
Code: :
<a href="http://yoursite.com" target="_blank"><img border=0 src="http://yoursite.com/linkme.gif" alt="MySite" width=138 height=138></a><br>
. But your image must by 138 by 138 if not it will distort the quality of the link image.






Sweet, thanks for the help dude!






I said screw it, and I went and made my own image scrolling block, posted it in blocks section, hope you like.




Attention! You are currently viewing sitemap page!
We strongly suggest to look at original content

Search from web

Valid HTML 4.01 Valid CSS