Link to home
Start Free TrialLog in
Avatar of Ernesto
ErnestoFlag for Mexico

asked on

need to center an image but i have a left sidebar and the image moves right

Hi all
I have a sidebar like this

.left {
float:left;
width: auto;
height:auto;
}

Open in new window


i center my image whit this one
  p.centerimg { text-align: center; }

Open in new window


my image moves to  right cos, the sidebar,
How to center dear experts!!!!
regards
Avatar of Brandon Lyon
Brandon Lyon

Without seeing the surrounding markup and styles it will be hard to provide an answer.
To center the image, try:

p.centerimg { margin: 0 auto;}

Open in new window

Avatar of Ernesto

ASKER

Do not  work  e-dub
regards!
Then it would definitely help to provide a link so that the markup can be viewed. And you can try removing the "p" from the CSS first.
.centerimg { margin: 0 auto;}

Open in new window

ASKER CERTIFIED SOLUTION
Avatar of Ernesto
Ernesto
Flag of Mexico image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Ernesto

ASKER

thats it