How to Make Blog Header Smaller

104 7
    • 1). Log in to your blogging dashboard. Navigate to the location of your blog's HTML files and open "header.html" or "header.php."

    • 2). Scroll down to the line of the document where the name of your header image displays. It looks something like this:

      <img src="http://yourwebsite.com/content/uploads/2011/08/header.jpg"></img>

    • 3). Input a size element into the code as follows:

      <img src="http://yourwebsite.com/content/uploads/2011/08/header.jpg"></img>

      Replace the blank spaces between the quotation marks with the desired pixel dimensions of your header image.

    • 4). Save the HTML or PHP file. View the site in a different window or tab to see confirm that the new header dimensions meet your requirements.

Source...
Subscribe to our newsletter
Sign up here to get the latest news, updates and special offers delivered directly to your inbox.
You can unsubscribe at any time

Leave A Reply

Your email address will not be published.