PDA

View Full Version : move text in stye caption


magicpic
Feb-02-2009, 07:11 PM
here is my site page

http://widgetr.smugmug.com/gallery/7238863_A9Ksc

http://widgetr.smugmug.com/photos/466752880_tALTF-Th.jpg
1.I want to move the text over about 3 spaces how do I do it?
2.Is ther any way I can make the titl "Photographic Prints" larger?
:bow:bow:bowthanks again janis

J Allen
Feb-02-2009, 08:33 PM
1.I want to move the text over about 3 spaces how do I do it?


You could wrap it in 'pre' tags:

<pre>Your text here</pre>

How ever you type the text, thats how it will appear, so just hit the spacebar a few times before every line.

2.Is ther any way I can make the titl "Photographic Prints" larger?


You could try heading tags:

<h1>Photographic Prints</h1>

magicpic
Feb-02-2009, 08:41 PM
You could wrap it in 'pre' tags:

<pre>Your text here</pre>

How ever you type the text, thats how it will appear, so just hit the spacebar a few times before every line.

2.Is ther any way I can make the titl "Photographic Prints" larger?

You could try heading tags:

<h1>Photographic Prints</h1>

thanks family guy I found the code for the first it is alignment

<div id="my_area" align="center">
My text here
</div>

thanks alot janis

Allen
Feb-02-2009, 09:27 PM
.
1.I want to move the text over about 3 spaces how do I do it?...
Try this, much easier.:D

.gallery_7238863 .photo.left {padding-right: 20px;}