<div class="form">
<!-- Custom Contact Form By WG Starts -->
<form name="contact-form">
<!-- Name Field -->
<input class="contact-form-name" id="ContactForm1_contact-form-name" name="name" onblur="if (this.value == &quot;&quot;) {this.value = &quot;Namn&quot;;}" onfocus="if (this.value == &quot;Namn&quot;) {this.value = &quot;&quot;;}" size="30" type="text" value="Namn" />
<br /><!-- Email ID Field -->
<input class="contact-form-email" id="ContactForm1_contact-form-email" name="email" onblur="if (this.value == &quot;&quot;) {this.value = &quot;Email&quot;;}" onfocus="if (this.value == &quot;Email&quot;) {this.value = &quot;&quot;;}" size="30" type="text" value="Email" />
<br /><!-- Message Field -->
<textarea class="contact-form-email-message" id="ContactForm1_contact-form-email-message" name="email-message" onblur="if (this.value == &quot;&quot;) {this.value = &quot;Leave Your Message..&quot;;}" onfocus="if (this.value == &quot;Leave Your Message..&quot;) {this.value = &quot;&quot;;}" value="Leave Your Message.."></textarea>
<br /><!-- Clear Button -->
<input class="WG-btnLogin" type="reset" value="Ta Bort" />
<!-- Send Button --> 
<input class="WG-btnLogin" id="ContactForm1_contact-form-submit" type="button" value="Skicka" />
<!-- Validation -->
<div style="max-width: 222px; text-align: center; width: 100%;">
<div class="contact-form-error-message" id="ContactForm1_contact-form-error-message">
</div>
<div class="contact-form-success-message" id="ContactForm1_contact-form-success-message">
</div>
</div>
</form>
<!-- Custom Contact Form By WG Ends --> </div>

Contact Form on a page


  • AMEA STÄD

    DESCRIPTION HERE
  • CH Tryckeri

    DESCRIPTION HERE
  • G26

    DESCRIPTION HERE
  • HÅRSTATION

    DESCRIPTION HERE
  • IDEAL KEMTVÄTT

    DESCRIPTION HERE
  • SUSHI BY KYOTO

    DESCRIPTION HERE
  • SVE I ALLT

    DESCRIPTION HERE

Link Exchange Slideshow

Mall > Redigera HTML

<Variable name="widget.title.text.color" description="Title Color" type="color" default="#888888" value="#888887"/>

Change widget title text color

Boknings formulär


Here’s a quick and useful tip for Google Spreadsheets.
If you’ve created a form you’re going to want to receive a notification when someone submits it. Fortunately Google Spreadsheets come with a pretty powerful Notification tool. You can configure it to send you a notification email for pretty much any eventuality. Including when someone submits a form.
What you need is the “Notification rules…” editor, which you can access from the Tools menu. Open it up, click “Add Rule…” and you’ll be presented with this dialog box:
The eagle-eyed will immediately spot the “A user submits a form” option. You’re going to want to check that box. then depending on how immediately you want to be notified, go for either the “daily digest” or the “right away” option.
And there you have it, that’s how to have your spreadsheet notify you when it changes i.e when someone submits a form, edits it or changes the collaborators.

How to Make a Google Spreadsheet Send an Email on Change

Exempel på reklam och reklamskyltar mm. kan ses på
http://reklamskyltar.blogspot.se

Reklam


Find the control panel on your domain registrar’s website, and locate your DNS (Domain Name System) settings. In order to link your blog to your custom domain, follow the instructions below to enter your "CNAME" and "A-records."

CNAME
Add two CNAME records. For the first CNAME, where it says NameLabel or Host enter "www" and where it says DestinationTarget orPoints To enter "ghs.google.com" . 

For the second CNAME, enter (This is your login dependent !!! ) so something like : "DWSHKEGNCJC4" as the Name and "gv-W4374RRL5UVVB7.dv.googlehosted.com." as the Destination. See our detailed instructions on providing CNAMEs for various registrars. If yours isn't listed, or if you run into other difficulties, contact your registrar directly and they can help you out.
A-records (optional)
The following action links your naked domain (example.com) to your actual site (www.example.com). If you skip this step, visitors who leave off the "www" will see an error page.
Enter your domain name in the format example.com, and list the I.P. addresses shown below in the "A" section. You'll need to create four separate A-records which point to four different Google IPs.
216.239.32.21
216.239.34.21
216.239.36.21
216.239.38.21
  1. Update your Blogger settings
    Before you move onto this step, wait about an hour for your DNS settings to activate. If you attempt to change the publishing settings before the DNS changes activate, then we'll let you know with a warning message.
    Now it’s time to make sure Blogger knows about your custom domain so that Google can direct readers to your blog. Just head back to Blogger and update the information on your Settings | Basic tab. Find the area for "Publishing," and click the link to add a custom domain.
    Add a custom domain
    Then, click on "Switch to advanced settings."
    Advanced Settings
    Enter in the URL for your custom domain in the text box provided, and click Save. That’s it! Your blogspot.com address will soon redirect to your new custom domain -- be patient, as it might take up to 24 hours for the redirect to start working.
    Enter URL and save

    Congratulations, you’re all set!
Some helpful notes:
  • If your new domain isn't taking you to your blog, wait another day or two to make sure all the DNS servers have been updated. If it still isn't working, contact your registrar to make sure you entered the DNS settings correctly.
  • Your original Blogspot address will automatically forward to your new domain. That way, any existing links or bookmarks to your site will still work.
  • Your posted images will continue to display on your blog.

How to use a custom domain name for blogger blog?

<!--Code at www.allbloggingtricks.com-->
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"

type="text/javascript"></script>
<script src="http://s3slider-original.googlecode.com/svn/trunk/s3Slider.js"

type="text/javascript"></script>
<script type="text/javascript">
    $(document).ready(function() {
   $('#btrix_slider3').s3Slider({
      timeOut: 2000
   });
});
</script>
<style>
#btrix_slider3 {
   width: 225px; /* Keep it 20px-40PX greater than ACTUAL Image size */
   height: 155px;
   position: relative;
   overflow: hidden;
   margin-left: 0;
}
#btrix_slider3Content {
   width: 590px;
   position: absolute;
   top: 0;
   margin-left: -20px;
}
.btrix_slider3Image {
   float: left;
   position: relative;
   display: none;  top: 0;
   border:1px solid #ddd;
}
.btrix_slider3Image span {
position: absolute;
    font: 12px/15px sans-serif,Arial, Helvetica;
    padding: 10px 10px;
    background-color: #000;
    color: #fff;
    filter:'alpha(opacity=70)';
    -moz-opacity: .5;
    -khtml-opacity: .5;
    opacity: .5;
    text-align:justify;
}
.btrix_slider3Image span a {
text-decoration:underline;
color:#FE6602;
}
.clear {
   clear: both;
}
.top {
    top: 0;
    left: 0;
    width: 570px !important;
    height: 70px;
}
.bottom {
    bottom: 0;
    left: 0;
    width: 226px !important;
    height:70px;
}
.left {
    left: 0;
    top: 0;
    width: 110px !important;
    height: 335px;
}
.right {
    right: 0;
    bottom: 0;
    width: 80px !important;
    height: 319px;
}
</style>

<br />
<div id="btrix_slider3">
<ul id="btrix_slider3Content">

<a href="http://www.espressni.se/" target="_blank">
<li class="btrix_slider3Image">
<img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEijnRHpwYHdzjCGX-R-OwUkUjn_WEcA7vgz_Mlh7IIyGq148kWE-SUBtXQ3uAJR4GMndB-Or_JB5S0PLjAIpyxXq8leWXaXRD8Yc2cpf4h6bg_U-zsz2ruYagfleWuIyd7KHaPpMVUK-iQ/s1600/ARTISTI+ESPRESSINI.jpg" />
<span class="bottom"><h3> </h3>
Frukost, Lunch mm...</span>
</li></a>

<a href="http://www.amea.nu/" target="_blank">
<li class="btrix_slider3Image">
<img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh_zQGmWcdoXW2m4lIXYhZ7JLJ-T9o2UzA-9w1t3Kv4GG4ZoxTVF-vkVnCnxpOXB6BD01Q0SY1x-ngqmsiMjnDs2m8rNQ69g2liodM495IhHlF42CU9c2caN2NYIGS0fXnybVTtKHMxJKQ/s1600/AMEA-ST%C3%84D.jpg" />
<span class="bottom"><h3>AMEA STÄD</h3>
Kvalitet och Miljömedvetenhet</span>
</li></a>
<a href="http://www.chtryckeri.se/" target="_blank">
<li class="btrix_slider3Image">
<img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg0fFbnrS0bsSBSRI_0VtoBMQJ_3NmOTCktx9eMv0TTGmrDIhxU82xEa9gv7nCoMmCf-Yojwel5VSCklzhDY-cEuYT_otB9XvIfo0hSqelF0kNcXlOemiU7SPiffjYiFh-tIROycRnZehE/s1600/CH-TRYCKERI.jpg" />
<span class="bottom"><h3>
CH Tryckeri</h3>
Det lilla tryckeriet med<br />
de stora möjligheterna!</span>
</li></a>
<a href="http://www.g26.se/" target="_blank">
<li class="btrix_slider3Image">
<img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiePEVHed7bUXpxepMcRjkpI3E23__gJ5nGRXF4x6VUKpE8ocXw05idgKfHb3_fpriA4E59dqpAj9I77MGyD4Pm6_e5qNQ1DrZ36gEZuy_hbmz7rzG00J-gz7HeGpTlLgE1HHzABZ5VLSM/s1600/G26.jpg" />
<span class="bottom"><h3>
G26</h3>
Clothes for real men only</span>
</li></a>
<a href="http://www.hårstation.se/" target="_blank">
<li class="btrix_slider3Image">
<img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjG9dE3ZxvY6OSe69_yzMBSWjdzToWPtCHvZrqFkaSmQBIWqIuaPeXqmF_Td2oN5Jmm5w_gXv-KLio2np0aGd76JDy2xy5Oc6rx9aopn7Dk2NZ9TUtbBFi2FF6Wdxf5TiBN8ii3Y5GsCSM/s1600/H%C3%85RSTATION.jpg" />
<span class="bottom"><h3>
HÅRSTATION</h3>
Snygg till både vardag och fest!</span>
</li></a>
<a href="http://idealkem.stockholm1.se/" target="_blank">
<li class="btrix_slider3Image">
<img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhs4lXu8xv_Da_5ENM036dk2shhgJ6Fz8LPzQFCeKx0_2Rx5V1TCc8XxByrvy_3-nIOLRynIxNU-EXYOsWo8gIQ1cNNaQWtU3S3X1KbE14bQ3BjvAO1z27TUYeyW-bnZbvOXA6_Yi2dxNQ/s1600/IDEAL-KEMTV%C3%84TT.jpg" />
<span class="bottom"><h3>
IDEAL Kemtvätt & Skrädderi</h3>
Är förmodligen världens bästa!</span>
</li></a>
<a href="http://www.sushibykyoto.se" target="_blank">
<li class="btrix_slider3Image">
<img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEivf2Sv7OUuCx6TOCzUb35bDy1GlC9Jtd_089eG6Hon71GiXE_GHxtMZPwAK-UC2dRJDN7F-1TfrRkNARjh-kVFv3b23tP92jKCf0iZV7A3AchVGqV_DTgUFzCnyoNf7AL3o9x2yxh5sTk/s1600/SUSHI-BY-KYOTO.jpg" />
<span class="bottom"><h3>
SUSHI BY KYOTO</h3>
Stjärnorna på sushikartan säger allt!</span>
</li></a>
<a href="http://www.sveiallt.se/" target="_blank">
<li class="btrix_slider3Image">
<img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgBJBlBgkU9TyFFNRToRKe52h9poChgDmIrxqhtRYuqzC8w9YQgiyIyVkg0j6B6RqAZCLukOcKDe0ww9q2L_6NItDKIh5haYPtnk29tFsvKqesEptGS3qtN09-FvqaIFQNtWH-2PDjdBgI/s1600/SVE-I-ALLT.jpg" />
<span class="bottom"><h3>
SVE I ALLT</h3>
Anlita bara proffs!</span>
</li></a>
<a href="http://www.teichmann.se/" target="_blank">
<li class="btrix_slider3Image">
<img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEirbqOkhhfINKABt0NBCCrav0YTqjG5U6ru0l81bXb9hXKd01GAc-NogRfcu4FKgNb36c-nnaFz5UjSC44dsENfUAr9S6KGsIL6H8mXUdcdqUCCeyLk2qCe_5TfQwTIVbefITR2nogrDqo/s1600/TEICHMANN.jpg" />
<span class="bottom"><h3>
Gideon Teichmann</h3>
Guld- och silversmedsmästare</span>
</li></a>

<a href="http://www.jakthornet.eu/" target="_blank">
<li class="btrix_slider3Image">
<img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjqJSCd_ACVKEwS1UIswxuP7E9zSuxkL6TvWIbkrY3ng6vKyKeo1JJLaOwPzmVCZYT8GkUYX9PjltbnxvTwhvTNmdWTZOgyyv34coeNYhgsf6ImO07FoLflsBtLNfQP8mRPzOMY5h6fXTQ/s1600/JAKTHORNET.jpg" />
<span class="bottom"><h3>
RESTAURANG JAKTHORNET</h3>
Ät Kungligt</span>
</li></a>

<a href="http://www.saschasmaleri.se/" target="_blank">
<li class="btrix_slider3Image">
<img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj1h3yLpZrANOcrxcYUoStfSd8qGqWY8nd0daPiqa3SF-Ya15Cn3gunJAwOIn17Sbx9FWPRo8sij3UPdK1IZWlN6IkOoNU_o-_gQI0zIBkYZbCzpjMB5E-6z78xMTiSGISD_CdstCKYFNs/s1600/SASCHASM%C3%85LERI.jpg" />
<span class="bottom"><h3>
SASCHAS MÅLERI</h3>
Allt inom måleri</span>
</li></a>
<a href="http://www.stockholm1.se/" target="_blank">
<li class="btrix_slider3Image">
<img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgsbZ9XrvbFCyuLFu2ncUd4zWM-Zusf_EMAmr3HfgrdnvkyzYVZxspDvSRPajsQ_pZJyZUZHtGmfZZobxvNsXc40JVMnTmHpTrTPmAFFXewB3YLDqjtXCi4IQMu161SxFYcDf9TCjJsLdkc/s1600/SwedishWebDesign-LinkExchangeImages.jpg" />
<span class="bottom"><h3>
SWEDISH WEB DESIGN</h3>
Welcome to stockholm1.se <br />
Link exchange services</span>
</li></a>
<div class="clear btrix_slider3Image">
</div>
</ul>
</div>
<br />
<!--Code at www.allbloggingtricks.com-->

stockholm1.se LinkExchange

.PageList li {display:inline !important; float:none !important;}

#blog-pager {
display:none;
}

.footer-outer {
    border: none !important;
}

html, body {
background: url('https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj5Dhdbos17w47orDwOzQ721uapytTJ3lTR8kwCnf2bHGKEyEEXm18XIy63W5QoT21eItkRjybyvZgDUbOn6qjBn4CU9Gtv5CKYUpuZr-XofP0XsZnPJd934g5eglXKmII-ozGWymIKxc4/s800/SWD%25201800x1166.jpg') no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}

Skalbar bakgrundsbild

Repost from:
http://www.southernspeakers.net/2012/11/changing-bloggers-default-homepage.html

Changing Blogger's Default Homepage


The very first tutorial published in this blog was a walkthrough on how you can set-up a welcome screen in your blog, so that you won't be presented with Blogger's default homepage. I thought it's about time to update the old walkthrough, as an easier way to set-up a custom landing page is now available to us. Basically, this walkthrough is gonna teach you how you can set a custom page to be the first page that your readers will be seeing upon visiting your blog (from hereon referred to as 'new landing page'). This can be useful if you want to include some sort of welcome screen, content warning, or whatever tickles your fancy. And yes, it works on non-dynamic as well as dynamic view templates!


Click here for a video tutorial!

Note: In the walkthrough below, I will change my default landing page to a custom welcome screen. It is not a must to use a static page as your custom landing page. You can use any page in your blog for this purpose.

Step 1: 

It is important that you have a Pages gadget in your blog so that you readers can navigate from your new landing page to your blog posts. If you don't already have one, add it by going to Dashboard - Pages - Show pages as - Top tabs.


Step 2: 

Go to Dashboard - Pages - New Page - Web Address. Use 'Blog' as its title. As for the URL, use your current URL, with a suffix of '/search' at the back.. For example, if my blog's address is:
1
http://testblog13yoboy.blogspot.com
..in the URL field, I'd enter:
1
http://testblog13yoboy.blogspot.com/search

Just FYI: You might be wondering why this step is necessary. Here's why. Though you can easily change the default landing page, it is important that sufficient measures are taken to ensure your readers have the options to view your blog posts. Otherwise, your readers will only see your new landing page + your pages links, and no way to view your blog posts..

Step 3: 

You don't have to create a new page to serve as a landing page. You can use any page/post in your blog and set it as your new landing page. But if you haven't created a custom landing page for your blog, this will be a good time to do so. Under Dashboard - Pages, create a new static page by clicking on New Page - Blank Page. Design the page as you like. You might want to leave a link to your blog posts by entering a text that says 'Click here to continue' or something to that effect. Link it to the URL that you've used inStep 2.. Publish your new landing page when when you're done composing.


Step 4: 

You need to note down your new landing page's URL before proceeding to Step 5. Just view the page that you've created from Step 3 in a browser and note it's URL, by going toDashboard - Pages - Click 'View' on your new landing page. This is the URL of my new landing page:
1
http://testblog13yoboy.blogspot.com/p/welcome.html
You only gonna need the part after the .com for the next step. This is the portion that I'm referring to.
1
/p/welcome.html

Step 5: 

Go to Dashboard - Settings - Search Preferences - Errors and redirections - Custom Redirects - Edit, and use the settings below:
  • In the 'Form' field, insert a forward slash /
  • In the 'To' field, insert the part that you've gotten from Step 4
  • Check the box that says 'Permanent' next to it.
  • Click 'Save' (the blue link)
  • Click on 'Save Changes' (the Orange button)


Extras:

1) In your pages menu, you'd probably have 'Home', 'Blog' and the link to your new landing page (in my example, I named it 'Welcome'). Now, you'd notice that the 'Home' link and 'Welcome' link serve the same purpose. You might wanna remove one of these links by going to Dashboard - Layout - Pages - Edit - Uncheck either the 'Home' box or the box next to your new landing page.


2) Since your landing page is probably gonna be a static or post page, you'll see your comment box on the very front page itself. You can turn this off by editing your landing page, and on the right-side column - Page Settings - Options - Reader comments - choose 'Don't allow, hide existing'. Click 'Done' and 'Update' when you're done.



3) Having sidebar(s) on your welcome page might not be desirable, especially when you could use the space to widen your new landing page. Click here to check out a tutorial on how you can remove sidebar(s) and maximize width on selected page(s).



Remove Blogger Sidebar and Maximize Main Width on Selected Pages

This one is a famous request in Blogger Help Forum - how to hide the sidebar on one of the static pages, and make the main blog show in full width in that page, and in that page alone. Usually, I'd give a personalize solution for each asker, as each one of them had different blog with different template that had different settings. Today, I finally took the time to generalize this tweak. Anyone can use the solution in this page, and you'll get what you want - refer to the title, I'm not gonna repeat what this tutorial does. Or maybe I will. You get to hide your sidebars (doesn't matter left, right or both) and use that space to widen your main posting area, on pages that you choose. You can apply this tweak both on your static pages and/or your post pages (the page that loads when you click on the title of your posts).


Click here for a live demo.

Did I mention that this is a one-step tutorial?

Step 1: 

If you're using the old Blogger interface: Go to Dashboard - Design - Edit HTML - Back Up (Download Full Template) -

If you're using the new Blogger interface: Go to Dashboard - Template - Backup/Restore - Download Full Template - Close -  Edit HTML - Proceed - 

Find for </b:skin> - Paste the following directly below </b:skin> - Change the address inLine 1 to the address of your page.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<b:if cond='data:blog.url == "http://yoboy-testblog7.blogspot.com/p/bla-bla.html"'>
<style>
.main-inner .columns {
padding-left: 0px !important;
padding-right: 0px !important;
}
.main-inner .fauxcolumn-center-outer {
left: 0px !important;
right: 0px !important;
}
.main-inner .fauxcolumn-left-outer, .main-inner .fauxcolumn-right-outer, .main-inner .column-left-outer, .main-inner .column-right-outer {
display: none !important;
}
</style>
</b:if>

The code in place:


Again, don't forget to change the address in Line 1 to the address of your page. If you want to apply the tweak to more than a page, just copy and paste another set of similar code below the first one, and place the other page's address on the second code. If you want to apply the tweak to all of your static pages, see the Bonus section below.

Bonus: 

If you want to apply the tweak to all of your pages, instead of addressing the page one by one, use the following code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<b:if cond='data:blog.pageType == "static_page"'>
<style>
.main-inner .columns {
padding-left: 0px !important;
padding-right: 0px !important;
}
.main-inner .fauxcolumn-center-outer {
left: 0px !important;
right: 0px !important;
}
.main-inner .fauxcolumn-left-outer, .main-inner .fauxcolumn-right-outer, .main-inner .column-left-outer, .main-inner .column-right-outer {
display: none !important;
}
</style>
</b:if>
To apply the tweak to all your post-pages (the page that opens when you click on the title of your post), which might not be a good idea, use the code below:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<b:if cond='data:blog.pageType == "item"'>
<style>
.main-inner .columns {
padding-left: 0px !important;
padding-right: 0px !important;
}
.main-inner .fauxcolumn-center-outer {
left: 0px !important;
right: 0px !important;
}
.main-inner .fauxcolumn-left-outer, .main-inner .fauxcolumn-right-outer, .main-inner .column-left-outer, .main-inner .column-right-outer {
display: none !important;
}
</style>
</b:if>

That will be all folks, now go have fun.

Changing Blogger's Default Homepage