It looks like you're using an Ad Blocker.
Please white-list or disable AboveTopSecret.com in your ad-blocking tool.
Thank you.
Some features of ATS will be disabled while you continue to use an ad-blocker.
... my photo left justified.
Placing the Image On The Page
First, let's worry about placing the image somewhere on the page. If you place an image tag on a page randomly, the image will usually show up on the left side of the page. If you want to have an image placed in the center of the page, you use the CSS, 'text-align: center;' as described in Primer #3. But how do we get the image to show up on the right side of the page? Well, how did we get text to the right? By adding the 'text-align: right;' CSS code, right? Could it be that we do the same thing here? Why yes, it could.
Here's the format:
(div style="text-align: center;")(IMG "image.gif" ALT="image")(/div)
Druid42
I believe you want to do this:
[atsimg]http://files.abovetopsecret.com/files/img/rc523bd474.jpg[/atsimg]
Right?
ETA: Oops, hit reply instead of preview. Anyway, the tag for centering is [ atsimg] [/ atsimg]. Left and right justification is [ imgl] [/ img] and [ imgr] [/ img], respectively. You can quote this post to see the coding, and you have to use the full url.
edit on 9/21/13 by Druid42 because: added ETA.
SOME CENTERED TEXT ABOVE
SOME CENTERED TEXT BELOW
Druid42
reply to post by abeverage
Ok.
How about:
SOME CENTERED TEXT ABOVE
[atsimg]http://files.abovetopsecret.com/files/img/rc523bd474.jpg[/atsimg]
SOME CENTERED TEXT BELOW
Well, that looks like crap.