answersLogoWhite

0

<div id="header">

<div id="footer">

<div id="content">

<div id="sidebar">

<div class="post">

User Avatar

Wiki User

11y ago

What else can I help you with?

Related Questions

How to remove subscribe post comments atom feed in blogger?

Go to your blog Dashboard -&gt; Theme -&gt; Edit HTML Blogger Theme Edit HTML Step-2: Search the following code and delete it Blogger Post Atom Blogger Post Atom The above code will remove the Subscribe to: Post (Atom) links as shown in above screenshot. Step-3: Search the following code and delete it Blogger Post Comment Atom Blogger Post Comment Atom The above code will remove the Subscribe to: Post Comments (Atom) links as shown in above screenshot. Step-4: Now save the template and enjoy! Alternatively, you may search and delete the following codes to remove both (post/post comments) atom links from all pages of blogger blog. () Now, save your template. Hurray! There is no more Subscribe to Post/ Post Comments (Atom) text links in your blog.


Can you post photos on blogger?

You can post photos on blogger. If you use the insert image button on the Blogger toolbar you will see the option to insert an image. You can post from a picture on your computer, URL, or something previously uploaded to Blogger.


How do you insert HTML and JavaScript in Blogger post?

To add javascript (google ads) on blogger post you should keep a note of these pointers:1. Open Post and go to HTML view.2. Complete script should be in 1 line. Remove all line Breaks.3. If you are using some onclick or other events then your javascript should be in double quotes.eg. 5xDeals4. If your script is too long, then you can put it somewhere on web and call it on your post.I've used all these tips while placing ads on www.5xdeals.com.. You can check that out...Microk


How do you code a blog?

If you're using the blogger website then you don't need to use coding. However if you have some knowledge of HTML so that's good.


How do you change the date on blogger post?

Date can be changed on published posts on blogger with following below steps:1. Go to Blogger dashboard > Posts2. Click on "Edit" of desired post to be changed3. Go to Post settings > Published on (top right corner of opened post)4. Pick up the date you want to see on the post and click on "done" button5. Hit the update (orange button) .Now, the updated date can be seen on blogger post.Thanks


How do you delete the navigation bar from Blogger account?

It's very simple. First you login in your blogger account. Then go to edit html page. Then find the ]]&gt; in html source. After that put this code #navbar { display: none; }just before it. I think it will help you.


How much entries can you post in a Blogger?

There is no limit on the number of posts in blogger. However, the number of labels are limited to 5000 (that are uniqu).


How do you publish something new in Blogger?

In Blogger Post is Very Easy. First You will sign in you Blog. Click New Post. Type Post Title. Then Type your Information with Image and Click Publish. After Click Publish you will Click View Post and See.


How do you post web links?

Assuming you are using HTML, do as follows: &lt;a href="http://www.link.com"&gt;Name To Click&lt;/a&gt;


How do you remove the moving text on Blogger?

In Blogger, Either go layout section or go to HTML template and find out your moving widget and remove it from source it self. From, Technology Magazine


How do you put a banner on a Blogger?

Generate HTML code of a banner first then copy it. Go to Blogger Dashboard &gt; Layout &gt; Add a Gadget. Select HTML/JavaScript widget from the list and paste the banner code inside and Save. You can see the banner is visible on the blog now.


How to pass form data between HTML pages without using url in java?

This can be accomplished by submitting the form data using the POST method.