Nov 22, 2009

Blogger Code Problems

free web hosting
Open Discussion & Free Web Hosting > Computers & Tech > Designing > Web Design and HTML

Blogger Code Problems

pyost
If I posted in the wrong forum, please forgive me smile.gif I had troubles determinating where to put this.

Anyhow, I have recently started a blog at blogger.com (actually it's blogspot.com). One of the main things I didn't like was the archive page. It showed whole posts, and I wanted it to show titles as links only. So I found a hack, and did everything as it said, but now I have problems.

Blogger has codes to determine which page will use that part of the code. In order to define the archive page, I used the following code:

CODE

<ArchivePage>
<Blogger>
<div id="archive-page">
<BlogItemTitle>
<a href="<$BlogItemPermalinkURL$>"><$BlogItemTitle$></a>
<br />
</BlogItemTitle>
</div>
</Blogger>
</ArchivePage>


And I had to modify the main part, between <blogger> and </blogger> tags. It had to be copied, so the first one would be for the main page (<mainpage>) and the other one for item pages (<itempage>). But that isn't working. This is a part of that code:

CODE


<MainPage>
<Blogger>

    <BlogDateHeader>
  <h2 class="date-header"><$BlogDateHeaderDate$></h2>
  </BlogDateHeader>
  
    
  <!-- Begin .post -->
  <div class="post">

......................................

    </div>
  
</ItemPage>
  <!-- End #comments -->

</Blogger>
</MainPage>



<ItemPage>
<Blogger>

    <BlogDateHeader>
  <h2 class="date-header"><$BlogDateHeaderDate$></h2>
  </BlogDateHeader>
  
    
  <!-- Begin .post -->
  <div class="post">

...................................

    </div>
  
</ItemPage>
  <!-- End #comments -->

</Blogger>
</ItemPage>



The first and the second half are the same, except for the <MainPage> and <ItemPage>
Now, that should be working, but it isn't. The item pages don't display any content, but the blogger code itself. To see what I'm talking about, check out this link: http://jawbam.blogspot.com/2006/05/problem...post-pages.html


I'm not sure what I amd doing wrong, so any help is appriciated.

 

 

 


Comment/Reply (w/o sign-up)

pyost
This is unbeliavable! Every time I ask for help I solve the problem myself smile.gif

Here's how I solved the problem. I replaced this:

CODE

<MainPage>
<Blogger>
---------------------
</Blogger>
</MainPage>

<ItemPage>
<Blogger>
---------------------
</Blogger>
</ItemPage>


with this:

CODE

<Blogger>
<MainPage>
---------------------
</MainPage>

<ItemPage>
---------------------
</ItemPage>
</Blogger>


Heh..

Comment/Reply (w/o sign-up)


Got an Opinion! Express your Views! (no registration):-
Add your Reply/ Opinion/ Views/ Comments/ Suggestion/ Questions/ Queries etc.
Posts with decent grammar & English will be accepted and please refrain from profanities.
For asking a Question, We recommend you to sign-up (for free) so that you can track the topic easily.

Nature of your Post*: Opinion/ Reply/ Comments
Question/Query
Feedback to us.
       
Name   Email
Title/Question*

This textarea will convert to Rich-Text automatically (IE, Firefox, Chrome)

Similar Topics

Keywords : Blogger Code Problems

  1. Basic css code - (3)
    to create a website in css...you will need to start with the basic code... /* CSS Document */...
  2. To Hide Your Source Code - all you need to know to hide your source code.. (18)
    protect your source code! follow these easy 5 steps: Copied from
    http://www.cgiscript.net/cgi-script/csNews...wone&id=19&op=t QUOTE Step 1: let's assume
    your main page is named index.htm. Rename index.htm to encrypt.htm. Step 2: open encrypt.htm
    source code and add the code below to the file, right after the opening BODY tag. CODE
    m='%3Cscript%20language%3DJavaScript%3E%3C%21--%0D%0A%0D%0Avar%20message%3D%22Function%20Disable
    d%21%22%3B%0D%0A%0D%0Afunction%20clickIE%28%29%20%20%7Bif%20%28document.all%29%20%7Balert%28message%
    29%3Breturn%20false%3...
  3. Free Shoutbox? HTML, Flash or PHP Code - (25)
    does anyone know where i can find a free shoubox thats customisable? it can be in html, php or flash
    format. thanks in advance paul...
  4. Code To Send An Email From A Form - (10)
    HTML form action=" http://www.bool.co.il/cgi-bin/bu.cgi?page=send2friend&id=8006 " method="
    post "> font face=" Arial "> input type=" text " name=" sender "> /font > the sender: br > input
    type=" text " name=" sender_email "> sender's mail: br > font face=" Arial (hebrew) "> input
    type=" text " name=" receiver "> /font > to: br > input type=" text " name=" receiver_email ">
    email Of receives the announcement: br > font face=" Arial (hebrew) "> input type=" text " name="
    subject "> /font > the subject: br > input type=" submit " value=" send "> /...
  5. Free Code Snippets And Css Layout - (14)
    In this site you can find some excellent CSS layouts and code snipets, its very simple but more
    important its very EFFECTIVE. So dont waiste time and visit : Code-Sucks Best regards,...
  6. Flash Pic Problems - Pics Display at Low Resoution (7)
    Posted this in another section but this could apply here too. Can anyone help me with this problem
    I seem to be having with flash?? I know this is probably some stupid little setting somewhere I have
    to tweak but I can't find it. I'm trying to put a picture into flash on the canvas. I have a
    seperate layer for it. Nothing else is on the layer. Properties for the picture is set at 100 %
    quality. My publish settings are set at 100% quality for Jpegs and I've tried every setting I
    can find but the picture keeps displaying at a low resolution when I preview my m...
  7. The Step Up. A Guide For Myspace Design - Actual code is included here :) (2)
  8. Code Improvement And Optimization - A beta service...it's almost free (2)
    I am offering a code improvement, optimization, validation and accessibilities assessment exclusive
    to Astahost members. This is currently not offered at the Trap17 side of the corporation because
    credits there are no use and I now rarely visit at Trap17 anymore. /wink.gif"
    style="vertical-align:middle" emoid=";)" border="0" alt="wink.gif" /> Now there are some certain
    things that are not explained on the page so I will explain them here. 1. This code improvement
    service will only be offered to sites that DOES NOT contain racist, hatred, discriminative, criminal
    (wa...
  9. 3 Column Css Layout - I am having some problems! (13)
    To make a CSS layout with two columns isn't a problem, but when making a 3 column layout without
    tables, I encountered some things where I find tables to be better for designing layouts.. so here
    is my problem: I have a menu bar at the left, a sidebar at the right and the content/center bar at
    the center of the page and of course a header and a footer with which I didn't have any
    problems, the problem is with the content/center bar, here is what I have: (all links won't be
    anchors, due to those pages are only temporary) quatrux.net/index_css.html but my pag...
  10. Home Videos - html code for home video (4)
    I was wondering if anyone knows how to turn a home video that is saved on your computer to that of a
    html code so I can put it onto my myspace page... Please if anyone at all knows how to do this
    please please help me!!!!...
  11. IE + CSS Hover Problems - (0)
    At the beginning of the month I started a riddle blog at www.blogger.com . I customized everything
    and it worked fine until I checked how it looks in Internet Explorer. Since the blog is about
    riddles, I had to find a simple way of hiding/showing solutions. I made a new CSS class called
    'spoiler' and defined it in this way: CODE .spoiler a {   text-decoration: none;
      color: #000; } .spoiler a:hover {   text-decoration: none;   color: #ad9; } And for the
    solution, I used this HTML code: HTML div class =" spoiler "> a > span style =" font-weigh...
  12. I Need Help With A Code: Myspace Profile Css - (5)
    Ok, I made this background for myspace, but it wants to tile itself and all that jazz.. the image is
    800x600 cuz i know most users have that setting. anyhoo im sure there is a html tag out there
    somewhere to keep an image fixed and resized depending on resolution.. but then again i could be
    wrong haha.. come to think of it i probably am wrong but i thought i would ask you all if you knew
    of a code that would do that... here is my profile page for reference: Myspace Page anyhelp is
    greatly appreciated.. i may just wind up fading the edges of the pic into black and cen...
  13. Jscript/html/css Code Help - irritating gaps in spliced image (8)
    Here is a link to one of the pages i am designing for my parents business website. all the other
    pages - except the main page - are just imagemaps. this page and the main are spliced images - the
    main contains a iframe blog - but in this one in xp/ ie and firefox/ all the images are pulled apart
    the idea for the page is that the user mouse-over's the cartons and the blank box of grass in
    the bottom has the details of the product printed in it. i am totally able to git rid of the
    splicing if nessisary and use div's but i cant figure how. could someone help me s...
  14. Blogger Help - any one know how? (12)
    does anyone who how to use a blogger.com account to make a neat blog inside a website. ive seen it
    done with a iframe but i dont know how. is this the payed for service that this uses or can it be
    done from the free service. what im trying to do is make a site with two iframe blogs that are
    posted onto by multiple different people. or does anyone have a better way of doing it not using
    iframe - they often get blocked on school/college filters. thanks...
  15. Rollover Menu Problems - After visited, hover doesn't work! (2)
    Here's my problem: I have a simple rollover menu, where the links light up whenever your mouse
    is over one of them. It works fine. In the simplest sense, I used this CSS code: (in .css file)
    a:link, a:visited {color:#000000} a:hover {color:#FF0000} This works! Yay! Okay. But when
    I click on any of the links (it is therefore considered "visited"), the hover function doesn't
    work anymore. The link becomes static (hover does not work anymore). And yes, I want my unvisited
    and visited links to be the same color. Question: How do I get the hover functi...
  16. Simple Java Script Code For Print Pages - (0)
    A simple java script code for printing your website pages just copy and paste below code on your
    pages you can use image or text instead of button. Print screen button function
    varitext(text){ text=document print(text) } // End --> onclick="varitext()">
    be successful ! Soleimanian...
  17. Basic XML code - (3)
    you will need to start with..... ...
  18. Hex Color codes - a list of colors in code (6)
    I have here compiled a list of colors in Hexidecimal code. I have listed them in alphabetical order.
    I put them in three different files so ill put them in three posts. A-D, F-M, N-Y, dont worry i know
    my alphabet, their are just no colors starting with E etc. A-D Aliceblue-F0F8FF
    Antiquewhite-FAEBD7 Aqua-00FFFF Aquamarine-7FFFD4 Azure-F0FFFF Beige-F5F5DC Bisque-FFE4C4
    Black-000000 Blanchedalmond-FFEBCD Blue-0000FF Blueviolet-8A2BE2 Brown-A52A2A Burlywood-DEB887
    Cadetblue-5F9EA0 Chartreuse-7FFF00 Chocolate-D2691E Coral-FF7F50 Cornflowerblue-6495ED Cornsilk-F...
  19. WORKING OUT PROBLEMS - everybody should help..... (1)
    /biggrin.gif" style="vertical-align:middle" emoid=":D" border="0" alt="biggrin.gif" /> hello... i
    got a problem... i used flash, dreamweaver, photoshop, fireworks and of course..html with php
    scripting....... the problem is that the .swf files don't load properly. i changed the paths and
    permissions and the website is still working umproperly... DOES ANYBODY KNOW HOW CAN I WORK IT OUT?
    my website.... still under construction... thanks greetings from MÉXICO.......



Looking for blogger, code, problems

See Also,

*SIMILAR VIDEOS*
Searching Video's for blogger, code, problems
advertisement



Blogger Code Problems

Affordable Web Hosting, Low cost Web Hosting - ComputingHost.com