DISQUS

britton blog - An American Student in Galway, Ireland: Blog improvements made

  • Bryan Baker · 2 years ago
    Lookin' really good James. Here's some replies to the comments you left me(thanks a bunch!):
    ·Post a comment with your Unique Visitors per Day and monthly blog revenue(must be monetized), and I'll add your blog to the revenue study.

    ·Men's Health magazine did an article on Dean (is that his name? the crazy mother f*cker who's trying to run 250 miles straight). the article was more of an advertisement, but i've not read the book you mentioned.

    ·I'll send you the pre book if you want to read it..let me know :grin:
  • Gregg · 2 years ago
    Looks great James! Thank you for stopping by my blog and giving me some tips :D I'm still working on the mybloglog, a simple center command isn't working. I really like the top posts plug in too
  • James Britton · 2 years ago
    @Gregg

    Thanks, I'm glad you like it :)

    Do you know CSS? I had a year of it in college and it's very very useful and standardized as well, although there are some really bad pages out there still...:(
    Try the following example

    (div style="margin-left: auto; margin-right: auto;">whatever block of MyBlogLog code is here(/div)
    ...of course instead of "(" and ")" use "< " and ">" The comment would not format properly otherwise because the browser reads it as code....

    This should center it in whatever container the code currently resides, such as your sidebar.

    for text you would use: text-align: center;