• When posting, please be aware that artistic nudity is still nudity and not allowed under RpNation rules. Please edit your pictures accordingly!

    Remember to credit artists when using work not your own.

Help Probably a dumb question.

Code:
[center][img]URL[/img][/center]
I tried that. I dunno if it's because I used div with it, but it's just not going in the middle.
Code:
[div=height: 50%; width: 700px;][center][img]https://images7.alphacoders.com/656/656851.jpg[/img][/center][/div]
 
I tried that. I dunno if it's because I used div with it, but it's just not going in the middle.
Code:
[div=height: 50%; width: 700px;][center][img]https://images7.alphacoders.com/656/656851.jpg[/img][/center][/div]
Because you have a set width for the div but not set margin to auto it won't center to the entire div itself. So the image is technically centered within the div, but the div itself is not centered.
 
Because you have a set width for the div but not set margin to auto it won't center to the entire div itself. So the image is technically centered within the div, but the div itself is not centered.
So how do I fix that up?
 

Users who are viewing this thread

Back
Top