• Hi all,
    i`ve got a problem.
    I want to show image next to text in my article. I add image, next to him must be text, it`s standard news template, image and on the right text.
    But i don`t know, how can i do it? I saw files in my theme, there is only
    <?php the_content () ?> , and i want to change this content . Auto, all is show in <p> </p> , so if i add image :

    <p><img src=”myimage.jpg” />Here is text, text</p> – it is bad, i want to all content won`t be in <p> , but for example in div.

    How can i do it?

Viewing 2 replies - 1 through 2 (of 2 total)
  • 1. You don’t need to mess around with the template files for that.
    All you want to have the image next to the text, right?
    Do you select your images to be “aligned” left or “right”? If yes, then you might need to add the code to your styles.css file…
    Read this http://wordpress.org/support/topic/164999?replies=1
    and see: Additional Questions after #9.

    First you place your cursor next to text and select the picture. The picture will automatically get place in required place. Other wise you can contact web designer for help.

    ————–
    Brook
    [sig moderated; read the Rules]

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

The topic ‘How to change theme conent?’ is closed to new replies.