Results 1 to 2 of 2

Thread: Fanupdate Icons Issue

  1. #1
    Join Date
    Mar 2009
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Fanupdate Icons Issue

    I need help centering the small icons that are for "bold", "link", and "italicized" under Post A Comment. These icons are under the "Name", "E-Mail", and "URL" textarea. I want them to be on top of the textarea where the visitors type in their comments.

    I've tried going to "Templates" on Fanupdate, but I just don't see it. Help?

  2. #2
    Join Date
    Jan 2008
    Posts
    4,168
    Thanks
    28
    Thanked 628 Times in 624 Posts
    Blog Entries
    1

    Default

    Please post a link to the page on your site that contains the problematic script so we can check it out.

    Please include your code so that we can take a look at it, we can't do much without it. When you do post your code remember to use [code] tags. That includes [ html ], [ code ], and [ php ].



    Try putting them in a <div>, for example:
    Code:
    <div class="centered_obj">
    //bold, link, and italics code here
    </div>
    Then, add this to the CSS file:
    Code:
    div.centered_obj {
      width: 100%;
      margin: 0 auto;
      padding: 0;
    }
    Jeremy | jfein.net

Bookmarks

Posting Permissions

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