+ Reply to Thread
Results 1 to 4 of 4

Thread: blog posting issue

  1. #1
    Join Date
    Dec 2007
    Location
    Atlanta
    Posts
    2,018

    Default blog posting issue

    Whenever I try to add the code align="center" to the images I upload to my blog post, it makes all my content a dark color.

    This is the code I use to put <p align="center"><img...... /> </p>However everything (font color) after the </p> tag is being changed to a darker color. If I take out the <p align="center"> then it goes back to normal.

    How can I center my images in my blog post? I have been trying to edit the source code but something is interfering.

    http://www.dwellatlanta.com/blog/jas...-its-own/show/
    Dwell Atlanta Realty, LLC
    Direct 404.895.9618

    Atlanta Real Estate
    Buckhead Real Estate
    Atlanta Condos

  2. #2
    Aaron is offline Real Estate Webmasters Staff Aaron's Most Recent Blog Entry: Email etiquette Aaron is on a distinguished road
    Join Date
    Jun 2005
    Location
    Nanaimo
    Posts
    24,278

    Default Re: blog posting issue

    Instead of the align="center" try using a css style.

    style="text-align: center;"

    <p style="text-align: center;"><img src="image.gif" alt="image" /></p>
    Aaron
    Real Estate Webmasters ( Programming )
    Client Resources | Tutorials | Suggested Enhancements

  3. #3
    Join Date
    Dec 2007
    Location
    Atlanta
    Posts
    2,018

    Default Re: blog posting issue

    <p style="text-align: center;">
    I added this code. Please see how it turns all my font a dark grey from white. I think the css maybe off?
    Dwell Atlanta Realty, LLC
    Direct 404.895.9618

    Atlanta Real Estate
    Buckhead Real Estate
    Atlanta Condos

  4. #4
    Aaron is offline Real Estate Webmasters Staff Aaron's Most Recent Blog Entry: Email etiquette Aaron is on a distinguished road
    Join Date
    Jun 2005
    Location
    Nanaimo
    Posts
    24,278

    Default Re: blog posting issue

    Seemed that the white colour for the font is applied to the <p> tag in the CSS.
    I wrapped the text for the post in <p> tags and the content is now the white colour.
    Aaron
    Real Estate Webmasters ( Programming )
    Client Resources | Tutorials | Suggested Enhancements

+ Reply to Thread

Similar Threads

  1. Blog Issue
    By thegelvis31 in forum Hosted REW Blogs Support
    Replies: 1
    Last Post: 10-22-2008, 12:55 PM
  2. posting comments to my own blog
    By Gloria Singer in forum Hosted REW Blogs Support
    Replies: 1
    Last Post: 10-19-2008, 02:14 PM
  3. new blog signup issue
    By Goknights in forum Blogging
    Replies: 4
    Last Post: 02-09-2007, 12:14 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts