image slices - Joomla! Forum - community, help and support
hi all,
i have large image need create hotspot links in various positions upon it. have created sliced version of image in photoshop , saved html file. far works if open html file in browser.
when paste html code joomla article white space left, right & top , bottom of each slice! i've tried inserting code using different , no editors no difference in appearance. have added css code:
#table_01 tbody tr td img, #table_01 tbody tr td
{
border-width:0px!important;
padding:0px!important;
margin:0px!important;
border-collapse:separate;
}
this make slices line left right still have vertical space. have tried vspace="0" , hspace="0" still same.
any appreciated or if knows better way hotspot image (other image map) please let me know, thanks.
i have large image need create hotspot links in various positions upon it. have created sliced version of image in photoshop , saved html file. far works if open html file in browser.
when paste html code joomla article white space left, right & top , bottom of each slice! i've tried inserting code using different , no editors no difference in appearance. have added css code:
#table_01 tbody tr td img, #table_01 tbody tr td
{
border-width:0px!important;
padding:0px!important;
margin:0px!important;
border-collapse:separate;
}
this make slices line left right still have vertical space. have tried vspace="0" , hspace="0" still same.
any appreciated or if knows better way hotspot image (other image map) please let me know, thanks.
Comments
Post a Comment