Edit D:\app\Administrator\product\11.2.0\dbhome_1\apex\images\doc\ui_custom_css_refs.htm
<!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" lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=us-ascii" /> <meta http-equiv="Content-Style-Type" content="text/css" /> <meta http-equiv="Content-Script-Type" content="text/javascript" /> <title>Referencing an Uploaded Cascading Style Sheet in the Page Template</title> <meta name="generator" content="Oracle DARB XHTML Converter (Mode = ohj/ohw) - Version 5.1" /> <meta name="date" content="2009-04-14T16:11:31Z" /> <meta name="robots" content="noarchive" /> <meta name="doctitle" content="Referencing an Uploaded Cascading Style Sheet in the Page Template" /> <meta name="relnum" content="Release 3.2" /> <meta name="partnum" content="E11947-01" /> <link rel="copyright" href="dcommon/html/cpyr.htm" title="Copyright" type="text/html" /> <link rel="stylesheet" href="dcommon/css/blafdoc.css" title="Oracle BLAFDoc" type="text/css" /> <link rel="contents" href="toc.htm" title="Contents" type="text/html" /> <link rel="up" href="preface.htm" title="Home" type="text/html" /> <link rel="up" href="themes.htm" title="Managing Themes and Templates" type="text/html" /> <link rel="up" href="ui_custom_css.htm" title="Using Custom Cascading Styl..." type="text/html" /> <link rel="up" href="ui_custom_css_refs.htm" title="Referencing an Uploaded Cas..." type="text/html" /> <link rel="prev" href="ui_custom_css_upload.htm" title="Previous" type="text/html" /> <link rel="next" href="ui_default.htm" title="Next" type="text/html" /> </head> <body> <p id="BREADCRUMBING"><a href="preface.htm" title="Home">Home</a> > <a href="themes.htm" title="Managing Themes and Templates">Managing Themes and Templates</a> > <a href="ui_custom_css.htm" title="Using Custom Cascading Styl...">Using Custom Cascading Styl...</a> > Referencing an Uploaded Cas...</p> <table class="simple oac_no_warn" summary="" cellspacing="0" cellpadding="0" width="100%"> <col width="86%" /> <col width="*" /> <tr valign="bottom"> <td align="left"></td> <td align="center"><a href="ui_custom_css_upload.htm"><img src="dcommon/gifs/leftnav.gif" alt="Previous" /><br /> <span class="icon">Previous</span></a> </td> <td align="center"><a href="ui_default.htm"><img src="dcommon/gifs/rightnav.gif" alt="Next" /><br /> <span class="icon">Next</span></a></td> </tr> </table> <p><a id="BABHJCJI" name="BABHJCJI"></a></p> <div class="sect2"><!-- infolevel="all" infotype="General" --> <h1><a name="HTMDB25734" id="HTMDB25734"></a>Referencing an Uploaded Cascading Style Sheet in the Page Template<a id="sthref1882" name="sthref1882"></a></h1> <p>You can reference an uploaded cascading style sheet within the Header section of the page template. You use the Header section to enter the HTML that makes up the <HEAD> section of the HTML document.</p> <p>To reference an uploaded cascading style sheet:</p> <ol> <li> <p>On the Workspace home page, click the <span class="bold">Application Builder</span> icon.</p> </li> <li> <p>Select an application.</p> </li> <li> <p>Click <span class="bold">Shared Components</span>.</p> </li> <li> <p>Under User Interface, select <span class="bold">Themes</span>.</p> <p>The Themes page appears.</p> </li> <li> <p>On the Tasks list, click <span class="bold">View Templates</span>.</p> </li> <li> <p>Select the name of the page template you want to edit.</p> </li> <li> <p>Use a <code><link></code> tag within the head section to reference the appropriate style sheet.</p> <p>To reference an uploaded file that is associated with a specific application, you would use the substitution string <code>#APP_IMAGES#</code>. For example:</p> <pre xml:space="preserve" class="oac_no_warn"> <html> <head> <title>#TITLE#</title> #HEAD# <link rel="stylesheet" href="#APP_IMAGES#sample2.css" type="text/css"> </head> ... </pre> <p>To reference an uploaded file that is associated with a specific workspace, you would use the substitution string <code>#WORKSPACE_IMAGES#</code>. For example:</p> <pre xml:space="preserve" class="oac_no_warn"> <html> <head> <title>#TITLE#</title> #HEAD# <link rel="stylesheet" href="#WORKSPACE_IMAGES#sample3.css" type="text/css"> </head> ... </pre></li> </ol> <div align="center"> <div class="inftblnotealso"><br /> <table class="NoteAlso oac_no_warn" summary="" cellpadding="3" cellspacing="0"> <tbody> <tr> <td align="left"> <p class="notep1">See Also:</p> <a href="ui_custom_css_upload.htm#BABCJGEI">"Uploading Cascading Style Sheets"</a>, <a href="ui_templt_new.htm#CHDGACDA">"Creating a New Template"</a>, <a href="ui_templt_view.htm#BABFGBFE">"Managing Templates"</a>, <a href="ui_templt_page.htm#BABGJFEI">"Page Templates"</a>, <a href="concept_sub_strings.htm#BEIDCGAJ">"APP_IMAGES"</a>, and <a href="concept_sub_strings.htm#BEICEJEA">"WORKSPACE_IMAGES"</a></td> </tr> </tbody> </table> <br /></div> <!-- class="inftblnotealso" --></div> </div> <!-- class="sect2" --> <!-- class="sect1" --> <!-- Start Footer --> <div class="footer"> <table class="simple oac_no_warn" summary="" cellspacing="0" cellpadding="0" width="100%"> <col width="86%" /> <col width="*" /> <tr> <td align="left"><span class="copyrightlogo">Copyright © 2003, 2009, Oracle and/or its affiliates. All rights reserved.</span><br /> <a href="dcommon/html/cpyr.htm"><span class="copyrightlogo">Legal Notices</span></a></td> <td align="center"><a href="ui_custom_css_upload.htm"><img src="dcommon/gifs/leftnav.gif" alt="Previous" /><br /> <span class="icon">Previous</span></a> </td> <td align="center"><a href="ui_default.htm"><img src="dcommon/gifs/rightnav.gif" alt="Next" /><br /> <span class="icon">Next</span></a></td> </tr> </table> </div> <!-- class="footer" --> </body> </html>
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de