Purchased new CC theme, and got...

User 369745 Photo


Registered User
15 posts

Ok, working on this and here I attached what I have done in page of pictures....:P

So far so good, added images(just to get idea) as many I wanted, and it is resizing when I change browsers or change resolutions, but still can't find that "digged bone" how to insert under each image short name and to make a bit bigger gap between images horizontaly....huh...

I know, I know....best human friend is google, but not for this question:)
...just starting ....
User 38401 Photo


Senior Advisor
10,951 posts

I think you forgot your attachment there Raivo :P
User 184085 Photo


Ambassador
1,707 posts

what I have done in the past, there might be an update way of doing this, is surround each picture in a DIV and add text like so;

<div class="image_caption">
<img src="image/Red-and-white-helmet-2.png" width="250" height="250" alt="1950's erra helmet" border="0" />
<br />
<p>Royal Canadian Air Force 410 Squadron</p>
</div>


and then style with css.
.image_caption {float:left; margin:10px;}
.image_caption p { font-variant:small-caps; font-size:.75em; font-weight:800; text-align: center;}


this puts a picture on the page, caption text below it and floats the whole thing to the left.
Volunteering to help :)
http://www.tbaygeek.ca
My HTML play area
http://www.tbaygeek.ca/test/
User 369745 Photo


Registered User
15 posts

Thank you very much David :)

...will give a try.
...just starting ....

Have something to add? We’d love to hear it!
You must have an account to participate. Please Sign In Here, then join the conversation.