Jump to content

Black friday PDF files ekkada ?


juju

Recommended Posts

  • Replies 30
  • Created
  • Last Reply

Top Posters In This Topic

  • juju

    9

  • mekapichal_mnthmkora

    4

  • Games

    4

  • Hyper

    3

Top Posters In This Topic

2 hours ago, juju said:

Anni sites, black friday ad scan ani peduthunnaru.... ela chesthao idea undha ?

 

emanna plugin or code to get that ?

 

@BUDDY

i have no idea , my best is the're created by a community of people , a group of people gather all the good deals they find in to an excel shared on googledrive and they share the final excel with others a week before BF

Link to comment
Share on other sites

LTT .. solution dorikindhaa  @juju ???

 

if I understand your question correctly  , those are called image maps , you can create many clickable areas on images , there are many online tools also available or simple code like this 

 

 <img src="your_image.jpg" usemap="#julu_map" alt="" />
<map name="julu_map" id="julu_map">
   <area alt="" href="#" coords="x1,y1,x2,y2" shape="rect" /> - First clickable ares  
   <area alt="" href="#" coords="x1,y1,radius" shape="circle" /> - other clickable ares as circle ......
</map>

or use like this (search for better one , there are many http://www.image-maps.com/ 

 

 

 

 

Link to comment
Share on other sites

2 hours ago, sri_india said:

LTT .. solution dorikindhaa  @juju ???

 

if I understand your question correctly  , those are called image maps , you can create many clickable areas on images , there are many online tools also available or simple code like this 

 


 <img src="your_image.jpg" usemap="#julu_map" alt="" />
<map name="julu_map" id="julu_map">
   <area alt="" href="#" coords="x1,y1,x2,y2" shape="rect" /> - First clickable ares  
   <area alt="" href="#" coords="x1,y1,radius" shape="circle" /> - other clickable ares as circle ......
</map>

or use like this (search for better one , there are many http://www.image-maps.com/ 

 

 

 

 

Thank you bhayya, nice info will work on it

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...