• My question here is; How do i get the pictures closer together?
    As you can see its too far over to the right, if i can get the pics closer together it will sit perfectly.

    <table border="1" cellspacing="1" cellpadding="1">
    <tbody>

    This was set to 3 for each of them, i changed it to 1 but nothing seems to be moving closer.

    Also; what code do i need for the “text cells”. Ive made them “justify” but they arent sitting under the pics. Well they are, but they go past the pics on the right side(of each pic)

Viewing 4 replies - 1 through 4 (of 4 total)
  • You need to create a unique style for table and write it per use.

    table .mystyle {
    css rule important!;
    }

    in your stylesheet.

    Then in HTML,

    <table class="mystyle" (no inline style) etc...

    OR, MOD the style ‘table’ in the stylesheet if it applies to all uses.

    Thread Starter Raw Twig

    (@raw-twig)

    lmaooooo…..I appreciate the quick reply but that just flew over my head..

    Sorry i should have mentioned that one is not code savvy.
    Where in this do i add what you said…hahahahaha you made my morning..

    <table border="1" cellspacing="1" cellpadding="1">
    <tbody>
    <tr>
    <td align="left"><a href="http://rawtwig.com/wp-content/uploads/2012/07/Poetry-paperback-cover-e1341225247378.jpg"><img class="alignleft size-full wp-image-109" title="Poetry paperback cover" src="http://rawtwig.com/wp-content/uploads/2012/07/Poetry-paperback-cover-e1341225247378.jpg" alt="" width="210" height="400" /></a></td>
    <td align="left"><a href="http://rawtwig.com/wp-content/uploads/2012/07/Poetry-Book-Final-Cover-e1341269635469.jpg"><img class="alignleft size-full wp-image-112" title="Poetry Book Final Cover" src="http://rawtwig.com/wp-content/uploads/2012/07/Poetry-Book-Final-Cover-e1341269635469.jpg" alt="" width="210" height="400" /></a></td>
    <td align="center"><a href="http://rawtwig.com/wp-content/uploads/2012/07/Stacks-of-emotion-bk-two-e1341269164915.jpg"><img class="alignleft size-full wp-image-119" title="Stacks of emotion bk two" src="http://rawtwig.com/wp-content/uploads/2012/07/Stacks-of-emotion-bk-two-e1341269164915.jpg" alt="" width="210" height="400" /></a></td>
    </tr>
    <tr>
    <td style="text-align: center;" align="center">
    <p style="text-align: justify;"><span style="color: #000000;"><strong>Combo Bk 1-2</strong></span></p>
    <p style="text-align: justify;"><span style="color: #000000;"><strong>Poetry is an idea, thought, experience that comes in a stack of words. It allows us to express how we feel, either at that moment or in a thought or vision. Writing poetry can be therapeutic and expressive and is certainly unique to each individual. It's a door to ones experiences. Poetry has a different meaning to each person. Reading and writing poetry is for everybody, you need not have a degree in poetry to write it or read it. </strong></span></p>
    <p style="text-align: justify;"><span style="color: #000000;"><strong>If it makes you "feel" then it's all good.</strong></span></p>
    </td>
    <td style="text-align: justify;" align="center"><span style="color: #000000;"><strong>Book -1</strong></span><span style="color: #000000;"><strong>As a writer of poetry this is my way of showing others how I feel, a way of expressing, rather than suppressing my emotions; or just a way of letting others know how I imagine a situation or feeling may be. </strong></span>
    
    <span style="color: #000000;"><strong>Regardless of the side you look at it from, whether the poem is short or long; poetry, Stacks of Emotion, is all about the emotions in ones life. </strong></span>
    
    <span style="color: #000000;"><strong>My life.</strong></span></td>
    <td style="text-align: center;" align="center">
    <p style="text-align: justify;"><span style="color: #000000;"><strong>Book -2</strong></span></p>
    <p style="text-align: justify;"><span style="color: #000000;"><strong>The best way to express ones self is with Poetry. Stacks of Emotion 1 and 2 contain poems that show my emotions at different times and circumstances that have occurred in my life. </strong></span></p>
    <p style="text-align: justify;"><span style="color: #000000;"><strong>There are happy ones and sad ones, ones about people that are in my life or ones that were just passing through. </strong></span></p>
    <p style="text-align: justify;"><span style="color: #000000;"><strong>Pen to paper helps us get through the good times and the bad.</strong></span></p>
    </td>
    </tr>
    </tbody>
    </table>

    actually, it should be like:

    table .mystyle {
    css rule !important;
    }

    The ! is first…and this requires knowledge of html and css…

    Thread Starter Raw Twig

    (@raw-twig)

    Sorry, havent been by. I’ve been trying diff ways to get the pictures together “still having dramas”.

    table .mystyle {
    css rule !important;
    }

    Do i add this to html/editor at the beginning of my code(which is above)?
    OR do i place this somewhere else? I’m still having problems.

    Thanks

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Picture/Cell spacing’ is closed to new replies.