Archive for the ‘PowerWeb’ Category


Thursday, March 12th, 2009

<!—<cfset TXTPath = ExpandPath("/client/client_pages/ArticleText/ReadReflect.txt")>
<cffile action="read"
    file="#TXTPath#"
    variable="article">
<cfif CGI.SCRIPT_NAME contains "/index.cfm">
    <cfoutput>
        <cfset articleTrunc = Left(article, 350)>
            #articleTrunc#…
        <cfset articleTrunc = ‘
                        <div class="expanderHeadText">
                            <!—<img id="imagechange" src="#application.site.PWROOT#/client/client_images/readmore.gif" alt="Expand for more info" border="0">—>
                        <div class="readmore">    <a title="show/hide" style="cursor:hand;" id="exp1088095638_link" href="#application.site.PWROOT#/client/client_pages/Read_Reflect_Pray.cfm">Read More</a></div>
                        </div>
                        <div id="exp1088095638" class="childExpander" style="display:none">
                            <div class="description">#articleTrunc#</div>       
                    </div>’>
                    #articleTrunc#
</cfoutput>

<cfelse>
<cfoutput>
<br>
<br>
<h1>Title</h1>
<img src="/client/client_images/template/ctnr_hr.gif" alt="horizontal rule">
<div id="article">#article#</div>
</cfoutput>

</cfif>—>






Thursday, March 12th, 2009

#lsnumberformat





Filed under CSS, PowerWeb | No Comments »


Friday, February 20th, 2009

 

It is possible to remove the "Buy this book" link from the Google’s Book Search feature.  You must contact Google support and ask them to remove "third party Buy links" for your URL.  You also need to add this to your Book Search code:

 

<script>GBS_setViewerOptions({showLinkChrome: false});</script>

directly following:

<script src="http://books.google.com/books/previewlib.js"></script>