Javascript in template

I have put a call to a javascript file in a template in an
editable head region. the region was created automatically by
dreamweaver when i built the template so i figure it's ok to use it
for this. it seems to be working fine when i test in browser. my
problem is when i upload it to the server -- dreamweaver changes
the path to the js file from the js folder off the main folder of
my site to Templates/js/. the file is actually in js/. what do i
need to do to correct this?

The links look fine. You could solve the problem altogether
by making the
link a root relative one, i.e.,
src="/js/CSScriptLib.js">
but I'm interested in understanding why this is happening (it
shouldn't be).
Please tell me what you have in the "HTTP address" field of
the Local site
definition?
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.projectseven.com/go
- DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs,
Tutorials & Resources
==================
"deerey" <[email protected]> wrote in
message
news:gmaacb$ona$[email protected]..
> thank you for your response. here is the code from the
template file:
>
> <link href="../css/navbar2009.css" rel="stylesheet"
type="text/css"
> media="all">
> <!-- TemplateBeginEditable name="head"
--><script type="text/javascript"
> src="../js/CSScriptLib.js"></script>
>
> I included the link to the stylesheet so you could see
the relative
> locations.
> the link to the stylesheet works fine when i upload to
server. the css
> folder
> is equal level to the js folder, that is, both are off
the main folder of
> my
> site. that seems correct to me, but since it isn't
working i guess
> dreamweaver
> deems it incorrect. why it rewrites the code
Templates/js i don't know.
> here is
> the code after i uupload to server:
>
> <link href="css/navbar2009.css" rel="stylesheet"
type="text/css"
> media="all">
> <!-- InstanceBeginEditable name="head"
--><script type="text/javascript"
> src="Templates/js/CSScriptLib.js"></script>
>
>

Similar Messages

  • Inserting javascript into template

    What I would like to do is have the same slideshow play on the right sidebar on all the pages of the website.  This is Javascript.  The engine and data folders are already on the server.
    www.wranglergirl.net
    The directions say to upon publishing the slideshow, to take the html generated code and enter it in the Head and Body tags (where I want it displayed, which is the sidebar) respectively.  Now, I opened the .dwt file and removed the existing content from the sidebar, but after saving, the html pages still had the content there - I since removed it from each page, but don't want to keep doing that.
    However, The Missing Manual says to.. Insert, HTML, Script Objects, Script.  Is doing that at the insertion point on the template correct?  Do I still have to enter the HTML code from the slideshow software?  Confused!
    This is a free template I got from Adobe.
    Amy

    It does.  Editable regions are created for child pages.  If you create an editable region and insert content into it, when you create a new child page, the content will be there.  If you edit the content in the template that is in the editable region, the changes will not be made to the existing child pages.
    So if you have a template, with an editable region, and you insert content into that editable region, any child pages that were previously made will not have this new contest inserted into them.
    Gary

  • Possible to put Javascript in template?

    Hi
    What tags are required to put Javascript in a RTF or XSL template? Thanks very much.
    Regards
    Paul

    This forum is "Powered by Lithium" as indicated in the link at the bottom right of the page.
    You could used a different color for links, but it might confuse folks who are expecting blue.
    For example:  http://h30434.www3.hp.com/t5/Forum-Feedback-and-Su​ggestions/Possible-to-put-links-in-a-color-other-t​...
    http://h30434.www3.hp.com/t5/Forum-Feedback-and-Su​ggestions/Possible-to-put-links-in-a-color-other-t​...
    or here and here and here.
    After you make a link you could just highlight the text and then select a different color.
    Bob Headrick,  HP Expert
    I am not an employee of HP, I am a volunteer posting here on my own time.
    If your problem is solved please click the "Accept as Solution" button ------------V
    If my answer was helpful please click the "Thumbs Up" to say "Thank You"--V

  • Regarding upgrade of web report\web templates functionalites BW 3.5-BI 7.0

    hi all,
             I m working on a Upgrade study from BW 3.5 to BI 7.0 for Web Templates,web items and java scripts.
    Below is the scenario of the client system:
    New web templates are created from the 6 master web templates available for publishing to a custom Portal (created using BSP and hosted on the WAS). TOOLBAR and FOOTER are custom web templates used in all Master Templates and contain various JavaScript functions and footer code respectively.
    TOOLBAR provides the Toolbar, header and buttons functionalities in the Master Templates via the contained Javascript functions. FOOTER displays the date and time of issue as well the logged in user.
    FOOTER1 and FOOTER2 are web items derived from FOOTER web template. They have different set of web item properties and are used to create web templates used through the custom Portal.
    It is observed from BW Tables that out of 100 unique Web Templates available in the system, 90 are using TOOLBAR template and 95 are using FOOTER template.
    No external Javascript .js files are used in the Web templates. Most of the Javascript functionality is contained in TOOLBAR and no other custom javascript in master templates. However, there are some derived web templates where custom javascript is contained.
    Following is the process to create custom Web Templates in development server that are eventually transported to QA and Production:
    1)     The appropriate master template is identified and saved with new name in developer role.
    2)     Dataprovider is added to corresponding web items.
    3)     From the library, properties are transferred from master template to the custom template.
    4)     Report title is added in HTML tab.
    5)     No changes are needed in the Web Templates Properties except change of value in  “Show Jump Target in” field to the portal Frame ConPortal or _self in case RRI is to be used.
    6)     Some properties like Title, Width in Pixel, Affected Data Provider, etc. needs to be adjusted. Changes can be done to web items seen in Overview tab except the FOOTER and TOOLBAR web items. These web items are saved as reusable components in Library.
    7)     After all the changes the web template created is transported from development server.
    To summarize, all master data for creation of web templates like reusable master templates, web items in library, web templates containing Javascript code are stored in dev. server. Custom web templates created from these are transported.
    I want to validate the sequence of migration as below:
    Following sequence has to be followed for the Web Templates and Queries Migration in development BI 7.0 Server:
    1)     Migrate the Individual BEx Queries first and perform functional testing.
    2)     Migrate the TOOLBAR template manually (create as new in BI 7.0 Toolset) and FOOTER template automatically (using Migration Tool).
    3)     Manually migrate the JavaScript code in TOOLBAR. Please refer to section ..for more details.
    4)     Migrate the library of reusable web items, if any.
          (What to do if web item is custom or is not supported in BI 7.0)
    5)     Migrate the Master Web Templates manually (create as new in BI 7.0 Toolset) and automatically (wherever possible) and perform functional testing.
    6)     Migrate the custom web templates automatically (wherever possible) and manually, if automatic migration is not possible. Perform functional testing and data provider binding.
    7)     Perform jump target binding wherever applicable.
    8)     Transport custom templates, TOOLBAR and FOOTER to QA and Production subsequently.
    Also i have the following questions:
    1. How to migrate functionalities accessed thru web templates like jump queries, general navigation blocks with filter, table interface, and are data providers automatically linked to web items or have to be done manually post migration.
    2. Do we need to migrate the library of reusable web items also.
    3. After migrating the master  web templates and javascript containing templates to BI 7.0, can we migrate automatically the custom webtemplates derived from master templates and containing the custom javascript that is now avaialbe in BI 7.0, will they pick up the custom code automatically.
    thanks in advance
    Regards
    praveen

    No resolution found

  • Missing 'open view' functionality in 0ADHOC_TABLE (0ADHOC),  web template

    Hi - it appears that the 'open view' functionality is missing as button in web template 0ADHOC_TABLE (0ADHOC), despite there is 'safe view' functionality (button).
    Did someone add this button/functionality to 0ADHOC_TABLE?
    What is the correct Javascript coding as we already tried to incorporate the 'open view' Javascript from template 0ANALYZER what does not work in this matter!
    Thx for any hint!
    Rgrds,
    Markus
    Message was edited by: markus hoerr
    Message was edited by: markus hoerr

    Hi,
    as described in the documentation you have to add first HELP_SERVICE and HELP_SERVICE_CLASS to your Web Item
    http://help.sap.com/saphelp_nw04/helpdata/en/53/295640a2f78437e10000000a155106/frameset.htm
    This is done in Template 0ANALYZER with the TITLE Web Item. Just copy those 2 parameters from 0ANALYZER to 0ADHOC Template, then it should work.
    Heike

  • Spry vs jQuery template

    hi all!
    i'm starting up a new project where i have to manage lots of json data.
    currently, i'm an happy user of Spry, but i'm worried for its future.
    so, i'm reading about javascript frameworks template and i found 2 or 3 that look very good: pure, jquery-tmpl, backbone, jqote, mustache...
    for a new project, would you use a template engine based on jQuery (and which...), or Spry?
    many thanks! :-)
    Rob

    And If you asked this question on the jQuery forums.. they would say jQuery!
    So it all drills down the what you need right now. If you need to use allot data, sort, filter, parse different data formats I would say Spry..
    If you are just doing simple templating.. Mustache {{{ <-- triple mustache.
    And If you are already jQuery inside your project and need simple templating.. jQuery

  • Interesting code when chosing a template

    Recently, when selecting a blank template for a new site, I've been getting an error message, and then I noticed a strange line of code. The error message shows up as soon as I've selected the template and clicked ok. It reads "You have added or changed the code outside the <html> tag. This change will not be copied to documents based on the template unless you insert this tag in the <head> section of your template: <!-- TemplateInfo codeOutsideHTMLLocked="tru" -->"
    Keep in mind this error message shows up before I've even been able to look at the page, much less insert any code into it.
    The line of code that is showing up is "<%@LANGUAGE="JAVASCRIPT" CODEPAGE="65001"%>". This is appearing as the very 1st line of code above the DOCTYPE statement, and I'm guessing this is what DW is saying is outside the html tag, right?
    Also, when I go to save the page as a template, it creates a .dwt.asp file extension, instead of the normal .dwt extension. I've been battling this and trying to figure it out for quite some time now, so any help would be greatly appreciated.
    P.S. I've been taking the line of code out, and renaming the template file to just .dwt, as it should be, and have not noticed any detrimental effects.

    It means you've inadvertently created a ASP/Javascript blank template instead of the HTML template which (I presume) you were intending to create.
    In DW, when you click File > New, Blank Template, ASP/Javascript is the default Template Type due to alphabetical sorting of the Template Type options.
    I assume HTML Template is the option you really wanted?

  • Footer appears where it should in IE and FF but not in Safari or Chrome

    We are using php via Joomla. The footer in the  php page shows up where it theoretically be in IE (all versions) and FF but in Safari and Chrome the footer is 800px higher in the middle of the page.
    Here is the php code:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-gb" lang="en-gb" dir="ltr" >
        <head>
              <base href="http://192.102.10.31/cy/Presentation/index12.php" />
      <meta http-equiv="content-type" content="text/html; charset=utf-8" />
      <meta name="robots" content="index, follow" />
      <meta name="keywords" content="" />
      <meta name="rights" content="" />
      <meta name="language" content="en-GB" />
      <meta name="title" content="Landing Page" />
      <meta name="author" content="Super User" />
      <meta name="generator" content="Joomla! 1.6 - Open Source Content Management" />
      <title>COBI-DOME Online Speaker Portal - COBI-DOME OSP</title>
      <link href="/templates/cobiland/favicon.ico" rel="shortcut icon" type="image/vnd.microsoft.icon" />
      <link rel="stylesheet" href="/modules/mod_pbr/css/mod_pbr.css" type="text/css" />
      <script src="/media/system/js/core.js" type="text/javascript"></script>
      <script src="/media/system/js/mootools-core.js" type="text/javascript"></script>
      <script src="/media/system/js/caption.js" type="text/javascript"></script>
      <script src="/media/system/js/mootools-more.js" type="text/javascript"></script>
      <script type="text/javascript">
            window.addEvent('domready', function() {
                $$('.hasTip').each(function(el) {
                    var title = el.get('title');
                    if (title) {
                        var parts = title.split('::', 2);
                        el.store('tip:title', parts[0]);
                        el.store('tip:text', parts[1]);
                var JTooltips = new Tips($$('.hasTip'), { maxTitleChars: 50, fixed: false});
    function keepAlive() {    var myAjax = new Request({method: "get", url: "index.php"}).send();} window.addEvent("domready", function(){ keepAlive.periodical(1740000); });
      </script>
            <script type="text/javascript" src="templates/cobiland/javascript/cobiland.js"></script>
            <link rel="stylesheet" href="templates/system/css/system.css" type="text/css" />
            <link rel="stylesheet" href="templates/cobiland/css/cobiland.css" type="text/css" media="screen"/>
                                <link rel="stylesheet" href="/templates/cobiland/css/general.css" type="text/css" />
                                <link rel="stylesheet" href="/templates/cobiland/css/general_mozilla.css" type="text/css" />
                    <!--[if lte IE 6]>
            <link href="/templates/cobiland/css/ieonly.css" rel="stylesheet" type="text/css" />
            <style type="text/css">
            #line
            {      width:98% ;
            .header
                    height:75px;
            #header ul.menu
            display:block !important;
                  width:98.2% ;
             </style>
            <![endif]-->
            <!--[if IE 7]>
                    <link href="/templates/cobiland/css/ie7only.css" rel="stylesheet" type="text/css" />
            <![endif]-->
        </head>
        <body>
        <div id="masthead_container">
            <div id="masthead">
                 <div id="left_masthead"></div><!-- end #left_masthead -->
                 <div id="right_masthead">
                     <div id="welcome_logout_area">
                         <div id="welcome_label">WELCOME</div><!-- end #welcome_label -->
                         <div id="username">
                           Cy Unpingco                     </div><!-- end #username -->
                         <div id="logout_separator">|</div><!-- end #logout_separator -->
                         <div id="logout">
                            <form action="/index.php?Itemid=102" method="post" id="login-form">
        <div class="logout-button">
            <input type="submit" name="Submit" class="button" value="Logout" />
            <input type="hidden" name="option" value="com_users" />
            <input type="hidden" name="task" value="user.logout" />
            <input type="hidden" name="return" value="aW5kZXgucGhwP0l0ZW1pZD0xMDE=" />
            <input type="hidden" name="9f7ddfdb3f6e721706b66eb15bbcd009" value="1" />       
        </div>
    </form>
                         </div><!-- end #logout -->
                     </div><!-- end #welcome_logout_area -->
                     <div class="clear"></div><!-- end #clear -->
                     <div id="date_time">
                         <div id="date">04/25/2011</div><!-- end #date -->
                        <div id="time"></div><!-- end #time -->
                     </div><!-- end #date_time -->
                 </div><!-- end #right_masthead -->
            </div><!-- end #masthead -->
        </div><!-- end #masthead_container -->
        <div class id="tabs_area">
            <div id="tabs_container">
               <!-- <div class="item-page">
        <h2>
                Landing Page        </h2>
        <ul class="actions">
                        <li class="edit-icon">
                <span class="hasTip" title="Edit Article :: Published&lt;br /&gt;Tuesday, 05 April 2011&lt;br /&gt;Written by Super User"><a href="/index.php?task=article.edit&amp;a_id=1&amp;return=aHR0cDovLzE5Mi4xMDIuMT AuMzEvaW5kZXgucGhwP0l0ZW1pZD0xMDI%3D&amp;Itemid=102" ><img src="/media/system/images/edit.png" alt="Edit"  /></a></span>            </li>
        </ul>
        <p>Content Here</p>   
        </div>-->
    <ul class="menu_tabs">
    <li id="item-106"><a class="selected" href="/index.php/otolanding" >Presentations</a></li><li id="item-107"><a href="/index.php/otolanding" >Slide Sorter</a></li><li id="item-108"><a href="/index.php?Itemid=102" >Preview</a></li></ul>
    <ul class="menu_help">
    <li id="item-110"><a href="http://192.102.10.31/osphelp/help.htm" onclick="window.open(this.href,'targetWindow','toolbar=no,location=no,status=no ,menubar=no,scrollbars=yes,resizable=yes,');return false;" title="COBI DOME Online Speaker Portal // HELP" ><img src="/images/HelpBtn_up.png" alt="Help" /><span class="image-title">Help</span> </a></li></ul>
                         </div><!-- end #tabs_container -->
         </div><!-- end #tabs_area -->
         <div id="content_area">
             <div id="content">
                                <!-- mod_pbr start  SQL UID = 14-->
    <div id='pbr_content'>
    <div id='pbr_faculty'>Therapeutic Area: Dermatology</div><!-- end #pbr_faculty -->
    <!-- Master Deck SDID =47 -->    <div id='pbr_master'>
    <div id='pbr_master_lt'><img src='/pie/dome/derma/25STD11023_V1.0/thumbs/mdimagefile.jpg' class='pbr_master_img' name='mastersd_'></div><!-- end #pbr_master_lt -->
        <div id='pbr_master_md'><ul><li id='pbr_master_title'>MASTER:</li><li id='pbr_master_title'>Case Studies in the Management of Moderate to Severe Plaque Psoriasis</li><li>DATE ORIGINATED: 04/22/2011</li></ul></div><!-- end #pbr_master_md -->
        <div id='pbr_master_rt'>    <form action='/index.php/editslidedeck' method='post' target='_parent' id='pbr_m_edit_form'>
            <input type='image' name='pbr_m_edit_btn' class='button'
                onclick="return true;"
                onmousedown="SetBtnImg(this,'/modules/mod_pbr/images/editPresentationDown.png') ;"
                onmouseout="SetBtnImg(this,'/modules/mod_pbr/images/editPresentationUp.png');"
                onmouseover="SetBtnImg(this,'/modules/mod_pbr/images/editPresentationOver.png') ;"
                src='/modules/mod_pbr/images/editPresentationUp.png' />
            <input name='pbr_sdeckid' id='pbr_sdeckid' type='hidden' value='NDc=' />
            <input name='pbr_assetpath' id='pbr_assetpath' type='hidden' value='L3BpZS9kb21lL2Rlcm1hLzI1U1REMTEwMjNfVjEuMA==' />
            <input name='pbr_userid' id='pbr_userid' type='hidden' value='MTQ=' />
            <input name='pbr_wsaddress' id='pbr_wsaddress' type='hidden' value='aHR0cDovLzE5Mi4xMDIuMTAuMzEvU3BlYWtlclBvcnRhbFdTL1NwZWFrZXJQb3J0YWxXUy5h c214P1dTREw=' />
        </form>    <form action='/index.php/playslidedeck' method='post' target='_parent' id='pbr_m_play_form'>
            <input type='image' name='pbr_m_play_btn' class='button'
                onclick="return true;"
                onmousedown="SetBtnImg(this,'/modules/mod_pbr/images/playPresentationDown.png') ;"
                onmouseout="SetBtnImg(this,'/modules/mod_pbr/images/playPresentationUp.png');"
                onmouseover="SetBtnImg(this,'/modules/mod_pbr/images/playPresentationOver.png') ;"
                src='/modules/mod_pbr/images/playPresentationUp.png' />
            <input name='pbr_sdeckid' id='pbr_sdeckid' type='hidden' value='NDc=' />
            <input name='pbr_assetpath' id='pbr_assetpath' type='hidden' value='L3BpZS9kb21lL2Rlcm1hLzI1U1REMTEwMjNfVjEuMA==' />
            <input name='pbr_userid' id='pbr_userid' type='hidden' value='MTQ=' />
            <input name='pbr_wsaddress' id='pbr_wsaddress' type='hidden' value='aHR0cDovLzE5Mi4xMDIuMTAuMzEvU3BlYWtlclBvcnRhbFdTL1NwZWFrZXJQb3J0YWxXUy5h c214P1dTREw=' />
        </form></div><!-- end #pbr_master_rt -->
    <div id='clear_me'></div><!-- end #clear_me -->
    </div><!-- end #pbr_master -->
            <!-- Custom Deck MD ID=47 -->
            <div id='pbr_custom'>
    <div id='pbr_custom_lt'><img src='/modules/mod_pbr/images/treeIndent.png' class='pbr_indent'> <img src='/pie/dome/derma/25STD11023_V1.0/thumbs/mdimagefile.jpg' class='pbr_custom_img' name='customsd_217'></div><!-- end #pbr_custom_lt -->
            <div id='pbr_custom_md'><ul><li id='pbr_custom_title'>CUSTOM:</li><li id='pbr_custom_title'></li><li>LAST SAVED: </li><li>DATE ORIGINATED: 04/23/2011</li></ul></div><!-- end #pbr_custom_md -->
            <div id='pbr_custom_rt'>    <form action='/index.php/editslidedeck' method='post' target='_parent' id='pbr_c_edit_form'>
            <input type='image' name='pbr_c_edit_btn' class='button'
                onclick="return true;"
                onmousedown="SetBtnImg(this,'/modules/mod_pbr/images/editDown.png');"
                onmouseout="SetBtnImg(this,'/modules/mod_pbr/images/editUp.png');"
                onmouseover="SetBtnImg(this,'/modules/mod_pbr/images/editOver.png');"
                src='/modules/mod_pbr/images/editUp.png' />
            <input name='pbr_sdeckid' id='pbr_sdeckid' type='hidden' value='MjE3' />
            <input name='pbr_assetpath' id='pbr_assetpath' type='hidden' value='L3BpZS9kb21lL2Rlcm1hLzI1U1REMTEwMjNfVjEuMA==' />
            <input name='pbr_userid' id='pbr_userid' type='hidden' value='MTQ=' />
            <input name='pbr_wsaddress' id='pbr_wsaddress' type='hidden' value='aHR0cDovLzE5Mi4xMDIuMTAuMzEvU3BlYWtlclBvcnRhbFdTL1NwZWFrZXJQb3J0YWxXUy5h c214P1dTREw=' />
        </form>    <form action='/index.php/playslidedeck' method='post' target='_parent' id='pbr_c_play_form'>
            <input type='image' name='pbr_c_play_btn' class='button'
                onclick="return true;"
                onmousedown="SetBtnImg(this,'/modules/mod_pbr/images/playDown.png');"
                onmouseout="SetBtnImg(this,'/modules/mod_pbr/images/playUp.png');"
                onmouseover="SetBtnImg(this,'/modules/mod_pbr/images/playOver.png');"
                src='/modules/mod_pbr/images/playUp.png' />
            <input name='pbr_sdeckid' id='pbr_sdeckid' type='hidden' value='MjE3' />
            <input name='pbr_assetpath' id='pbr_assetpath' type='hidden' value='L3BpZS9kb21lL2Rlcm1hLzI1U1REMTEwMjNfVjEuMA==' />
            <input name='pbr_userid' id='pbr_userid' type='hidden' value='MTQ=' />
            <input name='pbr_wsaddress' id='pbr_wsaddress' type='hidden' value='aHR0cDovLzE5Mi4xMDIuMTAuMzEvU3BlYWtlclBvcnRhbFdTL1NwZWFrZXJQb3J0YWxXUy5h c214P1dTREw=' />
        </form></div><!-- end #pbr_custom_rt -->
    <div id='clear_me'></div><!-- end #clear_me -->
    </div><!-- end #pbr_custom -->
    <!-- Master Deck SDID =7 -->    <div id='pbr_master'>
    <div id='pbr_master_lt'><img src='/pie/dome/derma/14STD56789_V1.0/thumbs/mdimagefile.jpg' class='pbr_master_img' name='mastersd_217'></div><!-- end #pbr_master_lt -->
        <div id='pbr_master_md'><ul><li id='pbr_master_title'>MASTER:</li><li id='pbr_master_title'>RainbowPony7</li><li>DATE ORIGINATED: 04/06/2011</li></ul></div><!-- end #pbr_master_md -->
        <div id='pbr_master_rt'>    <form action='/index.php/editslidedeck' method='post' target='_parent' id='pbr_m_edit_form'>
            <input type='image' name='pbr_m_edit_btn' class='button'
                onclick="return true;"
                onmousedown="SetBtnImg(this,'/modules/mod_pbr/images/editPresentationDown.png') ;"
                onmouseout="SetBtnImg(this,'/modules/mod_pbr/images/editPresentationUp.png');"
                onmouseover="SetBtnImg(this,'/modules/mod_pbr/images/editPresentationOver.png') ;"
                src='/modules/mod_pbr/images/editPresentationUp.png' />
            <input name='pbr_sdeckid' id='pbr_sdeckid' type='hidden' value='Nw==' />
            <input name='pbr_assetpath' id='pbr_assetpath' type='hidden' value='L3BpZS9kb21lL2Rlcm1hLzE0U1RENTY3ODlfVjEuMA==' />
            <input name='pbr_userid' id='pbr_userid' type='hidden' value='MTQ=' />
            <input name='pbr_wsaddress' id='pbr_wsaddress' type='hidden' value='aHR0cDovLzE5Mi4xMDIuMTAuMzEvU3BlYWtlclBvcnRhbFdTL1NwZWFrZXJQb3J0YWxXUy5h c214P1dTREw=' />
        </form>    <form action='/index.php/playslidedeck' method='post' target='_parent' id='pbr_m_play_form'>
            <input type='image' name='pbr_m_play_btn' class='button'
                onclick="return true;"
                onmousedown="SetBtnImg(this,'/modules/mod_pbr/images/playPresentationDown.png') ;"
                onmouseout="SetBtnImg(this,'/modules/mod_pbr/images/playPresentationUp.png');"
                onmouseover="SetBtnImg(this,'/modules/mod_pbr/images/playPresentationOver.png') ;"
                src='/modules/mod_pbr/images/playPresentationUp.png' />
            <input name='pbr_sdeckid' id='pbr_sdeckid' type='hidden' value='Nw==' />
            <input name='pbr_assetpath' id='pbr_assetpath' type='hidden' value='L3BpZS9kb21lL2Rlcm1hLzE0U1RENTY3ODlfVjEuMA==' />
            <input name='pbr_userid' id='pbr_userid' type='hidden' value='MTQ=' />
            <input name='pbr_wsaddress' id='pbr_wsaddress' type='hidden' value='aHR0cDovLzE5Mi4xMDIuMTAuMzEvU3BlYWtlclBvcnRhbFdTL1NwZWFrZXJQb3J0YWxXUy5h c214P1dTREw=' />
        </form></div><!-- end #pbr_master_rt -->
    <div id='clear_me'></div><!-- end #clear_me -->
    </div><!-- end #pbr_master -->
            <!-- Custom Deck MD ID=7 -->
            <div id='pbr_custom'>
    <div id='pbr_custom_lt'><img src='/modules/mod_pbr/images/treeIndent.png' class='pbr_indent'> <img src='/pie/dome/derma/14STD56789_V1.0/thumbs/mdimagefile.jpg' class='pbr_custom_img' name='customsd_71'></div><!-- end #pbr_custom_lt -->
            <div id='pbr_custom_md'><ul><li id='pbr_custom_title'>CUSTOM:</li><li id='pbr_custom_title'></li><li>LAST SAVED: </li><li>DATE ORIGINATED: 04/22/2011</li></ul></div><!-- end #pbr_custom_md -->
            <div id='pbr_custom_rt'>    <form action='/index.php/editslidedeck' method='post' target='_parent' id='pbr_c_edit_form'>
            <input type='image' name='pbr_c_edit_btn' class='button'
                onclick="return true;"
                onmousedown="SetBtnImg(this,'/modules/mod_pbr/images/editDown.png');"
                onmouseout="SetBtnImg(this,'/modules/mod_pbr/images/editUp.png');"
                onmouseover="SetBtnImg(this,'/modules/mod_pbr/images/editOver.png');"
                src='/modules/mod_pbr/images/editUp.png' />
            <input name='pbr_sdeckid' id='pbr_sdeckid' type='hidden' value='NzE=' />
            <input name='pbr_assetpath' id='pbr_assetpath' type='hidden' value='L3BpZS9kb21lL2Rlcm1hLzE0U1RENTY3ODlfVjEuMA==' />
            <input name='pbr_userid' id='pbr_userid' type='hidden' value='MTQ=' />
            <input name='pbr_wsaddress' id='pbr_wsaddress' type='hidden' value='aHR0cDovLzE5Mi4xMDIuMTAuMzEvU3BlYWtlclBvcnRhbFdTL1NwZWFrZXJQb3J0YWxXUy5h c214P1dTREw=' />
        </form>    <form action='/index.php/playslidedeck' method='post' target='_parent' id='pbr_c_play_form'>
            <input type='image' name='pbr_c_play_btn' class='button'
                onclick="return true;"
                onmousedown="SetBtnImg(this,'/modules/mod_pbr/images/playDown.png');"
                onmouseout="SetBtnImg(this,'/modules/mod_pbr/images/playUp.png');"
                onmouseover="SetBtnImg(this,'/modules/mod_pbr/images/playOver.png');"
                src='/modules/mod_pbr/images/playUp.png' />
            <input name='pbr_sdeckid' id='pbr_sdeckid' type='hidden' value='NzE=' />
            <input name='pbr_assetpath' id='pbr_assetpath' type='hidden' value='L3BpZS9kb21lL2Rlcm1hLzE0U1RENTY3ODlfVjEuMA==' />
            <input name='pbr_userid' id='pbr_userid' type='hidden' value='MTQ=' />
            <input name='pbr_wsaddress' id='pbr_wsaddress' type='hidden' value='aHR0cDovLzE5Mi4xMDIuMTAuMzEvU3BlYWtlclBvcnRhbFdTL1NwZWFrZXJQb3J0YWxXUy5h c214P1dTREw=' />
        </form></div><!-- end #pbr_custom_rt -->
    <div id='clear_me'></div><!-- end #clear_me -->
    </div><!-- end #pbr_custom -->
            <!-- Custom Deck MD ID=7 -->
            <div id='pbr_custom'>
    <div id='pbr_custom_lt'><img src='/modules/mod_pbr/images/treeIndent.png' class='pbr_indent'> <img src='/pie/dome/derma/14STD56789_V1.0/thumbs/mdimagefile.jpg' class='pbr_custom_img' name='customsd_72'></div><!-- end #pbr_custom_lt -->
            <div id='pbr_custom_md'><ul><li id='pbr_custom_title'>CUSTOM:</li><li id='pbr_custom_title'></li><li>LAST SAVED: </li><li>DATE ORIGINATED: 04/22/2011</li></ul></div><!-- end #pbr_custom_md -->
            <div id='pbr_custom_rt'>    <form action='/index.php/editslidedeck' method='post' target='_parent' id='pbr_c_edit_form'>
            <input type='image' name='pbr_c_edit_btn' class='button'
                onclick="return true;"
                onmousedown="SetBtnImg(this,'/modules/mod_pbr/images/editDown.png');"
                onmouseout="SetBtnImg(this,'/modules/mod_pbr/images/editUp.png');"
                onmouseover="SetBtnImg(this,'/modules/mod_pbr/images/editOver.png');"
                src='/modules/mod_pbr/images/editUp.png' />
            <input name='pbr_sdeckid' id='pbr_sdeckid' type='hidden' value='NzI=' />
            <input name='pbr_assetpath' id='pbr_assetpath' type='hidden' value='L3BpZS9kb21lL2Rlcm1hLzE0U1RENTY3ODlfVjEuMA==' />
            <input name='pbr_userid' id='pbr_userid' type='hidden' value='MTQ=' />
            <input name='pbr_wsaddress' id='pbr_wsaddress' type='hidden' value='aHR0cDovLzE5Mi4xMDIuMTAuMzEvU3BlYWtlclBvcnRhbFdTL1NwZWFrZXJQb3J0YWxXUy5h c214P1dTREw=' />
        </form>    <form action='/index.php/playslidedeck' method='post' target='_parent' id='pbr_c_play_form'>
            <input type='image' name='pbr_c_play_btn' class='button'
                onclick="return true;"
                onmousedown="SetBtnImg(this,'/modules/mod_pbr/images/playDown.png');"
                onmouseout="SetBtnImg(this,'/modules/mod_pbr/images/playUp.png');"
                onmouseover="SetBtnImg(this,'/modules/mod_pbr/images/playOver.png');"
                src='/modules/mod_pbr/images/playUp.png' />
            <input name='pbr_sdeckid' id='pbr_sdeckid' type='hidden' value='NzI=' />
            <input name='pbr_assetpath' id='pbr_assetpath' type='hidden' value='L3BpZS9kb21lL2Rlcm1hLzE0U1RENTY3ODlfVjEuMA==' />
            <input name='pbr_userid' id='pbr_userid' type='hidden' value='MTQ=' />
            <input name='pbr_wsaddress' id='pbr_wsaddress' type='hidden' value='aHR0cDovLzE5Mi4xMDIuMTAuMzEvU3BlYWtlclBvcnRhbFdTL1NwZWFrZXJQb3J0YWxXUy5h c214P1dTREw=' />
        </form></div><!-- end #pbr_custom_rt -->
    <div id='clear_me'></div><!-- end #clear_me -->
    </div><!-- end #pbr_custom -->
            <!-- Custom Deck MD ID=7 -->
            <div id='pbr_custom'>
    <div id='pbr_custom_lt'><img src='/modules/mod_pbr/images/treeIndent.png' class='pbr_indent'> <img src='/pie/dome/derma/14STD56789_V1.0/thumbs/mdimagefile.jpg' class='pbr_custom_img' name='customsd_73'></div><!-- end #pbr_custom_lt -->
            <div id='pbr_custom_md'><ul><li id='pbr_custom_title'>CUSTOM:</li><li id='pbr_custom_title'></li><li>LAST SAVED: </li><li>DATE ORIGINATED: 04/22/2011</li></ul></div><!-- end #pbr_custom_md -->
            <div id='pbr_custom_rt'>    <form action='/index.php/editslidedeck' method='post' target='_parent' id='pbr_c_edit_form'>
            <input type='image' name='pbr_c_edit_btn' class='button'
                onclick="return true;"
                onmousedown="SetBtnImg(this,'/modules/mod_pbr/images/editDown.png');"
                onmouseout="SetBtnImg(this,'/modules/mod_pbr/images/editUp.png');"
                onmouseover="SetBtnImg(this,'/modules/mod_pbr/images/editOver.png');"
                src='/modules/mod_pbr/images/editUp.png' />
            <input name='pbr_sdeckid' id='pbr_sdeckid' type='hidden' value='NzM=' />
            <input name='pbr_assetpath' id='pbr_assetpath' type='hidden' value='L3BpZS9kb21lL2Rlcm1hLzE0U1RENTY3ODlfVjEuMA==' />
            <input name='pbr_userid' id='pbr_userid' type='hidden' value='MTQ=' />
            <input name='pbr_wsaddress' id='pbr_wsaddress' type='hidden' value='aHR0cDovLzE5Mi4xMDIuMTAuMzEvU3BlYWtlclBvcnRhbFdTL1NwZWFrZXJQb3J0YWxXUy5h c214P1dTREw=' />
        </form>    <form action='/index.php/playslidedeck' method='post' target='_parent' id='pbr_c_play_form'>
            <input type='image' name='pbr_c_play_btn' class='button'
                onclick="return true;"
                onmousedown="SetBtnImg(this,'/modules/mod_pbr/images/playDown.png');"
                onmouseout="SetBtnImg(this,'/modules/mod_pbr/images/playUp.png');"
                onmouseover="SetBtnImg(this,'/modules/mod_pbr/images/playOver.png');"
                src='/modules/mod_pbr/images/playUp.png' />
            <input name='pbr_sdeckid' id='pbr_sdeckid' type='hidden' value='NzM=' />
            <input name='pbr_assetpath' id='pbr_assetpath' type='hidden' value='L3BpZS9kb21lL2Rlcm1hLzE0U1RENTY3ODlfVjEuMA==' />
            <input name='pbr_userid' id='pbr_userid' type='hidden' value='MTQ=' />
            <input name='pbr_wsaddress' id='pbr_wsaddress' type='hidden' value='aHR0cDovLzE5Mi4xMDIuMTAuMzEvU3BlYWtlclBvcnRhbFdTL1NwZWFrZXJQb3J0YWxXUy5h c214P1dTREw=' />
        </form></div><!-- end #pbr_custom_rt -->
    <div id='clear_me'></div><!-- end #clear_me -->
    </div><!-- end #pbr_custom -->
            <!-- Custom Deck MD ID=7 -->
            <div id='pbr_custom'>
    <div id='pbr_custom_lt'><img src='/modules/mod_pbr/images/treeIndent.png' class='pbr_indent'> <img src='/pie/dome/derma/14STD56789_V/thumbs/mdimagefile.jpg' class='pbr_custom_img' name='customsd_74'></div><!-- end #pbr_custom_lt -->
            <div id='pbr_custom_md'><ul><li id='pbr_custom_title'>CUSTOM:</li><li id='pbr_custom_title'></li><li>LAST SAVED: </li><li>DATE ORIGINATED: 04/22/2011</li></ul></div><!-- end #pbr_custom_md -->
            <div id='pbr_custom_rt'>    <form action='/index.php/editslidedeck' method='post' target='_parent' id='pbr_c_edit_form'>
            <input type='image' name='pbr_c_edit_btn' class='button'
                onclick="return true;"
                onmousedown="SetBtnImg(this,'/modules/mod_pbr/images/editDown.png');"
                onmouseout="SetBtnImg(this,'/modules/mod_pbr/images/editUp.png');"
                onmouseover="SetBtnImg(this,'/modules/mod_pbr/images/editOver.png');"
                src='/modules/mod_pbr/images/editUp.png' />
            <input name='pbr_sdeckid' id='pbr_sdeckid' type='hidden' value='NzQ=' />
            <input name='pbr_assetpath' id='pbr_assetpath' type='hidden' value='L3BpZS9kb21lL2Rlcm1hLzE0U1RENTY3ODlfVg==' />
            <input name='pbr_userid' id='pbr_userid' type='hidden' value='MTQ=' />
            <input name='pbr_wsaddress' id='pbr_wsaddress' type='hidden' value='aHR0cDovLzE5Mi4xMDIuMTAuMzEvU3BlYWtlclBvcnRhbFdTL1NwZWFrZXJQb3J0YWxXUy5h c214P1dTREw=' />
        </form>    <form action='/index.php/playslidedeck' method='post' target='_parent' id='pbr_c_play_form'>
            <input type='image' name='pbr_c_play_btn' class='button'
                onclick="return true;"
                onmousedown="SetBtnImg(this,'/modules/mod_pbr/images/playDown.png');"
                onmouseout="SetBtnImg(this,'/modules/mod_pbr/images/playUp.png');"
                onmouseover="SetBtnImg(this,'/modules/mod_pbr/images/playOver.png');"
                src='/modules/mod_pbr/images/playUp.png' />
            <input name='pbr_sdeckid' id='pbr_sdeckid' type='hidden' value='NzQ=' />
            <input name='pbr_assetpath' id='pbr_assetpath' type='hidden' value='L3BpZS9kb21lL2Rlcm1hLzE0U1RENTY3ODlfVg==' />
            <input name='pbr_userid' id='pbr_userid' type='hidden' value='MTQ=' />
            <input name='pbr_wsaddress' id='pbr_wsaddress' type='hidden' value='aHR0cDovLzE5Mi4xMDIuMTAuMzEvU3BlYWtlclBvcnRhbFdTL1NwZWFrZXJQb3J0YWxXUy5h c214P1dTREw=' />
        </form></div><!-- end #pbr_custom_rt -->
    <div id='clear_me'></div><!-- end #clear_me -->
    </div><!-- end #pbr_custom -->
            <!-- Custom Deck MD ID=7 -->
            <div id='pbr_custom'>
    <div id='pbr_custom_lt'><img src='/modules/mod_pbr/images/treeIndent.png' class='pbr_indent'> <img src='/pie/dome/derma/14STD56789_V/thumbs/mdimagefile.jpg' class='pbr_custom_img' name='customsd_75'></div><!-- end #pbr_custom_lt -->
            <div id='pbr_custom_md'><ul><li id='pbr_custom_title'>CUSTOM:</li><li id='pbr_custom_title'></li><li>LAST SAVED: </li><li>DATE ORIGINATED: 04/22/2011</li></ul></div><!-- end #pbr_custom_md -->
            <div id='pbr_custom_rt'>    <form action='/index.php/editslidedeck' method='post' target='_parent' id='pbr_c_edit_form'>
            <input type='image' name='pbr_c_edit_btn' class='button'
                onclick="return true;"
                onmousedown="SetBtnImg(this,'/modules/mod_pbr/images/editDown.png');"
                onmouseout="SetBtnImg(this,'/modules/mod_pbr/images/editUp.png');"
                onmouseover="SetBtnImg(this,'/modules/mod_pbr/images/editOver.png');"
                src='/modules/mod_pbr/images/editUp.png' />
            <input name='pbr_sdeckid' id='pbr_sdeckid' type='hidden' value='NzU=' />
            <input name='pbr_assetpath' id='pbr_assetpath' type='hidden' value='L3BpZS9kb21lL2Rlcm1hLzE0U1RENTY3ODlfVg==' />
            <input name='pbr_userid' id='pbr_userid' type='hidden' value='MTQ=' />
            <input name='pbr_wsaddress' id='pbr_wsaddress' type='hidden' value='aHR0cDovLzE5Mi4xMDIuMTAuMzEvU3BlYWtlclBvcnRhbFdTL1NwZWFrZXJQb3J0YWxXUy5h c214P1dTREw=' />
        </form>    <form action='/index.php/playslidedeck' method='post' target='_parent' id='pbr_c_play_form'>
            <input type='image' name='pbr_c_play_btn' class='button'
                onclick="return true;"
                onmousedown="SetBtnImg(this,'/modules/mod_pbr/images/playDown.png');"
                onmouseout="SetBtnImg(this,'/modules/mod_pbr/images/playUp.png');"
                onmouseover="SetBtnImg(this,'/modules/mod_pbr/images/playOver.png');"
                src='/modules/mod_pbr/images/playUp.png' />
            <input name='pbr_sdeckid' id='pbr_sdeckid' type='hidden' value='NzU=' />
            <input name='pbr_assetpath' id='pbr_assetpath' type='hidden' value='L3BpZS9kb21lL2Rlcm1hLzE0U1RENTY3ODlfVg==' />
            <input name='pbr_userid' id='pbr_userid' type='hidden' value='MTQ=' />
            <input name='pbr_wsaddress' id='pbr_wsaddress' type='hidden' value='aHR0cDovLzE5Mi4xMDIuMTAuMzEvU3BlYWtlclBvcnRhbFdTL1NwZWFrZXJQb3J0YWxXUy5h c214P1dTREw=' />
        </form></div><!-- end #pbr_custom_rt -->
    <div id='clear_me'></div><!-- end #clear_me -->
    </div><!-- end #pbr_custom -->
            <!-- Custom Deck MD ID=7 -->
            <div id='pbr_custom'>
    <div id='pbr_custom_lt'><img src='/modules/mod_pbr/images/treeIndent.png' class='pbr_indent'> <img src='/pie/dome/derma/14STD56789_V/thumbs/mdimagefile.jpg' class='pbr_custom_img' name='customsd_76'></div><!-- end #pbr_custom_lt -->
            <div id='pbr_custom_md'><ul><li id='pbr_custom_title'>CUSTOM:</li><li id='pbr_custom_title'></li><li>LAST SAVED: </li><li>DATE ORIGINATED: 04/22/2011</li></ul></div><!-- end #pbr_custom_md -->
            <div id='pbr_custom_rt'>    <form action='/index.php/editslidedeck' method='post' target='_parent' id='pbr_c_edit_form'>
            <input type='image' name='pbr_c_edit_btn' class='button'
                onclick="return true;"
                onmousedown="SetBtnImg(this,'/modules/mod_pbr/images/editDown.png');"
                onmouseout="SetBtnImg(this,'/modules/mod_pbr/images/editUp.png');"
                onmouseover="SetBtnImg(this,'/modules/mod_pbr/images/editOver.png');"
                src='/modules/mod_pbr/images/editUp.png' />
            <input name='pbr_sdeckid' id='pbr_sdeckid' type='hidden' value='NzY=' />
            <input name='pbr_assetpath' id='pbr_assetpath' type='hidden' value='L3BpZS9kb21lL2Rlcm1hLzE0U1RENTY3ODlfVg==' />
            <input name='pbr_userid' id='pbr_userid' type='hidden' value='MTQ=' />
            <input name='pbr_wsaddress' id='pbr_wsaddress' type='hidden' value='aHR0cDovLzE5Mi4xMDIuMTAuMzEvU3BlYWtlclBvcnRhbFdTL1NwZWFrZXJQb3J0YWxXUy5h c214P1dTREw=' />
        </form>    <form action='/index.php/playslidedeck' method='post' target='_parent' id='pbr_c_play_form'>
            <input type='image' name='pbr_c_play_btn' class='button'
                onclick="return true;"
                onmousedown="SetBtnImg(this,'/modules/mod_pbr/images/playDown.png');"
                onmouseout="SetBtnImg(this,'/modules/mod_pbr/images/playUp.png');"
                onmouseover="SetBtnImg(this,'/modules/mod_pbr/images/playOver.png');"
                src='/modules/mod_pbr/images/playUp.png' />
            <input name='pbr_sdeckid' id='pbr_sdeckid' type='hidden' value='NzY=' />
            <input name='pbr_assetpath' id='pbr_assetpath' type='hidden' value='L3BpZS9kb21lL2Rlcm1hLzE0U1RENTY3ODlfVg==' />
            <input name='pbr_userid' id='pbr_userid' type='hidden' value='MTQ=' />
            <input name='pbr_wsaddress' id='pbr_wsaddress' type='hidden' value='aHR0cDovLzE5Mi4xMDIuMTAuMzEvU3BlYWtlclBvcnRhbFdTL1NwZWFrZXJQb3J0YWxXUy5h c214P1dTREw=' />
        </form></div><!-- end #pbr_custom_rt -->
    <div id='clear_me'></div><!-- end #clear_me -->
    </div><!-- end #pbr_custom -->
    </div>
    <!-- mod_pbr end -->
                                                                                                                             <!-- if ever needed, include JDoc component here -->
            </div><!-- end #content -->
         </div><!-- end #content_area -->
            <div class="clear"></div><!-- end #clear -->
        <div id="footer">
                            <a href="http://64.127.125.190/LegalNotice.pdf" target="_blank" class="footer_link">legal notice</a>
            <a href="http://64.127.125.190/PrivacyPolicy.pdf" target="_blank" class="footer_link">privacy policy</a>
            <a href="javascript:popUp('/templates/cobiland/contactus.htm')" class="footer_link">contact us</a>
            <span class="footer_nolink">powered by viscira&reg;</span>
        </div><!-- end #footer -->
        <br />
        <div id="footer2">&copy; Centocor Ortho Biotech Inc. 2011. All rights reserved.  This site is published by Centocor Ortho Biotech Inc. which is solely responsible for its contents.  This information is intended for the use of our healthcare professional speakers in the United States of America only.  This page was last modified on: April 7, 2011 10:35am PST</font></div>
        </body>
    </html>
    Here is the css:
      /* CSS layout */
    body {
        margin: 0px;
        padding: 0px;
        font-family: Verdana, Helvetica, Geneva, sans-serif;
        font-size: 12px;
        background-color: #fff;
        border: none;
    a
        text-decoration: none;
        color: #876555;
        text-wrap: unrestricted;
    a:hover {
        text-decoration: underline;
        color: #4D3A31;
    #masthead_container {
        height: 83px;
        min-width: 1000px;
        max-width: 1600px;
        margin-left: auto;
        margin-right: auto;
    #masthead {
        background: url(../images/HeaderMid.png) repeat-x;
        margin-top: 4px;
        margin-bottom: 4px;
        height: 75px;
    #left_masthead {
        background: url(../images/Logo.png) no-repeat;
        width: 530px;          
        height: 75px;
        float: left;
    #right_masthead {
        background: url(../images/HeaderRight.png) no-repeat;
        width: 432px;            
        height: 75px;
        float: right;
    #welcome_logout_area {         
        height: 20px;
        margin-top: 18px;
        float: right;
    #welcome_label {         
        font-family: Verdana, Helvetica, sans-serif;
        font-weight: normal;
        font-size: 13px;
        font-stretch: expanded;
        line-height: 20px;
        text-transform: uppercase;
        color: #919191;   
        margin-left: 10px;
        float: left;
    #username {         
        font-family: Helvetica Neue, Verdana, Helvetica, sans-serif;
        font-weight: bolder;
        font-stretch: condensed;
        font-size: 12px;
        line-height: 20px;
        text-transform: uppercase;
        color: #868686;   
        margin-left: 10px;
        float: left;
    #logout_separator {         
        font-family: Verdana, Helvetica, sans-serif;
        font-weight: normal;
        font-size: 13px;
        line-height: 20px;
        text-transform: uppercase;
        color: #919191;   
        margin-left: 10px;
        margin-right: 10px;
        float: left;
    #logout {         
        font-family: Verdana, Helvetica, sans-serif;
        font-weight: normal;
        font-size: 13px;
        font-stretch: expanded;
        line-height: 20px;
        text-transform: uppercase;
        color: #919191;
        margin-right: 25px;   
        float: left;
    #logout:hover {         
        color: #4e93cd;
        text-decoration: none;
    #date_time {         
        height: 20px;
        margin-top: 2px;
        float: right;
    #date {         
        font-family: Verdana, Helvetica, sans-serif;
        font-weight: 700;
        font-size: 13px;
        font-stretch: expanded;
        line-height: 20px;
        text-transform: uppercase;
        color: #a9a9a9;
        margin-right: 15px;   
        float: left;
    #time {         
        font-family: Verdana, Helvetica, sans-serif;
        font-weight: 700;
        font-size: 13px;
        font-stretch: expanded;
        line-height: 20px;
        text-transform: uppercase;
        color: #a9a9a9;
        margin-right: 25px;   
        float: left;
    #tabs_area {
        height: 33px;
        background: url(../images/MenuLeft.png) no-repeat;
        min-width: 1000px;
        max-width: 1600px;
        margin-left: auto;
        margin-right: auto;
    #tabs_container {
        height: 33px;
        background: url(../images/MenuRight.png) no-repeat;
        background-position: right;
        min-width: 1000px;
        max-width: 1600px;
        margin-left: auto;
        margin-right: auto;
    .menu_help {
        float:right;
        list-style-type: none;
        margin-top: -40px;
    ul.menu_help li a {
        display: block;
        font-family: Verdana, Geneva, sans-serif;
        font-weight: normal;
        font-size: 11px;
        line-height: 28px;
        text-transform: uppercase;
        color: #aeadad;
        text-decoration: none;
        text-align: left;
        padding-top: 0px;
        padding-right: -15px;
        padding-bottom: 10px;
        padding-left: 20px;
    ul.menu_help li a:hover {
      color: #4e93cd;
    ul.menu_tabs {
      list-style-type: none;
      padding: 0px;
      margin: 0px 15px;
      height: 33px;
    ul.menu_tabs li {
      float: left;
      padding: 0px;
      margin: 0px 1px 0px 1px;
      padding-top: 0px;
      height: 33px;
      width: 150px;
    ul.menu_tabs li a {
        display: block;
        font-family: Verdana, Geneva, sans-serif;
        font-weight: normal;
        font-size: 11px;
        line-height: 28px;
        text-transform: uppercase;
        color: #aeadad;
        text-decoration: none;
        text-align: left;
        padding-top: 0px;
        padding-right: -15px;
        padding-bottom: 10px;
        padding-left: 20px;
    ul.menu_tabs li a.selected {
      background: url(../images/TabSelected.png) no-repeat;
      font-weight: bolder;
      color: #868686;
      height: 33px;
    ul.menu_tabs li a:hover {
      color: #4e93cd;
    #content_area {
        height: 632px;
        background-image: url(../images/ContentLeft.png);
        min-width: 1000px;
        max-width: 1600px;
        margin-left: auto;
        margin-right: auto;
        background-repeat: no-repeat;
    /*.item-page {    needs work to remove gap created by inclusion of Joomla component display
        height: 1px;
    #content {
        height: 632px;
        background-position: right;
        font-family: "Helvetica Neue", Verdana, Helvetica, sans-serif;
        font-weight: bolder;
        font-size: 14px;
        text-align: center;
        color: #C00;
        min-width: 1000px;
        max-width: 1600px;
        margin-left: auto;
        margin-right: auto;
        line-height: 22px;
        background-image: url(../images/ContentRight.png);
        background-repeat: no-repeat;
    #footer {
        color: #bdbcbc;
        clear: both;
        /*margin-left:300px;
        margin-right:300px;*/
        margin-left: auto;
        margin-right: auto;
        margin-top: 0px;
        margin-bottom: 0px;
        height: 20px;
        width: 900px;    /*98%;*/
        text-align: center;
        /*display:block;*/
        margin-top:50px;
    #footer2{
        margin-top:0px;
        margin-left:auto;
        font-family:helvetica,sans-serif;
        font-size:12px;
        text-align:center;
        padding:10px;
    .footer_link {
      display: block;
      padding: 0px 45px;
      font-family: Helvetica Neue, Verdana, Helvetica, sans-serif;
      font-weight: bold;
      font-size: 13px;
      line-height: 22px;
      text-transform: capitalize;
      color: #aeadad;
      text-decoration: none;
      text-align: center;
      float: left;
    .footer_link:hover{
      color: #2f66a3;
      text-decoration: none;
    .clear {
        clear: both;
    #logout .logout-button .button {
        font-family: Verdana, Helvetica, sans-serif;
        font-weight: normal;
        font-size: 13px;
        font-stretch: expanded;
        line-height: 20px;
        text-transform: uppercase;
        color: #919191;
        margin-right: 25px;   
        float: left;
        text-decoration:none;
        border:none;
        background:none;
        cursor: pointer; /* hand-shaped cursor */
        cursor: hand; /* for IE 5.x */
    .footer_nolink {
        display: block;
        padding: 0px 45px;
        font-family: Helvetica Neue, Verdana, Helvetica, sans-serif;
        font-weight: bold;
        font-size: 13px;
        line-height: 22px;
        text-transform: capitalize;
        color: #aeadad;
        text-decoration: none;
        text-align: center;
        float: left;
        text-wrap: unrestricted;
    /*  ------------ Definitions for the Presentation Interactive Editor (PIE) Flex App -------------   */
    #pieclass
        position:relative;
        left:30px;
        height:97%;
        width:96%;
        overflow:hidden;
        text-align:center;
        font-family: Verdana, Geneva, sans-serif;
        font-size: 12px;
        font-style: italic;
        line-height: 20px;
        color: #9F0;
    #swfpieclass
        position:relative;
        left:30px;
        height:97%;
        with:96%;
        overflow:hidden;
        background-color: #000;
        margin: 0px;
        padding: 0px;
    Thanks in advance for your help!
    Regards,
    seeker7805

    Hi:
    Please go here:
    http://inetwebdesign.com/presentation/index12.php
    Thanks.
    Regards,
    seeker7805

  • How to create Remote Desktop Application in C# or port it from HTML5/JS project ?

    Hi
    How can create Remote Desktop Application in C# template ? I were searching on google but not found example or API for this.
    If can, please suggest for me some solution, example and document.
    And I have JavaScript project template Remote Desktop Application. Can i port it to c# ? Or use Webview to show it ?
    I were create demo use webview to show it but it not run. Maybe i do some mistake or can't be do it.
    Thanks.

    I have no other options.  We already provide the RDP plug-in for JavaScript. I'm not sure what else is needed for this.
    Matt Small - Microsoft Escalation Engineer - Forum Moderator
    If my reply answers your question, please mark this post as answered.
    NOTE: If I ask for code, please provide something that I can drop directly into a project and run (including XAML), or an actual application project. I'm trying to help a lot of people, so I don't have time to figure out weird snippets with
    undefined objects and unknown namespaces.
    My project needs work with C# Windows Store. So I need RDP on C#, not JS. If we don't support C#, do we have a RDP spec on Windows 8.1 so that we can follow that spec to implement with native code to support RDP?

  • "New Document" button on ribbon not working in the "Master Page Gallery" in Internet Explorer 10 & 11

    I'm trying to add a "JavaScript Display Template" to my "Master Page Gallery" but when I click on the "New Document" button and select "JavaScript Display Template" it opens the "Add a master page" dialog
    and prompts me to upload a file.  I've ran into this problem with "Compatibility View" set to both "On" or "Off".  I'm able to upload files but I can't get the new forms to show up.
    This happens on the root site collection site.  For subsites, the "New Document" button is completely grayed out.  
    FYI - I am a site collection admin and in the "Owners" group for each site.
    How can I fix this?

    Hi,
    According to your post, my understanding is that "New Document" button on ribbon falied to work in the "Master Page Gallery".
    In the root site, please make sure you enter all the necessary information when you upload file.
    In the other word, you need to make sure the save the “JavaScript Display Template" successfully.
    In the subsites, when you click the “Master Page” under Master Page Gallery in the sub site site setting page, the "New Document" button is completely grayed out.
    If you want to add the template, you need to active the “SharePoint Server Publishing” feature in the Site sitting->Manage site features.
    However, the “Master Page” under Master Page Gallery will become to “Master pages and page layouts”.
    If you click the Master pages and page layouts”, you will go to the
    Master Page Gallery of the root site, and then you can add Document.
    Thank you for your understanding.
    Thanks,
    Linda Li
    Linda Li
    TechNet Community Support

  • Problem with validation - can this be fixed?

    Hello I used an online tutorial to create an "express CSS
    menu" the menu looks really good but it does not validate and in
    IE7-Vista every page you try to access prompts an error that says
    "Problems with this webpage may prevent it from displaying
    properly.... error object expected..."
    Is there anyway for me to fix this and keep this menu??
    here is the link:
    http://122.252.5.31/~lisa927/index.html
    I did validate the menu example I used before I began but did
    not realize the example used doctype html 4.01 and I am using xhtml
    1.0, if I try to change my doctype to html 4.01 I get all sorts of
    errors so my question is can i make this menu validate in xhtml
    1.0???
    shontelle

    > <script type="text/javascript"
    src="p7exp/p7exp.js"></script>
    >
    That would be correct assuming the file is IN THE TEMPLATES
    FOLDER. It
    should not be.
    All links in the TEMPLATE file *should* be one of three kinds
    1. Relative to the template file, e.g.,
    <a href="../ (meaning that you must go up one level from
    the template folder
    to reach the root of the site, hence all other files, since
    none of them
    should be in the templates folder)
    2. Relative to the site root, e.g.,
    <a href="/ (meaning that one would begin looking for the
    linked file at the
    root of the site and follow the pathing from that point)
    3. Absolute, e.g.,
    <a href="
    http:// (meaning that the link is to a page
    external to the site).
    If you are seeing any other kind of link, then it hasn't been
    made properly.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "shonts" <[email protected]> wrote in
    message
    news:g16sce$a2k$[email protected]..
    > HI something very strange going on.
    >
    > the code in my template reads : <link
    href="../truestyles.css"
    > rel="stylesheet" type="text/css" media="screen" />
    > <script type="text/javascript"
    src="p7exp/p7exp.js"></script>
    >
    > but when all the child pages created from the template
    the code appears
    > <link href="truestyles.css" rel="stylesheet"
    type="text/css"
    > media="screen" />
    > <script type="text/javascript"
    src="Templates/p7exp/p7exp.js"></script>
    > <!--[if lte IE 7]>
    > <style>
    >
    > The file "templates" is added there is nothing in my
    templates folder but
    > templates.
    >
    > if you access
    http://122.252.5.31/~lisa927/p7exp/p7exp.js
    where the
    > template
    > tells you to you will see the file has been uploaded.
    >
    > any ideas why the "template" is being added to the code
    on child pages??
    >

  • All screwed up

    I have been recreating sites with a new template made up of
    div's replacing
    some of the tables... I created a template, saved the
    template in the
    various files for the different urls...and it is all gone to
    hell.
    http://www.unitexpaving.com/employment.html
    is one of the pages... in IE 7, it looks ok (still am working
    on the text
    wrap problem), but if you go to FF 3...its way out.
    I think one of my problems is my css is pointing to a file on
    my desktop, so
    I need to find where to put that...anyone see anything else
    causing such a
    wacked out view?
    Thanks
    gary

    1. Make sure that the file you are linking to is within the
    root folder of
    the local site.
    2. Delete and then remake that link.
    3. Save the page and upload it.
    4. Upload the file to which you just linked.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "Gary" <[email protected]> wrote in message
    news:[email protected]...
    > Thank you...so now that the problem is known, how do I
    solve it?
    >
    >
    > "Murray *ACE*" <[email protected]>
    wrote in message
    > news:[email protected]...
    >> The link to the stylesheet in the head of the page
    that points to a file
    >> on your harddrive.
    >>
    >> --
    >> Murray --- ICQ 71997575
    >> Adobe Community Expert
    >> (If you *MUST* email me, don't LAUGH when you do
    so!)
    >> ==================
    >>
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    >>
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    >> ==================
    >>
    >>
    >> "Gary" <[email protected]> wrote in message
    >> news:[email protected]...
    >>> Thanks again, but I did not understand what you
    meant...which is "that
    >>> broken link" that you refer to??
    >>>
    >>> "Murray *ACE*"
    <[email protected]> wrote in message
    >>> news:[email protected]...
    >>>> Not perplexing at all. The styles below that
    broken link are the ones
    >>>> styling the page. The link to your desktop
    file cannot possibly work
    >>>> except on your computer.
    >>>>
    >>>> --
    >>>> Murray --- ICQ 71997575
    >>>> Adobe Community Expert
    >>>> (If you *MUST* email me, don't LAUGH when
    you do so!)
    >>>> ==================
    >>>>
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    >>>>
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    >>>> ==================
    >>>>
    >>>>
    >>>> "Gary" <[email protected]> wrote in
    message
    >>>> news:[email protected]...
    >>>>> Thanks...Im getting ready to scrap it
    all and start over...
    >>>>>
    >>>>>
    http://www.unitexpaving.com/employment.html
    >>>>>
    >>>>> I have another one up that does point to
    the file on the desktop, but
    >>>>> it works fine...that is
    >>>>>
    >>>>>
    http://www.unitexservices.com/woodlands.html
    >>>>>
    >>>>> So it is perplexing
    >>>>>
    >>>>> Thanks again for your help
    >>>>>
    >>>>> gary
    >>>>>
    >>>>>
    >>>>> "Murray *ACE*"
    <[email protected]> wrote in message
    >>>>>
    news:[email protected]...
    >>>>>> Post a link to the page, please.
    >>>>>>
    >>>>>> --
    >>>>>> Murray --- ICQ 71997575
    >>>>>> Adobe Community Expert
    >>>>>> (If you *MUST* email me, don't LAUGH
    when you do so!)
    >>>>>> ==================
    >>>>>>
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    >>>>>>
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    >>>>>> ==================
    >>>>>>
    >>>>>>
    >>>>>> "Gary" <[email protected]>
    wrote in message
    >>>>>>
    news:[email protected]...
    >>>>>>> Ok.. I updated and uploaded the
    file to read
    >>>>>>>
    >>>>>>> <link rel="stylesheet"
    href="Templates/Head.css" type="text/css" />
    >>>>>>> <script
    type="text/javascript"
    >>>>>>>
    src="Templates/p7pm/p7popmenu.js"></script>
    >>>>>>> <style type="text/css"
    media="screen">
    >>>>>>> <!--
    >>>>>>> @import url("p7pm/p7pmv2.css");
    >>>>>>>
    >>>>>>> however I have not been able to
    get it to work.
    >>>>>>>
    >>>>>>> All of the image files are in
    the root and uploaded, does it have
    >>>>>>> something to do with my copy and
    paste of the Head.css?
    >>>>>>>
    >>>>>>>
    >>>>>>> "Murray *ACE*"
    <[email protected]> wrote in message
    >>>>>>>
    news:[email protected]...
    >>>>>>>> If you mean you edited your
    post, please do not do this. We won't
    >>>>>>>> see it when we use the NNTP
    forums.
    >>>>>>>>
    >>>>>>>> --
    >>>>>>>> Murray --- ICQ 71997575
    >>>>>>>> Adobe Community Expert
    >>>>>>>> (If you *MUST* email me,
    don't LAUGH when you do so!)
    >>>>>>>> ==================
    >>>>>>>>
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    >>>>>>>>
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    >>>>>>>> ==================
    >>>>>>>>
    >>>>>>>>
    >>>>>>>> "Gary"
    <[email protected]> wrote in message
    >>>>>>>>
    news:[email protected]...
    >>>>>>>>> Sorry still, but I had
    changed the code, then went back and
    >>>>>>>>> rechanged it after your
    post to read this
    >>>>>>>>>
    >>>>>>>>> <link
    rel="stylesheet" href="Templates/Head.css" type="text/css"
    >>>>>>>>> />
    >>>>>>>>> <script
    type="text/javascript"
    >>>>>>>>>
    src="Templates/p7pm/p7popmenu.js"></script>
    >>>>>>>>> <style
    type="text/css" media="screen">
    >>>>>>>>> <!--
    >>>>>>>>> @import
    url("p7pm/p7pmv2.css");
    >>>>>>>>>
    >>>>>>>>> and closing the
    bracket...but no luck...
    >>>>>>>>>
    >>>>>>>>> Again thank you for all
    of your imput, but what am I missing??
    >>>>>>>>>
    >>>>>>>>> Thanks
    >>>>>>>>>
    >>>>>>>>> gary
    >>>>>>>>> "darrel"
    <[email protected]> wrote in message
    >>>>>>>>>
    news:[email protected]...
    >>>>>>>>>>> <link
    rel="stylesheet" href="Head.css" type="text/css"
    >>>>>>>>>>
    >>>>>>>>>> No, that's not the
    code. This is what you have:
    >>>>>>>>>>
    >>>>>>>>>> <link
    rel="stylesheet" href="Templates/Head.css" type="text/css"
    >>>>>>>>>> <script
    type="text/javascript"
    >>>>>>>>>>
    src="Templates/p7pm/p7popmenu.js"></script>
    >>>>>>>>>>
    >>>>>>>>>>
    >>>>>>>>>> Note the 'templates'
    directory and the fact that the link tag was
    >>>>>>>>>> left open without a
    closing bracket >
    >>>>>>>>>>
    >>>>>>>>>> -Darrel
    >>>>>>>>>
    >>>>>>>>>
    >>>>>>>>
    >>>>>>>
    >>>>>>>
    >>>>>>
    >>>>>
    >>>>>
    >>>>
    >>>
    >>>
    >>
    >
    >

  • Popup screen with information message in POWL

    Hi all,
          I have a scenario like after clicking on action in Powl,  the popup screen should be opened with information message with OK button.kindly suggest on this.
    Thanks all

    You could also try the approach mentioned in the forum thread:
    How to use Javascript in template
    Thanks,
    Navaneeth

  • Popup with information message in pageTemplate

    Hi all.
    It's a mixed question about ADF and WebCenter but i think it's an ADF Issue.
    Scenario:
    - Page Template with an af:popup.
    - Page Style base of my ADF Pages.
    I have next goal:
    I have an af:popup in Page Template that i want to invoke during page load. In page style (where is af:document...) i'm able to launch popup during "load". However i need to do all in Page Template.
    Is there any way to invoke af:popup in a pageTemplate render? ADF Javascript... etc... .
    Is there any way to show easily contextual information in Page Template when all page is loaded?.
    My enviroment information is:
    - Oracle WebCenter Portal : Spaces PS5 (11.1.1.6).
    - ADF 11.1.1.6
    Thanks.
    Regards.

    You could also try the approach mentioned in the forum thread:
    How to use Javascript in template
    Thanks,
    Navaneeth

  • Linking the css to page problem

    i have this page
    http://www.pupr.edu/template/students.asp
    in  it, spry collapsible panels
    spry menubar horizontal
    and  spry sliding panels
    as you know you have to link each's  css and js file right.
    well, i have them in an included  file that i include just before the closing head tag
    when i  have linked the menubar and the collapsible panels, they work ( kindof )  allright in IE ( Firefox always works )
    Kindof allright because  they appear closed and you can click open and click close but the  animation when u close jumps open and closes again kindof glitchy  looking.
    AND when i place the links for the sliding panel (  or any other link i linked to an achordeon previously ) and it stops  the functioning completely of the collapsible panels! ( in IE, firefox  keeps working perfect ) As they would appear if the js wasnt linked.
    So  my thought was that when i linked anything else IE dosnt link the  collapsible panels with its js or dosnt recognize them or i duno
    please,  anyone have any idea? this is so weird to me

    thanks Murray!
    the links are like that now
    <!-- link to css page-->
    <link href="/template/css/STYLE.css" rel="stylesheet" type="text/css">
    <script src="/SpryAssets/SpryCollapsiblePanel.js" type="text/javascript"></script>
    <link href="/SpryAssets/SpryCollapsiblePanel1.css" rel="stylesheet" type="text/css">
    <!-- collapsible panels links above-->
    <script src="/SpryAssets/SpryMenuBar.js" type="text/javascript"></script>
    <link href="/SpryAssets/SpryMenuBarHorizontal.css" rel="stylesheet" type="text/css">
    <!--  menu bar links above-->
    <link href="/SpryAssets/SpryMenuBarHorizontal2.css" rel="stylesheet" type="text/css">
    <!-- student submenu above-->
    <script type="text/javascript" src="/template/css/SprySlidingPanels.js"></script>
    <link type="text/css" rel="stylesheet" href="/template/css/SprySlidingPanels.css">
    <!-- sliding panels links-->
    but nothing changed on IE, firefox stayed good.
    any other ideas Murray?

Maybe you are looking for

  • Error In Posting Travel Costs to FICO

    Hi Friends , I am working on a Business scenario on "Project with Resource Related Intercompany Billing". As a part of this scenario, one has to do time booking & travel expenses booking ( in CAT2) of a cross company employee. Then the time is transf

  • Old .ecs files from Sony Ericsson P900

    Hi Everyone, I saved some voice recordings of my daughter learning to read on my Sony Ericsson P900 ages ago (2005). I have a variety of back-up files for this phone (the files are titled like this: My P910 2005-02-04 23.41.32.ecs). I can't open them

  • Autonumber bug in headings following a procedure

    Hoping someone has an answer to this... I'm on Frame 11 (11.0.0.380) on Windows 7. I'm running into a strange issue with headings that are autonumbered. Everything works as expected... until I include a proccedure that has autonumbered steps and sub-

  • Whay sax (jaxp) so sensestive ?

    i have intresting problem ;) my applet read a big xml files and everything is ok. but when i have a problem for example NullPointerException in my applet the parser is crashed how can i make that the parser will ignore from that kind of problem :)

  • Change of ownership

    2 months ago after numerous calls and multiple different explanations we were told that our one bill account was changed to my wifes name. Now not only is the account not in my wifes name but the one bill account is gone and everything is billed sepa