GetSimple Support Forum
Image presentation problems - Printable Version

+- GetSimple Support Forum (http://get-simple.info/forums)
+-- Forum: GetSimple (http://get-simple.info/forums/forumdisplay.php?fid=3)
+--- Forum: General Questions and Problems (http://get-simple.info/forums/forumdisplay.php?fid=16)
+--- Thread: Image presentation problems (/showthread.php?tid=3490)



Image presentation problems - saint - 2012-08-30

I have included a image on the front page, but i cant get rid of the image borders.

i use the Dynpages plugin for implimenting the plugin and text.

I also use properly formated HTML for source image implemenation.
<img src="/media/mic.png" alt="Scenic Radio" border="0">

Any ideas what i am doing wrong ?

www.scenicradio.com is the website.


Image presentation problems - yojoe - 2012-08-30

With your html tag everything is ok.
The snag lies in theme's css. Edit style.css file, find line ~63 and delete
Code:
border: 1px solid #1A1A1A;



Image presentation problems - saint - 2012-08-31

Thank you so much for your help Smile