Webmaster Forum


Go Back   Webmaster Forum > Blogging > Blogging Forum
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Blogging Forum Discuss general blogging issues here - design, integration, posting, trackbacks, ETC. Also discuss blogs you like.

   

Reply
 
LinkBack Thread Tools Display Modes
Old 11-02-2007, 06:23 AM   #1 (permalink)
Contributing Member
 
gemini262's Avatar
 
Join Date: 09-07-07
Posts: 218
iTrader: 0 / 0%
Latest Blog:
None

gemini262 is liked by many
Red face Next Page Question on Blogger..?

Hello,

I've just read the thread "
Next page Code for Blogger.com ? HELP" by littlephoenix and answered by oracle.

I'm having the same problem, since I cannot post my question there, I posted a new thread instead.

My question is:

1. How do I put this code

Quote:
#blog-pager-newer-link {
float: left;
}

#blog-pager-older-link {
float: right;
}

#blog-pager {
text-align: center;
}

in this code...?


Quote:
<b:includable id='nextprev'>
<div class='blog-pager' id='blog-pager'>
<b:if cond='data:newerPageUrl'>
<span id='blog-pager-newer-link'>
<a class='blog-pager-newer-link' expr:href='data:newerPageUrl' expr:id='data:widget.instanceId + "_blog-pager-newer-link"' expr:title='data:newerPageTitle'><data:newerPageTi tle/></a>
</span>
</b:if>

<b:if cond='data:OlderPageUrl'>
<span id='blog-pager-older-link'>
<a class='blog-pager-older-link' expr:href='datalderPageUrl' expr:id='data:widget.instanceId + "_blog-pager-older-link"' expr:title='datalderPageTitle'><data:OlderPageTi tle/></a>
</span>
</b:if>

<b:if cond='data:blog.homepageUrl != data:blog.url'>
<a class='home-link' expr:href='data:blog.homepageUrl'><data:homeMsg/></a>
<b:else/>
<b:if cond='data:newerPageUrl'>
<a class='home-link' expr:href='data:blog.homepageUrl'><data:homeMsg/></a>
</b:if>
</b:if>

</div>
2. I'm also using a custom template, so can I use this code on a custom template? Because I can't create my own template..

Please help... I'm just new to blogger and it's my first blog





.
__________________
Australia Immigration Information
"Who do you turn to when the only person in the world that can stop you from crying, is exactly the one making you cry?"
gemini262 is offline  
Add Post to del.icio.us
Reply With Quote
Old 11-02-2007, 09:26 AM   #2 (permalink)
Contributing Member
 
x3mario's Avatar
 
Join Date: 07-24-07
Posts: 1,462
iTrader: 0 / 0%
x3mario is liked by somebodyx3mario is liked by somebodyx3mario is liked by somebodyx3mario is liked by somebody
Try to login in your blogger account. Click the template tab and then click the "Edit HTML" link. Copy the code you want to paste in the code provided by blogger and then click the "Save Template" button below.
__________________
Gems Collections | Fine Diamond Jewelry
x3mario is offline  
Add Post to del.icio.us
Reply With Quote
Old 11-02-2007, 08:42 PM   #3 (permalink)
Contributing Member
 
Journey's Avatar
 
Join Date: 10-26-07
Posts: 732
iTrader: 0 / 0%
Journey is on the right pathJourney is on the right pathJourney is on the right path
Wink

Quote:
Originally Posted by x3mario View Post
Try to login in your blogger account. Click the template tab and then click the "Edit HTML" link. Copy the code you want to paste in the code provided by blogger and then click the "Save Template" button below.
Yup, that's right.. That's very easy to use....
__________________
Love to Travel? Apply now for a Tourist Visa for Australia. Ask for Australia Visa Assistance.
Journey is offline  
Add Post to del.icio.us
Reply With Quote
Old 11-02-2007, 11:50 PM   #4 (permalink)
Contributing Member
 
gemini262's Avatar
 
Join Date: 09-07-07
Posts: 218
iTrader: 0 / 0%
Latest Blog:
None

gemini262 is liked by many
Quote:
Try to login in your blogger account. Click the template tab and then click the "Edit HTML" link. Copy the code you want to paste in the code provided by blogger and then click the "Save Template" button below.
Thank you for this advice x3mario!
__________________
Australia Immigration Information
"Who do you turn to when the only person in the world that can stop you from crying, is exactly the one making you cry?"
gemini262 is offline  
Add Post to del.icio.us
Reply With Quote
Old 11-03-2007, 07:19 AM   #5 (permalink)
Contributing Member
 
full house's Avatar
 
Join Date: 07-02-07
Posts: 511
iTrader: 1 / 100%
full house is liked by many
maybe you are using the old template!
__________________
Suspension Lift Kit
Jeep Tops
full house is offline  
Add Post to del.icio.us
Reply With Quote
Old 11-07-2007, 10:42 AM   #6 (permalink)
v7n Mentor
 
Kryvast's Avatar
 
Join Date: 06-30-07
Location: Nearly anywhere
Posts: 935
iTrader: 0 / 0%
Latest Blog:
None

Kryvast is just really niceKryvast is just really niceKryvast is just really niceKryvast is just really niceKryvast is just really niceKryvast is just really niceKryvast is just really niceKryvast is just really niceKryvast is just really nice
Have you configured your Next-Previous post problem? If not here's what I can help.

CODE A
Quote:
#blog-pager-newer-link {
float: left;
}

#blog-pager-older-link {
float: right;
}

#blog-pager {
text-align: center;
}
CODE B
Quote:
<b:includable id='nextprev'>
<div class='blog-pager' id='blog-pager'>
<b:if cond='data:newerPageUrl'>
<span id='blog-pager-newer-link'>
<a class='blog-pager-newer-link' expr:href='data:newerPageUrl' expr:id='data:widget.instanceId + "_blog-pager-newer-link"' expr:title='data:newerPageTitle'><data:newerPageTi tle/></a>
</span>
</b:if>

<b:if cond='data:OlderPageUrl'>
<span id='blog-pager-older-link'>
<a class='blog-pager-older-link' expr:href='datalderPageUrl' expr:id='data:widget.instanceId + "_blog-pager-older-link"' expr:title='datalderPageTitle'><data:OlderPageTi tle/></a>
</span>
</b:if>

<b:if cond='data:blog.homepageUrl != data:blog.url'>
<a class='home-link' expr:href='data:blog.homepageUrl'><data:homeMsg/></a>
<b:else/>
<b:if cond='data:newerPageUrl'>
<a class='home-link' expr:href='data:blog.homepageUrl'><data:homeMsg/></a>
</b:if>
</b:if>

</div>
You are not supposed to put code A to code B

Check in your CSS if Code A is already present you can find it inside the <head></head> tag if you're using external CSS then search there.
tip use ctrl+f for searching a certain character
If Code A is not present in your CSS that's the time you have to add that one.

If present follow this simple instruction, I've already posted this to littlephoenix's thread. http://www.v7n.com/forums/740572-post13.html


Quote:
Originally Posted by x3mario View Post
Try to login in your blogger account. Click the template tab and then click the "Edit HTML" link. Copy the code you want to paste in the code provided by blogger and then click the "Save Template" button below.
Then what will happen?
Kryvast is offline  
Add Post to del.icio.us
Reply With Quote
Old 11-13-2007, 04:54 AM   #7 (permalink)
Contributing Member
 
gemini262's Avatar
 
Join Date: 09-07-07
Posts: 218
iTrader: 0 / 0%
Latest Blog:
None

gemini262 is liked by many
Quote:
Have you configured your Next-Previous post problem? If not here's what I can help.
Yes, I did! Thank you for all your help.
You we're right, code a cannot be put into code b.

Thanks a lot, ' appreciate that.
__________________
Australia Immigration Information
"Who do you turn to when the only person in the world that can stop you from crying, is exactly the one making you cry?"
gemini262 is offline  
Add Post to del.icio.us
Reply With Quote
Go Back   Webmaster Forum > Blogging > Blogging Forum

Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Blogger and Google analytics question visionedger Blogging Forum 6 03-09-2008 08:47 PM
Next page Code for Blogger.com ? HELP littlephoenix Blogging Forum 15 11-02-2007 09:41 AM
question regarding blogger adam123 Blogging Forum 3 08-02-2007 04:53 AM
question about adding a categories in blogger mesh Blogging Forum 6 12-10-2006 05:58 PM


Sponsor Links
Get exposure! Get exposure! Find Scripts Web Hosting Directory Get exposure! SEO Blog


All times are GMT -7. The time now is 05:20 PM.
© Copyright 2008 V7 Inc