This tutorial is about, firstly, using your own header image that you made yourself which already has your blog's title on it as well as a brief description of what your blog is about. Secondly, your web browser is Internet Explorer 7. And thirdly, you want your blog to look the same in Google Chrome and Firefox as it does in IE7. This tutorial solves the problem of a misaligned header image in Google Chrome and Firefox web browsers without affecting the look of your blog in IE7.
I am no web developer genius, in fact my knowledge of most css/javascript/html codes are still pretty limited. But I am driven to learn how to fix certain problems when they arise, and that is where I get my knowledge from. That, and the desire to solve each problem as it surfaces.
This tutorial displays my lack of understanding about css/javascript/and html codes but it also displays my ability to learn and I eventually solve the problem at hand. I am only human after all but I have a keen sense of ambition! I do not quit easily on problems.
Here is the solution below:
Firstly, you have to find the code that refers to the .header-inner in your template's code. It will be near the top of the template's code, usually right after the " .body { " code. You simply add the following line of code to that section:
text-align: center;
What a wonderful bit of code that is! If you do not have a .header-inner { section in your template's code, simply add this code to your template in the css header section:
.header-inner .Header .titlewrapper {
padding: 22px;
}
.header-inner .Header .descriptionwrapper {
padding: 0;
}
Then add the text-align: center; line of code between the two brackets, on a separate line, and click on "save template". Not sure what to add? It will look exactly like this:
.header-inner .Header .titlewrapper {
text-align: center;
padding: 22px;
}
.header-inner .Header .descriptionwrapper {
padding: 0;
}
10th March 2011: UNFORTUNATELY, this tutorial above only fixed the problem with Google Chrome. The header was still aligned to the right in Firefox when I checked it out the next day. I finally fixed the problem for Firefox, so here is the solution for that problem:
On top of what you've done above, add the following line of code to your .header-outer { section to fix the problem in the Firefox web browser:
border: 5px solid #000000;
Of course, you can choose any colour for the border that you like. In the line above "#000000" = black. For some reason by adding a border to the header image, in Firefox, the header background image is realigned to the far left instead of positioned to the right of your blog. All I know is it works!
0 comments:
Of course, you can add various combinations of the above to your comment as long as you place the ending tags in the right locations.
Features:
To change your text to bold simply type in a left facing arrow then a UPPERCASE letter b then a right facing arrow. Then add your text, followed by typing in a left facing arrow, then type in /B and then a right facing arrow.
To change your text to italics simply type in a left facing arrow then a lowercase letter i then a right facing arrow. Then add your text, followed by typing in a left facing arrow, then type in /i and then a right facing arrow.
To change the colour of your text type in [co="red"]Add your text here[/co] You can change the colour of the text by either typing in the colour's word or by adding a hex colour code that includes the hash symbol.
To add a marquee text type in [ma]Add your text here[/ma]
To add an image or gif type in [im]Add your image or gif URL here[/im]
Of course, you can add various combinations of the above to your comment as long as you place the ending tags in the right locations.
To add a Youtube video as a comment use either one of the two codes below and replace the video url with the one you want to add as a comment.
[video=ADD-ENTIRE-VIDEO-URL-THAT-YOU-VIEW-ON-THE-WATCH-PAGE-ON-YOUTUBE-HERE]
[video=ADD-ENTIRE-VIDEO-URL-THAT-YOU-VIEW-ON-THE-watch?feature=player_detailpage-HERE]