GetSimple Support Forum

Full Version: Image presentation problems
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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.
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;
Thank you so much for your help Smile