To control the image displayed on the Facebook send button you need to place in the head tag of your website the following code:
(link rel="image_src" href="http://URL-TO-YOUR-IMAGE" / )
Then replace URL-TO-YOUR-IMAGE with your image URL and replace the () with <>
Visualizzazione post con etichetta Html little helps. Mostra tutti i post
Visualizzazione post con etichetta Html little helps. Mostra tutti i post
lunedì 6 febbraio 2012
mercoledì 27 ottobre 2010
Image above the banner (Myspace)
How to add an image on top of the Myspace banner in profile 2.0?
You need to paste the following code in the css area:
div.wrap {padding-top:600px;
background-image:url("url of your image");
background-position:center top; background-repeat:no-repeat;}
div.contentTop table td {background-image:none; width:auto; height:auto;}
You need to replace the 600px with the height of your image.
You need to paste the following code in the css area:
div.wrap {padding-top:600px;
background-image:url("url of your image");
background-position:center top; background-repeat:no-repeat;}
div.contentTop table td {background-image:none; width:auto; height:auto;}
You need to replace the 600px with the height of your image.
lunedì 31 maggio 2010
Change blogspot favicon
How to change the icon next to the blogspot url?
- First of all you need to have your icon 16x16px in the .ico format, there are a lot of website that do so, just google it.
- When you have your icon ready you need to upload it on a website hosting
- Paste the following code on the html template of your blogspot, at the beginning, in the head tag exactly after the title tag:
(link href="'DIRECT" rel="'shortcut" type="'image/x-icon'/")
- Replace DIRECT LINK TO YOUR ICON with your icon link and replace the () with <>
And that's all!
- First of all you need to have your icon 16x16px in the .ico format, there are a lot of website that do so, just google it.
- When you have your icon ready you need to upload it on a website hosting
- Paste the following code on the html template of your blogspot, at the beginning, in the head tag exactly after the title tag:
(link href="'DIRECT" rel="'shortcut" type="'image/x-icon'/")
- Replace DIRECT LINK TO YOUR ICON with your icon link and replace the () with <>
And that's all!
Introduction
I am a graphic designer, not a web developer. However sometimes we need to know a bit of Html to publish online. I would like to share my knowledges with everyone is interest on, so stay tuned!
Iscriviti a:
Post (Atom)