center align image map in widget
-
Hello,
I am trying to center align an image map in a widget area on the home page of my website. I’ve tried:
1) <div align=”center”>
2) <center>
3) <p align=”center”>
4) align=”center” in the image tag
5) aligncenter in the image tag
None of these has worked. The site is located at: https://www.sedulousmarketing.com. The current code in the widget is:<p align=right><img src=”https://sedulousmarketing.com/wp-content/themes/dynamik/css/images/front-page-buttons.png” alt=”Sedulous Marketing Resources” usemap=”#map” />
<map name=”map”>
<area shape=”rect” coords=”1367, 2, 1999, 284″ href=”https://sedulousmarketing.com/2-common-marketing-mistakes/” alt=” 2 Common Marketing Mistakes” />
<area shape=”rect” coords=”688, 4, 1361, 287″ href=”https://sedulousmarketing.com/free-marketing-resources/” alt=”Free Marketing Resources” />
<area shape=”rect” coords=”8, -1, 683, 284″ href=”https://sedulousmarketing.com/the-power-marketing-program/” alt=”The Power Marketing Program” />
</map></p>Your help is greatly appreciated!
- The topic ‘center align image map in widget’ is closed to new replies.