Fix navigation in CMPS

iRiot

New Member
I have images as my navigation buttons and I have this problem
2nriixv.png


Even though the file itself looks like
home2.png


Its like it bolds the dimensions. I have tried all I can do.

Anyone know how to fix this?
 
If you mean you want the borders removed add this to your additional css section in style manager:

Code:
img
{
          border:0;
}

This will remove all borders from all images.
 
Back
Top