Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • xpatriot Friend
    #167821

    I’m trying to make a new article in Teline IV and despite my best efforts to left or center align a picture at the top of the article, it always right aligns. I never have a problem when using other templates. What is it about Teline that wont let me change the picture alignment?

    Thanks for any help.

    TomC Moderator
    #408627

    <em>@xpatriot 262705 wrote:</em><blockquote>I’m trying to make a new article in Teline IV and despite my best efforts to left or center align a picture at the top of the article, it always right aligns. I never have a problem when using other templates. What is it about Teline that wont let me change the picture alignment?

    Thanks for any help.</blockquote>
    Hey There . . . Any chance you can provide the following items (for the assist) . . .

    1. A snapshot of what you are wanting to achieve
    2. The url to your site so we can see what is actually occurring

    Also, please make sure that you have “Optimize CSS” set to “No” in your Template Manager.

    Thanks

    TOM

    khoand Friend
    #408666

    You put image tag into <div> like that


    <div style="text-align:center"> <img src="..."/></div>

    <em>@xpatriot 262705 wrote:</em><blockquote>I’m trying to make a new article in Teline IV and despite my best efforts to left or center align a picture at the top of the article, it always right aligns. I never have a problem when using other templates. What is it about Teline that wont let me change the picture alignment?

    Thanks for any help.</blockquote>

    xpatriot Friend
    #408668

    Thanks for the reply:

    The url of the page i’m trying to create is: http://www.bangkokwired.com/index.php/leagues/bangkok-softball-league

    I’m simply trying to get the JOOMLA image to be left justified.

    And, yes, i have “Optimize CSS” set to “No” in my Template Manager.

    Thanks.

    khoand Friend
    #408690

    You replace this code from http://www.bangkokwired.com/plugins/content/plg_jathumbnail/style.css


    .thumb-right {
    float: right;
    margin-left: 15px;
    }

    with


    .thumb-right {
    margin: 0px auto;
    }

    xpatriot Friend
    #408854

    Thanks Khand. Will that change just the one article that im trying to create, or will it change all articles that were previously created, etc?
    Im looking to just change the one new article.

    Thanks.

    khoand Friend
    #408872

    It changes all of articles contain images.
    Because your website uses ja_thumbnail plugin, when a article has images is loaded, images will be transformed by ja_thumbnail.
    If you want change only article, at first article, you use

    {jathumbnail off images="/images/stories/demo/joomla_green_200_50.gif"}
    the code turn thumbnail mode off to images are included in code. And you use

    <div style="text-align:center"> <img src="/images/stories/demo/joomla_green_200_50.gif"/></div>

    to show image at center.
    If you can’t do that, you provide your backend information to me. I will help you

    TomC Moderator
    #408875

    <em>@xpatriot 262757 wrote:</em><blockquote>Thanks for the reply:

    The url of the page i’m trying to create is: http://www.bangkokwired.com/index.php/leagues/bangkok-softball-league

    And, yes, i have “Optimize CSS” set to “No” in my Template Manager.

    Thanks.</blockquote>
    Guess I wasn’t fast enough …

    Glad you were able to have your issue resolved !!!

    😎


    1. pouty
Viewing 8 posts - 1 through 8 (of 8 total)

This topic contains 8 replies, has 3 voices, and was last updated by  TomC 13 years, 3 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum