<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet type="text/xsl" href="/rss20.xsl" media="screen"?>
<rss xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<atom:link href="http://technoblogs.blogspirit.com/tips/index.rss" rel="self" type="application/rss+xml" />
<title>TechnoBlog : open your blog. - tips</title>
<description>Everything you need to know to handle your blog on Blogspirit</description>
<link>http://technoblogs.blogspirit.com/tips/</link>
<lastBuildDate>Fri, 09 Dec 2005 22:10:00 +0100</lastBuildDate>
<generator>blogSpirit.com</generator>
<copyright>All Rights Reserved</copyright>
<item>
<guid isPermaLink="true">http://technoblogs.blogspirit.com/archive/2005/07/05/nice-comments-form-for-your-blog.html</guid>
<title>Nice comments form for your blog</title>
<link>http://technoblogs.blogspirit.com/archive/2005/07/05/nice-comments-form-for-your-blog.html</link>
<author>noreply@blogspirit.com (blogSpirit Team)</author>
<category>Blog</category>
<category>Tips</category>
<pubDate>Tue, 05 Jul 2005 10:15:00 +0200</pubDate>
<description>
&lt;p&gt;Would you like some nice form on your comments ?&lt;br /&gt; &lt;br /&gt; Here is what Technoblog recommands :&lt;br /&gt; &lt;br /&gt; &lt;/p&gt;&lt;div style=&quot;text-align: center;&quot;&gt;&lt;img src=&quot;http://technoblog.blogspirit.com/images/medium_formulaire-blog-1.png&quot; alt=&quot;medium_formulaire-blog-1.png&quot; style=&quot;border: 1px solid rgb(204, 204, 204); margin: 0.7em 0pt;&quot; /&gt;&lt;/div&gt;&lt;br /&gt; &lt;p&gt; &lt;/p&gt;&lt;p&gt;That's the way  your forms will be printed with &lt;a href=&quot;http://www.spreadfirefox.com&quot; target=&quot;_blank&quot;&gt;Firefox&lt;/a&gt; ou &lt;a href=&quot;http://www.opera.com&quot; target=&quot;_blank&quot;&gt;Opera&lt;/a&gt;. With IE, this will keep the &amp;quot;square&amp;quot; borders but will still be working (well, IE is not a CSS addict...)&lt;br /&gt; &lt;br /&gt; Get the line &lt;span class=&quot;code&quot;&gt;/* Comentaires */&lt;/span&gt; in your stylesheet (Design -&amp;gt; Advanced Configuration -&amp;gt; Stylesheet). This is where forms design is handled.&lt;br /&gt; Then replace the input { } and textarea {} styles by the following code :&lt;br /&gt; &lt;span class=&quot;code&quot;&gt;input {&lt;br /&gt;     font-size: 100%;&lt;br /&gt;     font-family: Verdana, Arial, sans-serif;&lt;br /&gt;     color: #01717f;&lt;br /&gt;     background-color: #addfe8;&lt;br /&gt;     border: 2px solid #addfe8;&lt;br /&gt;    -moz-border-radius: 4px;&lt;br /&gt; }&lt;br /&gt; &lt;br /&gt; textarea {&lt;br /&gt;     clear: both;&lt;br /&gt;     width: 99%;&lt;br /&gt;     font-size: 100%;&lt;br /&gt;     font-family: Verdana, Arial, sans-serif;&lt;br /&gt;     color: #000;&lt;br /&gt;     background-color: #addfe8;&lt;br /&gt;     border: 2px solid #addfe8;&lt;br /&gt;     -moz-border-radius: 4px;&lt;br /&gt; }&lt;br /&gt; &lt;/span&gt;&lt;br /&gt; &lt;/p&gt;&lt;p&gt;NB : the background color and the border color are #addfe8, try to replace this color code by one of your elements (banner, links, column, title...) : you may find every color code in your stylesheet. (exemple : #99cc33 ou #4E8ABE). An advice : use some bright colors...&lt;/p&gt;&lt;p&gt; &lt;/p&gt;&lt;p&gt;An other sample used on &lt;a href=&quot;http://technoblogs.blogspirit.com&quot;&gt;Technoblog&lt;/a&gt; :&lt;br /&gt; &lt;br /&gt; &lt;/p&gt;&lt;div style=&quot;text-align: center;&quot;&gt;&lt;img src=&quot;http://technoblog.blogspirit.com/images/medium_formulaire-blog-2.png&quot; alt=&quot;medium_formulaire-blog-2.png&quot; style=&quot;border: 1px solid rgb(204, 204, 204); margin: 0.7em 0pt;&quot; /&gt;&lt;/div&gt;&lt;br /&gt; &lt;br /&gt; CSS code :&lt;br /&gt; &lt;br /&gt; &lt;span class=&quot;code&quot;&gt;input {&lt;br /&gt; font-size: 100%;&lt;br /&gt; font-family: Verdana, Arial, sans-serif;&lt;br /&gt; background-color: #ffffff;&lt;br /&gt; border: 1px solid #cc6600;&lt;br /&gt; -moz-border-radius: 4px;&lt;br /&gt; }&lt;br /&gt; &lt;br /&gt; textarea {&lt;br /&gt; clear: both;&lt;br /&gt; width: 99%;&lt;br /&gt; font-size: 100%;&lt;br /&gt; font-family: Verdana, Arial, sans-serif;&lt;br /&gt; background-color: #ffffff;&lt;br /&gt; border: 1px solid #cc6600;&lt;br /&gt; -moz-border-radius: 4px;&lt;br /&gt; }&lt;br /&gt; &lt;/span&gt;&lt;br /&gt; &lt;p&gt; &lt;/p&gt;&lt;p&gt;I advise you to replace the color code  #cc6600 by a color of your choice according to your blog design...&lt;br /&gt; &lt;/p&gt;
</description>
</item>
<item>
<guid isPermaLink="true">http://technoblogs.blogspirit.com/archive/2005/05/25/javascript_in_your_blog.html</guid>
<title>Javascript in your blog</title>
<link>http://technoblogs.blogspirit.com/archive/2005/05/25/javascript_in_your_blog.html</link>
<author>noreply@blogspirit.com (blogSpirit Team)</author>
<category>Tips</category>
<pubDate>Wed, 25 May 2005 09:35:00 +0200</pubDate>
<description>
As &lt;a href=&quot;http://hulot.blogspirit.com/&quot; target=&quot;_blank&quot;&gt;Lionel&lt;/a&gt; asked me for inserting javascript code in a blogSpirit blog, here is an exemple with the &quot;add to bookmark feature&quot;.&lt;br /&gt;&lt;br /&gt;Technical notes :&lt;br /&gt;&lt;a href=&quot;http://www.blogspirit.com&quot; target=&quot;_blank&quot;&gt;BlogSpirit blogs&lt;/a&gt; use &lt;a href=&quot;http://smarty.php.net/&quot; target=&quot;_blank&quot;&gt;Smarty&lt;/a&gt; technology which is a &lt;a href=&quot;http://fr.php.net/&quot; target=&quot;_blank&quot;&gt;php&lt;/a&gt; template parser. &lt;br /&gt;Smarty tags are like {tag}{/tag}, that's why javascript code may be misunderstood if they contain ths type of caracter. The solution is to use the following Smarty tags : {literal]{/literal} between your javascript code (works also for CSS code)&lt;br /&gt;&lt;br /&gt;&quot;Add to bookmarks&quot;&lt;br /&gt;I really disagree with this type of feature which work only with some versions of IE (not working on Gecko type browser : Firefox, Safari, Netscape...)&lt;br /&gt;Create a new custom box and insert the following code :&lt;br /&gt;&lt;br /&gt;&lt;span class=&quot;code&quot;&gt;&amp;lt;script type=&quot;text/javascript&quot;&amp;gt;&lt;br /&gt;{literal}&lt;br /&gt;function add_favoris() {&lt;br /&gt;var site_name = &quot;Technoblog !&quot;;&lt;br /&gt;var site_url = &quot;http://technoblogs.blogspirit.com&quot;;&lt;br /&gt;     if ((navigator.appName.indexOf(&quot;Microsoft&quot;,0)&amp;gt;=0) &amp;&amp; (parseInt(navigator.appVersion)&amp;gt;=4)) {&lt;br /&gt;        window.external.AddFavorite(site_url,site_name );&lt;br /&gt;    } else {&lt;br /&gt;        alert(&quot;This d*feature works only with Internet Explorer 4+, perfom a Ctrl+D to add &quot;+var site_name+&quot; to your bookmarks.&quot;);&lt;br /&gt;    }&lt;br /&gt;}&lt;br /&gt;{/literal}&lt;br /&gt;&amp;lt;/script&amp;gt;&lt;br /&gt;&amp;lt;a href=&quot;javascript:add_favoris();&quot;&amp;gt;Add to my bookmarks&amp;lt;/a&amp;gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;NB : this script only works with IE 4 or more (your IE should be OK), if you want to use this script, don't forget to replace 'site-name' and 'site_url' by your blog title and url.&lt;br /&gt;&lt;br /&gt;NB2 : {literal}{/literal} tags are used to avoid the SYNTAX ERROR message when updating your template or custom box. If you still have this message or your blog don't display well, try to :&lt;br /&gt;- check if your tag is closed with : {/literal}&lt;br /&gt;- check if the 'literal' tags are just around some javascript or css code not html code&lt;br /&gt;
</description>
</item>
<item>
<guid isPermaLink="true">http://technoblogs.blogspirit.com/archive/2005/03/27/how_to_modify_the_font-size_of_your_blog.html</guid>
<title>How to modify the font-size of your blog ?</title>
<link>http://technoblogs.blogspirit.com/archive/2005/03/27/how_to_modify_the_font-size_of_your_blog.html</link>
<author>noreply@blogspirit.com (blogSpirit Team)</author>
<category>Blog</category>
<category>Tips</category>
<pubDate>Sat, 26 Mar 2005 18:52:25 +0100</pubDate>
<description>
Go to the &quot;advanced design&quot; section (&quot;Design&quot; header&quot;) and edit your Stylesheet template.&lt;br /&gt;&lt;br /&gt;Locate your &quot;body&quot; style (should be the first one) and update it as shown below in strong caracters :&lt;br /&gt;&lt;br /&gt;&lt;span class=&quot;code&quot;&gt;&lt;br /&gt;body { &lt;br /&gt; margin: 0px 0px 20px 0px;&lt;br /&gt; padding: 0px;&lt;br /&gt; background-color: #008da8;&lt;br /&gt; font-family: Verdana, Arial, Helvetica, sans-serif;&lt;br /&gt; color: #000;&lt;br /&gt; &lt;strong&gt;font-size: 120%;&lt;/strong&gt;&lt;br /&gt; word-spacing: normal;&lt;br /&gt; text-align: center;&lt;br /&gt;}&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;You may edit the font-size as you wish, to reduce it insert a percentage &lt; 100, to increase it insert a percentage &gt; 100.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;
</description>
</item>
<item>
<guid isPermaLink="true">http://technoblogs.blogspirit.com/archive/2005/03/03/a_new_blogspirit.html</guid>
<title>A new Blogspirit !</title>
<link>http://technoblogs.blogspirit.com/archive/2005/03/03/a_new_blogspirit.html</link>
<author>noreply@blogspirit.com (blogSpirit Team)</author>
<category>Blog</category>
<category>Tips</category>
<category>Trouble</category>
<pubDate>Thu, 03 Mar 2005 09:50:00 +0100</pubDate>
<description>
Finally !&lt;br /&gt;&lt;br /&gt;A new &lt;a href=&quot;http://www.blogspirit.com&quot; target=&quot;_blank&quot;&gt;Blogspirit&lt;/a&gt; version is born with the following new features :&lt;br /&gt;&lt;br /&gt;- &lt;strong&gt;Custom Blocks&lt;/strong&gt; that will let you insert HTML or Javascript code for any feature you may find on the Internet such as &lt;a href=&quot;http://technoblogs.blogspirit.com/archive/2005/01/10/how_to_add_music_background_to_my_blog.html&quot;&gt;multimedia modules&lt;/a&gt;, &lt;a href=&quot;http://technoblogs.blogspirit.com/archive/2005/01/23/a_search_engine_on_your_blog.html&quot;&gt;search motors&lt;/a&gt; or sponsorised links. (&quot;Columns content&quot; section)&lt;br /&gt;- &lt;strong&gt;Trackbacks&lt;/strong&gt;. Did you ever want to comment a post directly on your blog ? Trackbacks let you do that, you'll find this new feature in the &quot;new post&quot; -&gt; &quot;advanced settings&quot; sections. More is coming soon about Trackbacks on Technoblogs.&lt;br /&gt;- &lt;strong&gt;Security&lt;/strong&gt; from &quot;evil links&quot; and spamming. Blogspirit has already a system to protect every blog from spamming, you will now have a security level on your own blog by closing automatically comments and trackbacks on old posts after 1 month, 2 weeks or 3 days... (&quot;Post Settings&quot; section).&lt;br /&gt;- &lt;strong&gt;International Bloging&lt;/strong&gt; : chinese blogs will now have an blog administration in chinese ! Blogspirit supports any language from any country for bloging.&lt;br /&gt;&lt;br /&gt;New features mean new tips that will be soon available on &lt;a href=&quot;http://technoblogs.blogspirit.com&quot;&gt;TechnoBlog&lt;/a&gt; !&lt;br /&gt;&lt;br /&gt;&lt;u&gt;What you need to do to get all these new features.&lt;/u&gt; :&lt;br /&gt;&lt;br /&gt;Restaure ONLY the following templates (Design-&gt; Advanced Design) :&lt;br /&gt;Index&lt;br /&gt;Archive&lt;br /&gt;Categories&lt;br /&gt;Comments&lt;br /&gt;Permalink&lt;br /&gt;About Page&lt;br /&gt;List Item&lt;br /&gt;Album Templates : &lt;em&gt;all&lt;/em&gt;&lt;br /&gt;Atom&lt;br /&gt;Syndication&lt;br /&gt;&lt;br /&gt;NB : You may restaure these templates by ticking each template and clicking on &quot;Restaure original version&quot;, don't forget to not tick the &quot;Style&quot; template and the &quot;Calendar&quot; template (you could have mean surprises on your blog...)&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;If you have already modified your templates by yourself, you will need to check the differences and edit your templates. (Leave a comment for help if needed and I will post something on it).
</description>
</item>
<item>
<guid isPermaLink="true">http://technoblogs.blogspirit.com/archive/2005/01/10/how_to_add_music_background_to_my_blog.html</guid>
<title>How to add music background to my blog ?</title>
<link>http://technoblogs.blogspirit.com/archive/2005/01/10/how_to_add_music_background_to_my_blog.html</link>
<author>noreply@blogspirit.com (blogSpirit Team)</author>
<category>Tips</category>
<pubDate>Mon, 10 Jan 2005 12:30:00 +0100</pubDate>
<description>
Uplaod the mid file (name.mid) in the files repository (&quot;Control Panel&quot; -&gt; &quot;File Manager&quot;). The edit your calendar template (&quot;Design&quot; -&gt; &quot;Advanced Design&quot;) and insert the folowing :&lt;br /&gt;&lt;br /&gt;&lt;span class=&quot;code&quot;&gt;&amp;lt;embed src=&amp;quot;http://myblog.blogspirit.com/files/my_music_file.mid&amp;quot; &lt;br /&gt;hidden=&amp;quot;true&amp;quot; autostart=&amp;quot;true&amp;quot;&amp;gt;&amp;lt;/embed&amp;gt;&lt;/span&gt;
</description>
</item>
<item>
<guid isPermaLink="true">http://technoblogs.blogspirit.com/archive/2005/01/05/how_to_add_your_own_banner.html</guid>
<title>How to add your own banner ?</title>
<link>http://technoblogs.blogspirit.com/archive/2005/01/05/how_to_add_your_own_banner.html</link>
<author>noreply@blogspirit.com (blogSpirit Team)</author>
<category>Tips</category>
<pubDate>Wed, 05 Jan 2005 12:00:00 +0100</pubDate>
<description>
It is possible for you to insert your own banner instead of title of your blog. For that, follow these steps :&lt;br /&gt;&lt;br /&gt;   &lt;strong&gt;1.&lt;/strong&gt; Go in the section &quot;File Manager&quot; of the heading &quot;Control Panel&quot;&lt;br /&gt;   &lt;strong&gt;2.&lt;/strong&gt; &lt;strong&gt;Upload&lt;/strong&gt; your banner image on blogspirit:&lt;br /&gt;&lt;blockquote&gt;          * Click on the &quot; images &quot; directory&lt;br /&gt;          * Add your banner with the 'Upload' form&lt;br /&gt;          * Once the finished loading, note address (the &lt;strong&gt;URL&lt;/strong&gt;) of your banner. The address should be like: http://myblog.blogspirit.com/images/mybanner.jpg&lt;/blockquote&gt;&lt;br /&gt;      Note that if your banner is on another server you do not need to upload it on our server, on the other hand it is necessary for you to know his URL to reach this image.&lt;br /&gt;   &lt;strong&gt;3.&lt;/strong&gt; Go now in the section &quot;Advanced Settings&quot; of the heading &quot;Design&quot;.&lt;br /&gt;   &lt;strong&gt;4.&lt;/strong&gt; Locate the &lt;strong&gt;&quot;Style Sheet&quot; template&lt;/strong&gt; and click on &quot;Edit Template&quot;.&lt;br /&gt;   &lt;strong&gt;5.&lt;/strong&gt; A window of modification of the css file opens. We will help you step by step to &lt;strong&gt;modify CSS code&lt;/strong&gt; (the code of the style sheet) to insert your banner. Note that for each modification the code to be added for your banner is in comments: between &quot;/*&quot; and &quot;*/&quot;.&lt;br /&gt;         &lt;blockquote&gt; * Locate the style &quot; &lt;em&gt;#banner&lt;/em&gt; &quot;.&lt;br /&gt;                &lt;blockquote&gt;o Insert at the end of the style the following code:&lt;br /&gt;                  &quot; &lt;strong&gt;display: none;&lt;/strong&gt; &quot;&lt;/blockquote&gt;&lt;br /&gt;          * Locate the style &quot; &lt;em&gt;#banner-img&lt;/em&gt; &quot;.&lt;br /&gt;&lt;blockquote&gt;                o Replace: &quot; background-color: #xxxxxx; &quot;, by this line:&lt;br /&gt;                  &quot; &lt;strong&gt;background: #xxxxxx url([banner_URL].jpg) no-repeat 0% 0%;&lt;/strong&gt; &quot;&lt;br /&gt;                o Insert at the end of the style the following code:&lt;br /&gt;                  &quot; &lt;strong&gt;display: block;&lt;/strong&gt; &quot;&lt;br /&gt;                o Give to the attribute &quot;height:&quot; the height of your banner (in pixels).&lt;br /&gt;                  Example: if your banner is 90px, write: &quot; &lt;strong&gt;height: 90px;&lt;/strong&gt; &quot;&lt;/blockquote&gt;&lt;br /&gt;          * Locate the style &quot; &lt;em&gt;div.img-link a&lt;/em&gt; &quot;.&lt;br /&gt;               &lt;blockquote&gt; o Give to the attribute &quot; height: &quot;the height of your banner (in pixels).&lt;br /&gt;                  Example: if your banner is 90px, write: &quot; &lt;strong&gt;height: 90px;&lt;/strong&gt; &quot;&lt;/blockquote&gt;&lt;br /&gt;          * For the modifications related to design 4 (by counting starting from the top left towards the line) only.&lt;br /&gt;                &lt;blockquote&gt;o On the level of the styles &quot; &lt;em&gt;#container .container-decorator1&lt;/em&gt; &quot;: replace &quot; 90px &quot;in&lt;br /&gt;                  &quot; &lt;strong&gt;background: transparent url(http://[... ]) no-repeat 0% 90px;&lt;/strong&gt; &quot;&lt;br /&gt;                  by the following sum:&lt;br /&gt;                  Height of your image + margin of 9px&lt;br /&gt;                  Ex: your image is 120px height, the code to be inserted is: &quot; 129px &quot; &lt;/blockquote&gt;&lt;br /&gt;          * For the modifications related to design 5 (by counting starting from the top left towards the line) only.&lt;br /&gt;                o On the level of the styles &quot; &lt;em&gt;#container .container-decorator1&lt;/em&gt; &quot; and &quot; .&lt;em&gt;album-container .container-decorator3&lt;/em&gt; &quot; : replace &quot; 90px &quot;in&lt;br /&gt;                  &quot; &lt;strong&gt;background: transparent url(http://[... ]) no-repeat 0% 100px;&lt;/strong&gt; &quot;&lt;br /&gt;                  by the following sum:&lt;br /&gt;                  Height of your image + margin of 8px..&lt;br /&gt;                  Ex: your image made 120px in height, the code to be inserted is: &quot; 128px &quot; &lt;/blockquote&gt;&lt;br /&gt;   &lt;strong&gt;6.&lt;/strong&gt; Click on the &quot;&lt;strong&gt;Save information&lt;/strong&gt;&quot; button to apply the changes: your banner is inserted in your blog! You can check it by clicking on the &quot;View blog&quot; link in top of the page.&lt;br /&gt;&lt;br /&gt;If such were not the case, check well that you proceeded to &lt;strong&gt;each stage&lt;/strong&gt; (the code to insert must-to be the same). Also check that the URL given for your banner is quite valid: to check it simply, copy the URL of your banner in a navigator: if your image does not appear, your address is false.&lt;br /&gt;&lt;br /&gt;It is also probable that your banner is not sufficiently broad for space available (771px), in this case insert a code color to fill remaining space :&lt;br /&gt;background: &lt;strong&gt;#xxxxxx&lt;/strong&gt; url([banner_URL].jpg) no-repeat 0% 0%; (where #xxxxxx is the code color).&lt;br /&gt;&lt;br /&gt;You can return to a basic solution, in the section &quot;Advanced settings&quot; of the heading &quot;Design&quot;, tick a template then click on the &quot;Restore original Version&quot;. Caution! All your modifications of design will be lost.&lt;br /&gt;&lt;br /&gt;--------------------------------&lt;br /&gt;&lt;br /&gt;Note that this is not the only method to display your own banner, but this one was tested on :&lt;br /&gt;Win : IE 5.01 5.5 6 - Firefox 0.8 0.9 1 - Mozilla 1.7 - Opera 7.52&lt;br /&gt;Mac : IE 5.1 - Safari - Firefox&lt;br /&gt;&lt;br /&gt;Do not forget that all the code needed is in comments in your style sheet (/* code */) :  delete '/*' &amp; '*/' to valid this code.&lt;br /&gt;&lt;br /&gt;--------------------------------&lt;br /&gt;&lt;br /&gt;Edit : Here's a sample of the way your CSS shoud look like :&lt;br /&gt;&lt;br /&gt;&lt;span class=&quot;code&quot;&gt;&lt;br /&gt;#banner {&lt;br /&gt;height: 90px;&lt;br /&gt;background-color: #d9c0e6;&lt;br /&gt;color: #fff;&lt;br /&gt;    display : none;&lt;br /&gt;}&lt;br /&gt;#banner h1 {&lt;br /&gt;padding: 15px;&lt;br /&gt;font-weight: bold;&lt;br /&gt;padding-bottom: 10px;&lt;br /&gt;}&lt;br /&gt;#banner h2 {&lt;br /&gt;font-size: 80%;&lt;br /&gt;padding: 0px 0px 0px 15px;&lt;br /&gt;}&lt;br /&gt;#banner a {&lt;br /&gt;color: #fff;&lt;br /&gt;font-weight: bold;&lt;br /&gt;font-size: 70%;&lt;br /&gt;text-decoration: none;&lt;br /&gt;}&lt;br /&gt;#banner-img {&lt;br /&gt;display: none;&lt;br /&gt;    display : block;&lt;br /&gt;    background: #fff url(&quot;http://[BLOG].blogspirit.com/images/[BANNER].jpg&quot;) no-repeat 0% 0%;&lt;br /&gt;    height: [HEIGHT]px;&lt;br /&gt;}&lt;br /&gt;div.img-link a {&lt;br /&gt;    display: block;&lt;br /&gt;text-decoration: none;&lt;br /&gt;width: 100%;&lt;br /&gt;    height: [HEIGHT]px;&lt;br /&gt;}&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;--------------------------------&lt;br /&gt;&lt;br /&gt;In #banner-img, '#fff' is the background color which 'complete' your banner area, choose the one used in #banner.
</description>
</item>
<item>
<guid isPermaLink="true">http://technoblogs.blogspirit.com/archive/2005/01/05/how_to_insert_an_image_on_my_blog.html</guid>
<title>How to insert an image on my blog ?</title>
<link>http://technoblogs.blogspirit.com/archive/2005/01/05/how_to_insert_an_image_on_my_blog.html</link>
<author>noreply@blogspirit.com (blogSpirit Team)</author>
<category>Tips</category>
<pubDate>Sun, 02 Jan 2005 13:40:00 +0100</pubDate>
<description>
How to insert an image on my blog ?&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;1. Get the URL&lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;Example with &lt;a href=&quot;http://www.blogspirit.com&quot; target=&quot;_blank&quot;&gt;Blogspirit&lt;/a&gt; Logo. &lt;br /&gt;Edit a new post and paste the following code :&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span class=&quot;code&quot;&gt;&amp;lt;img src=&amp;quot;&amp;quot; alt=&amp;quot;&amp;quot; title=&amp;quot;&amp;quot; /&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;First let's get the image url on &lt;a href=&quot;http://www.blogspirit.com&quot; target=&quot;_blank&quot;&gt;Blogspirit Home Page&lt;/a&gt;. &lt;br /&gt;Make a right click on the image then properties (with Internet Explorer 6). Copy the URL near &quot;location:&quot;.&lt;br /&gt;Insert it on the &quot;src&quot; parameter (source) in your post :&lt;br /&gt;&lt;br /&gt;&lt;span class=&quot;code&quot;&gt;&amp;lt;img src=&amp;quot;http://www.blogspirit.com/graphics/portal/logo.png&amp;quot; alt=&amp;quot;&amp;quot; &lt;br /&gt;title=&amp;quot;&amp;quot; /&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;img src=&quot;http://www.blogspirit.com/graphics/portal/logo.png&quot; alt=&quot;&quot; title=&quot;&quot; /&gt;&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;2. Some design parameters&lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;You can edit the &quot;alt&quot; parameter (alternative). It displays text when image is not available. Same thing for &quot;title&quot; parameter.&lt;br /&gt;&lt;br /&gt;&lt;span class=&quot;code&quot;&gt;&amp;lt;img src=&amp;quot;http://www.blogspirit.com/graphics/portal/logo.png&amp;quot; alt=&amp;quot;Blogspirit&amp;quot; &lt;br /&gt;title=&amp;quot;blogspirit.com&amp;quot; /&amp;gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;img src=&quot;http://www.blogspirit.com/graphics/portal/logo.png&quot; alt=&quot;Blogspirit&quot; title=&quot;blogspirit.com&quot; /&gt;&lt;br /&gt;&lt;br /&gt;Your image is not centered ?&lt;br /&gt;You just need to put in a box &lt;div&gt;:&lt;br /&gt;&lt;span class=&quot;code&quot;&gt;&amp;lt;div style=&amp;quot;text-align: center;&amp;quot;&amp;gt;&amp;lt;img src=&amp;quot;http://www.blogspirit.com/graphics/portal/logo.png&amp;quot; &lt;br /&gt;alt=&amp;quot;Blogspirit&amp;quot; title=&amp;quot;blogspirit.com&amp;quot; /&amp;gt;&amp;lt;/div&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style=&quot;text-align: center;&quot;&gt;&lt;img src=&quot;http://www.blogspirit.com/graphics/portal/logo.png&quot; alt=&quot;Blogspirit&quot; title=&quot;blogspirit.com&quot; /&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;3. Apply a link on your image&lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;You may also put a link on your image, for exemple &lt;a href=&quot;http://www.blogspirit.com&quot; target=&quot;_blank&quot;&gt;www.blogspirit.com&lt;/a&gt;. You can use the link button on blogspirit editor or use the following code :&lt;br /&gt;&lt;br /&gt;&lt;span class=&quot;code&quot;&gt;&amp;lt;div style=&amp;quot;text-align: center;&amp;quot;&amp;gt;&amp;lt;a href=&amp;quot;http://www.blogspirit.com&amp;quot; &lt;br /&gt;target=&amp;quot;_blank&amp;quot;&amp;gt;&amp;lt;img src=&amp;quot;http://www.blogspirit.com/graphics/portal/logo.png&amp;quot; &lt;br /&gt;alt=&amp;quot;Blogspirit&amp;quot; title=&amp;quot;blogspirit.com&amp;quot; /&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/div&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style=&quot;text-align: center;&quot;&gt;&lt;a href=&quot;http://www.blogspirit.com&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://www.blogspirit.com/graphics/portal/logo.png&quot; alt=&quot;Blogspirit&quot; title=&quot;blogspirit.com&quot; style=&quot;border: 0;&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;Don't forget to insert this style : &quot;border: 0;&quot;, it deletes the border due to link style !&lt;br /&gt;&lt;br /&gt;Here it is : you have your image !&lt;br /&gt;You can print any image you want, remember that you should ask the webmaster first to insert an image you don't host...
</description>
</item>
</channel>
</rss>