images no space between text and image

For discussion and questions related to CMS Specific templates and stylesheets (CSS), and themes. or layout issues. This is not a place for generic "I don't know CSS issues"
Post Reply
jubber
Forum Members
Forum Members
Posts: 34
Joined: Wed Apr 08, 2009 8:42 am

images no space between text and image

Post by jubber »

On the first page it works fine because ive hard coded it in the template http://www.e-commercecentre.co.uk/
but on other pages theres no space when i upload and add the image througth the editor http://www.e-commercecentre.co.uk/index ... -marketing any help please
Ziggywigged
Power Poster
Power Poster
Posts: 424
Joined: Sat Feb 02, 2008 12:42 am

Re: images no space between text and image

Post by Ziggywigged »

Your 'left' class doesn't have any padding or margin properties.

.left {

float:left;
padding:8px;

}
Take a penny, leave a penny.
jubber
Forum Members
Forum Members
Posts: 34
Joined: Wed Apr 08, 2009 8:42 am

Re: images no space between text and image

Post by jubber »

how does the one on the front page work then out of curoisty
uniqu3

Re: images no space between text and image

Post by uniqu3 »

Hi,

your problem is with   you will need to style your  and propertys in your Content.
jubber
Forum Members
Forum Members
Posts: 34
Joined: Wed Apr 08, 2009 8:42 am

Re: images no space between text and image

Post by jubber »

ive got this working now thanks i made a new image tag
Post Reply

Return to “Layout and Design (CSS & HTML)”