Support » Fixing WordPress » Trouble Centering Thesis

Viewing 8 replies - 1 through 8 (of 8 total)
  • well…I’m no expert coder, however, arent webpages only supposed to have 1 html/head/body declaration?

    So if you put all that in a text widget, your page will have 2 of each….

    Thread Starter donnyblue

    (@donnyblue)

    Thanks. Obviously, I’m no expert either.

    I’m generating the code using Kompozer, a WYSIWYG editor. I’m truly clueless.

    First off, was your theme centered before you put that code in a text widget?

    Next, what are you trying to do with that code? Just put in a graphic link?

    Thread Starter donnyblue

    (@donnyblue)

    Yes and yes.

    I have the same condition on these sites:

    http://donaldlafferty.com

    http://liarsclubphilly.com

    http://jonathanmaberry.com

    I’m just starting out on Bashman’s so I gotta figure this out. As soon as I dropped the ITW link in the text widget, the whole blog aligned left.

    Remove the style="width: 195px;" from your body and the container will be centered thanks to the margin:0px auto in the css.

    <a href="http://www.thrillerwriters.org/admin/mt-search.cgi?IncludeBlogs=2&search=bashman" target="_blank"><img style="border: 0px solid ; width: 190px; height: 104px;" alt="The Big Thrill" src="http://i755.photobucket.com/albums/xx200/janicebashman/itwlogo_190w.jpg" /></a>

    should really be all you need

    or even
    <a href="http://www.thrillerwriters.org/admin/mt-search.cgi?IncludeBlogs=2&search=bashman" target="_blank"><img src="http://i755.photobucket.com/albums/xx200/janicebashman/itwlogo_190w.jpg" alt="The Big Thrill" /></a>

    depending on your css……(but most themes take care of styling in the sidebar (centering, borders, etc…)

    Thread Starter donnyblue

    (@donnyblue)

    Bless you both.

    If there’s ever anything I can do for you, please feel free to hit me at donlaff at gmail.

    From Sunny Philadelphia,

    Don

    🙂

    Just happy you got it sorted!

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Trouble Centering Thesis’ is closed to new replies.