Video #2: Modifying HTML in Blogger

MODIFYING HTML IN BLOGGER (Part 2/4)


STEP #0: Getting To the HTML Code

Open Blogger.com

Enter User Name/Password

Select Blog (that you want to convert into a Site)
>> Click on Down Arrow (to left of “View Blog” button)
>> Select “Template” from Dropdown Menu

Click “Edit HTML” button (just below sample picture)

Click “Proceed” button


STEP #1: Changing the Logo on the Browser Tab
(Removing the Orange “Blogger” Logo)

Find the following text:
COPY THIS TEXT:  <title><data:blog.pageTitle/></title>

Use “Find” command (Ctrl-F)

Paste Text (Ctrl-V) in the Find Area

The Text will now be highlighted.

Go to end of that line and hit “Enter” key 2 times

COPY THIS TEXT:  <link href='http://i992.photobucket.com/albums/yy179/GUSMAUPIN/interenet%20explorer/ie/internet-explorer-logo_06231434-1.jpg' rel='shortcut icon' type='image/vnd.microsoft.icon'/>

PASTE that text in that space you created.


STEP #2:  Removing the Blogger Header
(Removing the “Report Abuse” on the top part of site)

COPY THIS TEXT:  #navbar-iframe {display: none !important;}

Scroll to “/* Variable Definitions”
(just below Blogger Template Heading Section)

Hit the “Enter” key 2 times. (to create space)

PASTE that text in that space you created.