How to Get Lightbox Integrated Into Blogger
- 1). Log in to your Blogger account.
- 2). Click on the "Layout" link beside your profile information.
- 3). Click the "Edit HTML" link below the navigation tabs.
- 4). Scroll through the HTML code in the center pane and locate the "</style>" tag and the "</head>" tag.
- 5). Copy and paste the following lines of code in between the two HTML tags:
<link href="/links/?u=http://www.virtuosomaster.com/tutorials/samples/lightbox/css/lightbox.css" media="screen" rel="stylesheet" type="text/css"/>
<script src="http://www.virtuosomaster.com/tutorials/samples/lightbox/js/prototype.js" type="text/javascript"/>
<script src="http://www.virtuosomaster.com/tutorials/samples/lightbox/js/scriptaculous.js?load=effects,builder" type="text/javascript"/>
<script src="http://www.virtuosomaster.com/tutorials/samples/lightbox/js/lightbox.js" type="text/javascript"/> - 6). Click the "Save Template" button.
- 7). Click the "Posting" tab to create a new Blogger post.
- 8). Click on the "Insert Image" button in the post editor toolbar.
- 9). Select one or more images from your computer or an online source, then click the "Upload Image" button.
- 10
Click the "Edit HTML" tab directly above the post entry pane. - 11
Locate the section of the HTML code that says "<a href=..." without the quotation marks. - 12
Type "rel="lightbox" with the quotation marks around "lightbox" but not before "rel" between the "a" and the "href" in the "<a href=..." HTML tag. This must be repeated for each image you include in the post. - 13
Click "Publish Post" to get Lightbox integrated into the Blogger post.