Text only
|
Text with Images
WebsiteBaker Community Forum (upd)
WebsiteBaker Support (2.8.x) => Templates, Menus & Design => Topic started by: artzu on July 01, 2011, 11:57:33 AM
Title:
Multiflex-3 and main navigation
Post by:
artzu
on
July 01, 2011, 11:57:33 AM
How can I remove borders for the images (logos) which I use in left side of the page (main navigation)?
metko.info
Title:
Re: Multiflex-3 and main navigation
Post by:
Argos
on
August 02, 2011, 10:09:03 AM
Put this inside of each image tag:
border="0"
Or put this in your stylesheet:
.main-navigation img {border:none;}
Text only
|
Text with Images