Showing posts with label image. Show all posts
Showing posts with label image. Show all posts

Thursday, February 19, 2009

Make Horizontal Menu Bar Like My Blog




If see the menu bar on the header of my blog quite interesting and good enough suitable with red and black color, may be among you also want to have a menu bar like my blog, if so,in this opportunity I will share about how to make horizontal menu bar like that, and let's enhance your blog.
First,prepare the left image and the right image like below and upload to the free image hosting of your favorite, if you lazy to do that,just use the image below by right click on the image and select copy image location.

Left image

left image
Right image

right image


After that,as usual follow the steps below:

1. Log in to Blogger with your account.
2. On the dashboard menu select templates.
3. On the templates menu select edit HTML.
4. Copy-paste the code below before the ]]></b:skin> code

/*credits : http://nazarpunya.blogspot.com */
#tabs {
float:left;
width:100%;
background:#CC0000;
font-size:93%;
line-height:normal;
border-bottom:none;
}
#tabs ul {
margin:0;
padding:10px 10px 0 50px;
list-style:none;
}
#tabs li {
display:inline;
margin:0;
padding:0;
}
#tabs a {
float:left;
background:url("Left image URL") no-repeat left top;
margin:0;
padding:0 0 0 5px;
text-decoration:none;
}
#tabs a span {
float:left;
display:block;
background:url("Right image URL") no-repeat right top;
padding:5px 15px 4px 6px;
color:#0000FF;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {float:none;}
/* End IE5-Mac hack */
#tabs a:hover span {
color:#CC0000;
}
#tabs a:hover {
background-position:0% -42px;
}
#tabs a:hover span {
background-position:100% -42px;
}


5. On the body tag search for the code below:
<div id='header-wrapper'>
<b:section class='header' id='header' maxwidgets='1' showaddelement='no'>
<b:widget id='Header1' locked='true' title='(Header)' type='Header'/>
</b:section>
</div>


And replace the maxwidgets='1' with maxwidgets='3' or more from the value, and replace the showaddelement='no' with showaddelement='yes'.

6. After that copy and paste the code below after the </b:section> above and replace the link and the link name with your's:
<div id="tabs">
<ul>
<li><a href="link 1"><span>link name 1</span></a></li>
<li><a href="link 2"><span>link name 2</span></a></li>
<li><a href="link 3"><span>link name 3</span></a></li>
</ul>
</div>

7. Note,if the method above doesn't work and you have got error you can parse the HTML above by clicking here.

Click here to get your free mobile phone or apple ipod

Monday, January 19, 2009

Create An Image Or Widgets Fixed In A Corner Of A Blog




In this page I will share tips about how to create an image or widgets in a corner of a blog, I share this because I inspired in a blog where the image is fixed in a corner of a blog and good views, to make it follow the steps below :
1.Log in to your blogger account.
2.On the dashboard menu select template tab.
3.On the template menu select edit HTML tab and scroll down you will see code like this:

]]></ b: skin>

4.And if you find it, now you can copy and paste the code below above that code:

# corner (
position:fixed;_position:absolute;bottom:0px; left:0px;
clip:inherit;
_top:expression(document.documentElement.scrollTop+
document.documentElement.clientHeight-this.clientHeight); _left:expression(document.documentElement.scrollLeft+ document.documentElement.clientWidth - offsetWidth); }

5.If you want to change the position of image just replace "left" with "right" and "bottom" with "top" and you can change the value from 0px to the value that you want.
6. The next step is place the code below before the </ body> tags:

<div id="corner">
<a href="http://nazarpunya-motogp.blogspot.com">
<img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgoNG80JNr4F-a9kT-eCjIcr8vqNVeKunwdeQduJ3AhpA0H8tSipEMN_xzfWBs7SWdJ7yMCo-sgIUOuwo7i7aIXhgWP_38Gc2exbueFFGZjDeqM1tm6Ur_oveWQJFtVQBmw_B4UZgfWwDc/s144/repsol4.jpg" border="0" /> </ a>
</ div>

8.You can change the link and the URL image with yours and finish it.

Click here to get your free mobile phone or apple ipod

Wednesday, January 7, 2009

Photo Slideshow




In the previous post I had share tips about how to make scrollbox on a blog.And at this opportunity I will share tips about how to create photo slideshow.Photo slideshow widely used to enhance the blogger blogs,can also be used to show the banners one by one needed to visit by visitor.A lot of free image hosting service that included a photo slideshow in features such as Picasa, Flickr, and others. But now I will discuss how to create your own photo slideshow on a blog.

* Code needed to make a photo slideshow is below:

<marquee direction="left" onmouseover="this.scrollAmount=0" scrollamount="4" onmouseout="this.scrollAmount=4" widht="400"><a href="link image1" target="_blank"><img heigth="image1 height" width="image1 widht" src="URL image1"/></a><a href="link image2" target="_blank"><img heigth="image2 height" width="image2 widht" src="URL image2"/></a><a href="link image3" target="_blank"><img heigth="image3 height" width="image3 widht" src="URL image3"/></a></marquee>


* for example if we want to create a photo slideshow with code like this:

<marquee direction="left" onmouseover="this.scrollAmount=0" scrollamount="4" onmouseout="this.scrollAmount=4" widht="300"><a href="http://www.flickr.com/" target="_blank"><img heigth="75" src="http://farm4.static.flickr.com/3203/3140631528_7f1a639a8b_s.jpg" width="75" /></a><a href="http://www.flickr.com/" target="_blank"><img heigth="75" src="http://farm4.static.flickr.com/3122/3140631522_92d260cafe_s.jpg" width="75" /></a><a href="http://www.flickr.com/" target="_blank"><img heigth="75" src="http://farm4.static.flickr.com/3006/3140626834_1d00deee17_s.jpg" width="75" /></a></marquee>


*And the result will be like this on a blog:




* If we want to change the photo to the right direction, up or down we only need to change the direction from left to the direction that we want.

Click here to get your free mobile phone or apple ipod

Make Scrollbox




At this time I will share tips about how to make scrollbox on a blog.We can use scrollbox to load a long URL link or we can also load a long paragraph or a lot of image or any contents that we want in a single page.Actually the benefits of scrollbox are many but here we will discuss how its application in a blog provided by blogger.Placement of scrollbox can be on the blog posting, or sidebar or footer.The way to create scrollbox is like this:

*Code needed to make scrollbox is below:

<div style="width: 400px; height: 400px; background-color: b3b3n3; color: cc0000; font-family: verdana; font-size: 12px; text-align: left; border: 1px solid 0000ff; overflow: auto; padding: 4px;"><br/>image1<br/>image2<br/>image3<br/> image4</div>


*Example if we want to load the image that we want something like this:

<div style="width: 400px; height: 400px; background-color: b3b3n3; color: cc0000; font-family: verdana; font-size: 12px; text-align: left; border: 1px solid 0000ff; overflow: auto; padding: 4px;"><br/><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiuAkiEFHhbZK3_30Fax1MMq2N5M7FmWxD5XIOhjioxhNNpQ5PKDd_gFAtDoVL_lAWYav6eE3AK2iPBxIcL4xSPgMwU0_mlKfvpVzkMY2xB8G17UYhOrk75DICufsldwlf9kmjmzpvRdyPB/" /><br /><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg1gCHpz2H_7lSmegYXRvcPmw3rKGuTN0ZCXqWlTtAxSmrEhs-ykZprgJwTuuKM6QEdsbQrqLUjyg9a4hjyisnYK2WVrtW5e0Ubx-1vUphFIqsBczeFnvBCyvNGZpMT-f-8QzbqJk0vBgXw/"><br /><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiAqjiOYeWkxxIkhvXJmwTFhTXJmghB5rxpz-e23GsxYPk5jEgG_C-xRvfph6KDT9cVzXYYfuQhU6iIKpA2okxws1lOQOT6Qm80kexDw7uw_Cpp4dnOUSl4SHaJfWX0e3dVGwuTO0ovfR7Z/" /><br /><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh5P3yULLLyBdVrx8fAjIntTzy8fIlK66YFe5kwG_u5srFaeW66tfkgU47KcJNjMGrs7QIhbMp_iRW074ZaE7DnoZf3LzEMO-fUqZvwXi481-Wt_50vTHvL0SkbFzxow49RGbZE0SAcvY4/" /></div>


*And the result will be like this on a blog:



Dani Pedrosa

Jorge Lorenzo

Valentino Rossi

Nicky Hayden


*And to load another contents that we want on scrollbox, we only need to change the image source code with the contents that we want.
Click here to get your free mobile phone or apple ipod

Friday, January 2, 2009

Background Image For Blog




In this page I will share tips about how to create a background image, the first things to be done are preparing URL image we can retrieve it from the free image hosting of the website such as Photobucket, Flickr, Picasa and others.Click on the image that we want after that right-click the mouse then select view image source and click on the image and right-click again select copy image source.The URL image is like this:
http://i247.photobucket.com/albums/gg130/chapunk501/motogp.jpg
Now we already have a background image as the next step is:
1.Login to Blogger with your account.
2.On the dashboard menu select layout.
3.On the layout menu select edit HTML and scroll down you will see code like this:

body (
background: $ bgcolor;

4.Change the code above with an URL image that you have Like this:

body (
background: url (http://i247.photobucket.com/albums/gg130/chapunk501/motogp.jpg);

5.If you want to repeat or not, you can change the code like this:

body (
background: url (http://i247.photobucket.com/albums/gg130/chapunk501/motogp.jpg) repeat;

or

body (
background: url (http://i247.photobucket.com/albums/gg130/chapunk501/motogp.jpg) no-repeat;

6.Alternatively, you may only want the image to be repeated horizontally or vertically. The code is this:
-horizontally:

body (
background: url (http://i247.photobucket.com/albums/gg130/chapunk501/motogp.jpg) repeat-x;

-or vertically:

body (
background: url (http://i247.photobucket.com/albums/gg130/chapunk501/motogp.jpg) repeat-y;

7.If you have an image that is not repeated, you may like to specify the exact position of this image on your page. The code like this:

body (
background: url (http://i247.photobucket.com/albums/gg130/chapunk501/motogp.jpg) repeat top left;

Your image will appear at the top left corner of your page. The other possible values that you can use to replace "top left" are:

top center;
top right;
center left;
center center;
center right;
bottom left;
bottom center;
bottom right;

8.If you do not want it you can also define the horizontal and vertical alignments either in percentage or in pixels. Use either of these values instead, with x being the horizontal value and y being the vertical value.

x% y%;
xpx ypx;

9.You may specify whether you want your background image to remain in a fixed position when the contents of your blog are scrolled. By default, the picture Scrolls with your content. To have it fixed, the code like this:

body (
background: url (http://i247.photobucket.com/albums/gg130/chapunk501/motogp.jpg) repeat center center fixed;

10.You now have a background image for your blog.

Click here to get your free mobile phone or apple ipod

Sunday, December 14, 2008

Upload Photos




To keep posting articles on the blog more interesting to see, then we should insert a photo of a posting we have, in addition to further explain what we submit. Suppose we are explaining things, so that the image will be further clarify the meaning of the topics we are to describe our readers articles. For you, you are still confused how to enter the photos or term that is authorized to upload photos, then I will share the steps:

1. Log in to Blogger with your account.

2. Click Posts.

3. Click New Post (if you have had previous post).

4. Click on the toolbar.

5. Tick the check box of the radio button on the choose a layout option, if you want a position in the image can be placed anywhere, select the radio button None, if the position of the image on the left select the left, if you want to select Center in the middle, if you want to Right select on the right.
Tick the check box of the Image size , if you want to upload an image that results in a small select Small, Medium if you want to select Medium, if you want to select large select large.

6. Marked on the side of any posts checklist Use this layout every time when you want to upload each image settings such as before.


7. Press the Browse button, and input images from the computer you want to upload.


8. Click Add another image when the image you want to upload more than one picture.


9. Click the Upload button Image , wait until the upload process completes.


10. Click the done button to end the upload.



After you finish the upload process, to see the pictures before, click Compose. Well here you can see the image you upload can be set at a time before re-size picture of this, you click the image to image dart your mouse arrow changes to the four corners of the image. Mouse over on the side of the image to image the mouse arrow changes to two-way, press and hold mouse button ago and movement towards the left or right to change the width of the image, according to the difficult if you want a casual button before you hold. To set the high image, mouse over the edge on the bottom or top of the picture until the picture changes to child mouse arrow image two-way, press and hold the mouse ago and mouse movement upwards or down to set the high-image, release the mouse when the image size is in line with yours .

So now how do I enter the picture to fill our Profile?, Is the same as the above steps, only a few differences that you need to remove some of the code. If the image you upload is complete in the (same steps as above). HTML press the Edit menu to see the HTML code of your Photos before, copy / paste the HTML code into the notepad program (to improve) or can be written on paper. Then click publish. To enter a photo into our profile, please follow these steps:

1. After uploading images, click on the dashboard menu.


2. Click the Edit Profile.


3. In the form - the form's fields have any posts Photo URL, so here paste the HTML code that you have to copy earlier in the notepad but not all, the paste is in the code after [img src =" "] is a link in the start with [http : / /] and ended with the [. jpg] or [. jpeg].


4. Click Save Profile, then the beautiful and handsome image of your's in blogs can be seen by the whole world.


5. Done.


Actually there is another way to fill our profile photo, that is the way to upload (insert) images on our hosting, and then link the image URL that we can from hosting it in the copy / paste to the profile of the blogger / blogspot. I take an example, I usually keep my photos in http://photobucket.com. if you want to ,please you register for free account, when the list is complete, and can log in, please upload your photo. After the image upload is complete, then automatically the image will be PHOTO URL, copy the URL address of the link and paste the image in the column on Blogger.com Profile Photo URL after the live Save Changes and republish. Done, happy to try.

Click here to get your free mobile phone or apple ipod

Custom Search