• I am having a problem with posting the images on the main page in each post. My problem is that every image I post the images keep overlapping or pushing the titles of the post over to the side or on top and it is not looking clean. Can anybody help me or tell me what I should do when posting a nice size image and keeping the writing under it with out ruining the site layout? Also, what is the standerd with and hight the images should be on wordpress in the post?

    It would be very much appriciated.

    Also, Can anyone tell me what a splash page is?

    Thank you guys

Viewing 9 replies - 1 through 9 (of 9 total)
  • No, there is no standard size needed in wordpress for pictures in posts.

    To do what you are wanting you will need to look into your style.css for the properties.
    For this kind of stuff I would recommend you get the Firebug Firefox plugin, which helps you locate which css rules do what.

    Thread Starter goodtimesny

    (@goodtimesny)

    Awsome, So how do we make a splash page. Is it just a regular page with a link bringing you in to the wordpress site?

    Eh… Actually they’re not that awesome. Most people, including yours truly, find them immensely irritating. They’re just an extra click to where we wanna go. So avoid them at all cost.
    I don’t know of a way within WordPress to create a good splash page. (a good splash page will only bug you the first time you visit the site, and is skipped when you return to the site on a later date.)

    Thread Starter goodtimesny

    (@goodtimesny)

    wow, thank you jberghem. I never actually thought about it like that. As far as the images on the main page…when i try and post an image it keeps over lapping the next page…do you know of a solution for this?

    when i try and post an image it keeps over lapping the next page

    That doesn’t really make sense. An image is either on this page or on another page.

    And for future reference: don’t ask display/style related questions without providing a link. If nobody sees it, nobody is able to help.

    Thread Starter goodtimesny

    (@goodtimesny)

    https://worldsmostfamousblog.com/wordpress/?p=145

    Here is a link to my problem…Thank you

    Find this line in your stylsheet:
    .postbottom { background: url(images/postbottombg.gif) repeat-x; line-height: 36px; padding: 0 0 22px 15px;}
    and add clear: both; – like this:
    .postbottom { background: url(images/postbottombg.gif) repeat-x; line-height: 36px; padding: 0 0 22px 15px; clear:both;}

    It should work.

    Thread Starter goodtimesny

    (@goodtimesny)

    SERIOUSLY…I LOVE YOUUUUU MAN…THANK YOU SOOO MUCHHHHHHH =)

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘help =) problems with pictures for each post?’ is closed to new replies.