Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Discussions > Something Is Broken > Problem with <span class="fullpost"> tag
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  3 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
shulett  
View profile  
 More options Mar 22 2008, 4:20 pm
From: shulett
Date: Sat, 22 Mar 2008 13:20:36 -0700 (PDT)
Local: Sat, Mar 22 2008 4:20 pm
Subject: Problem with <span class="fullpost"> tag
I use the <span class="fullpost"> tag to break my longer messages so
they don't all show up on the main page. This is my default post
template:

<p>Text above the break goes here.</p>
<span class="fullpost">
<p>Text below the break goes here.</p>
</span>

The following code is in my blog template:

<b:if cond='data:blog.pageType != "item"'>
<a expr:href='data:post.url' target='_blank'>Click here to read entire
post</a>
</b:if>
...

<style>
<b:if cond='data:blog.pageType == "item"'>
span.fullpost {display:inline;}
<b:else/>
span.fullpost {display:none;}
</b:if>
</style>

This has always worked the same for a number of years ... clicking on
'Click here to read entire post' brings up the entire post in the same
window.

For the last 24 hours this has been behaving differently -- clicking
on 'Click here to read entire post' brings up the post, but in a
different window. I have not made any template changes in that time.

Any advice on why it's behaving differently?


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
shulett  
View profile  
 More options Mar 22 2008, 4:40 pm
From: shulett
Date: Sat, 22 Mar 2008 13:40:11 -0700 (PDT)
Local: Sat, Mar 22 2008 4:40 pm
Subject: Re: Problem with <span class="fullpost"> tag
FYI, the blog in question is http://animationguildblog.blogspot.com.

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
webfixer  
View profile  
 More options Mar 22 2008, 5:45 pm
From: webfixer
Date: Sat, 22 Mar 2008 14:45:34 -0700 (PDT)
Local: Sat, Mar 22 2008 5:45 pm
Subject: Re: Problem with <span class="fullpost"> tag
try this.........

<a expr:href='data:post.url' target='_blank'>Click here to read entire
post</a>

the...target='_blank'....in the above line... opens in new window
take it out....

webfixer

On Mar 22, 4:40 pm, shulett wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »