Gridsphere UI tag in dreamweaver

Dear All,'
I'm having difficulty to read jsp in dreamweaver because this
JSP page contain gridsphere UI tag which can't be seen in
dreamweaver.
I already add tag lib to existing lib in dreamweaver.
Sampel code :
<%@ taglib uri="/portletUI" prefix="ui" %>
<%@ taglib uri="/portletAPI" prefix="portletAPI" %>
<portletAPI:init/>
<ui:frame>
<ui:tablerow header="true">
<ui:tablecell>
<ui:text key="PORTLET_WEBAPP"/>
</ui:tablecell>
...etc
Please advice since I have deadline to catch
Regards,
- aisyah -

The div tags have the content that you listed ( other than the background) inside them. But in http://projecttowers.byethost7.com/specimen_files/specimen_stylesheet.css from lines 429 to 482, is the background definition for the div's.
Here is the code i was using.
.topscrews {
     background: url(../Re-design%20Proposal/Screw%20Top.gif);
     background-attachment: scroll;
     background-repeat: no-repeat;
     background-position: center;
     margin-right: auto;
     margin-left: auto;
     height: 13px;
     margin-bottom: -2px;
.bottomscrews {
     height: 13px;
     margin-right: auto;
     margin-left: auto;
     background: url(../Re-design%20Proposal/screw%20bottom.gif);
     background-repeat: no-repeat;
     background-position: center;
     margin-top: -3px;
.maincontentbox {
     background: url(../Re-design%20Proposal/panel-mid-sides.gif);
     background-repeat: repeat-y;
     background-position: center;
     height: auto;
     width: 451px;
     margin-right: auto;
     margin-left: auto;
     text-align: center;
.mcontentbox {
width: 560px; /**adjust as needed**/
margin: 0 auto; /**centers div**/
border: 5px solid gold;
.bottomline {
     background: url(../Re-design%20Proposal/panelbottom.gif);
     background-repeat: repeat-x;
     background-position: center;
     margin-right: auto;
     margin-left: auto;
     width: 452px;
     margin-top: -10px;
.topbar {
     background: url(../Re-design%20Proposal/paneltop.gif);
     background-repeat: repeat-x;
     background-position: center;
     width: 453px;
     margin-right: auto;
     margin-left: auto;
     margin-bottom: -10px;
I have also checked that the images are in the correct folders on the server.
Cotda

Similar Messages

  • Where can I change the default setting of H tags in dreamweaver cc?

    Where can I change the default settings for the html Heading tags in Dreamweaver?

    The customary approach is to style them yourself in your CSS.  Or use one of the various CSS resets.
    h1, h2, h3, h4, h5 {
         margin:0;
         padding:0;
    h1 {font-size: 175%}
    h2 {font-size: 150%}
    h3 {font-size: 125%}
    h3, h4, h5 {font-size: 110%}
    Nancy O.

  • What must i do to get Insert Fluid Grid Layout Div Tag on dreamweaver?

    Why an i not able to get the Insert Fluid Grid Layout Div Tag on dreamweaver?
    I am using Creative Cloud

    Hi Leroy, this post in the Adobe Dreamweaver Team Blog may assist you with the updates to Dreamweaver: http://blogs.adobe.com/dreamweaver/2013/02/updated-fluid-grids-in-dreamweaver.html
    Let me know if you still require assistance.

  • Enable tags on Dreamweaver cc 2014

    Hi
    How can i enable these tags on Dreamweaver cc 2014 as i have simple lines at the moment and those tags are helping a lot?
    Thanks

    I'm afraid not.  You'll need to finish building your CSS Layout and save your document as a Template.
    Add Editable Regions for things that will change from page to page. 
    Save & Close Template.dwt.
    File > New Page from Template.
    Hit Create button.
    Save.
    This new child page should contain markers for each Editable Region you defined in step #1.
    Nancy O.

  • Add Yahoo store tags to Dreamweaver website

    How do you add Yahoo store tags to a Dreamweaver HTML page? I've built a website using Dreamweaver and using Yahoo Merchant to host the online store. I've created the shopping cart in Yahoo Merchant Solutions but can't figure out how to add the shopping cart/store tags to my pages in dreamweaver.

    Can you give us a link to a page describing these tags?

  • Storing custom xml tags in Dreamweaver

    Hi everyone,
    I'm creating an xml file in Dreamweaver and wondered if it
    was possible to store the different tags you create within
    dreamweaver so that when you type some text, all you have to do is
    select it and have Dreamweaver wrap these custom tags around
    everything.
    Is this possible?
    Appreciate any advice

    Use DW's Snippets.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "Seraya" <[email protected]> wrote in
    message
    news:f8kjs8$olv$[email protected]..
    > Hi everyone,
    >
    > I'm creating an xml file in Dreamweaver and wondered if
    it was possible to
    > store the different tags you create within dreamweaver
    so that when you
    > type
    > some text, all you have to do is select it and have
    Dreamweaver wrap these
    > custom tags around everything.
    >
    > Is this possible?
    >
    > Appreciate any advice
    >

  • Extension for HTML5  tags in Dreamweaver CS5.5??

    Hi, I'm currently using Dreamweaver CS5.5 and i 'd like to ask whether there's any extension or update available that updates the Insert Panel in order to support HTML5  tags?

    Aegis Kleais wrote:
    Sorry, Al, but I couldn't disagree more.  Where I respect the fact that, as coders, we're rather ingrained with our workflow processes and, at times, hesitant to change, I've found LESS' benefits to be very worthwhile.
    No need to apologize. Preprocessing is a topic on which there are differing opinions. You have one. I have one. There are advocates:
    http://blog.urbaninsight.com/2012/04/12/ten-reasons-you-should-be-using-css-preprocessor
    There are those who are not sold:
    http://blog.millermedeiros.com/the-problem-with-css-pre-processors/
    http://www.skybondsor.com/blog/css-preprocessors
    There are those mostly sold:
    http://css-tricks.com/musings-on-preprocessing/
    There are even those who have been converted (but who might reverse at some later point):
    http://cognition.happycog.com/article/preprocess-this
    Heck, even I might be converted someday - or not
    Bottom line for me, right now? I know I can write CSS that is better than most, more efficient than most, and easier to follow than most, and a preprocessor would add unwanted complexity. But that's for me. For someone not able to be organized intutively, or for a large - but carefully coordinated - team, a preprocessor could be a positive.
    But not for me.
    There are evolving trends - popular aspects of the technology that may and should find themselves being adapted into CSS. But I've been around this business as long as CSS has. I've seen buzzwords and trends and I've historically been spot-on in predicting the one that will stick. I think preprocessing will stick - but only insofar as it will be a catalyst for features in future versions of CSS. As a separate technology it makes no sense - to me

  • How do I center a container div tag in Dreamweaver?

    Hi,
    I actually asked this question about another web page but for some reason setting the margins to "auto" on this one isn't working.
    Please help. Thank you.
    http://www.laurasummers.com/

    Thanks Nancy. I appreciate this. I do have another question, though. I did try to adjust the margins in my Dreamweaver body style sheet and it didn't seem to work. Do you know why this is?
    Also, I did add this code. It worked except that the "Laura Lee Summers" and the subtle wave imagery stay in place while everything else centers. The Laura Lee Summer and the wave image is in the container div tag so I am confused.
    Try this:
    body {
    width: 960px;
    position: relative;
    margin: 0 auto; /**this centers the page on screen**/
    background: #cdffff url(lsummers_images/laurasummers_bkgd_Final.jpg) top center no-repeat;
    font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
    font-size: 14px;
    color: #111;
    line-height: 1.5;
    NOTE #1: font-size in points (pt) is for print only. For web pages displayed on screens, use px, ems or %.
    NOTE #2:  The site owner's name is the most important piece of information on the page, right?  It belongs inside the markup within <h1> tags.  Instead, you have put her name in a background image which will never be recognized by Google.
    SEO LINKS
    Google's SEO Starter Guide Updated 2010
    http://googlewebmastercentral.blogspot.com/2010/09/seo-starter-guide-updated.html
    High  Rankings Advisor
    http://www.highrankings.com/newsletter/
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists 
    http://alt-web.com/
    http://twitter.com/altweb

  • How do I center an image inside a CSS div tag using dreamweaver?

    I know this may seem like a very silly queston to ask because it should seem so simple but how do I do that? I am having trouble being able to center an image inside of a div tag. Here is the code I have come up with so far. Thanks in advance for your help.
    </style>
    </head>
    <body>
    <div id="PageContainer">
      <div id="PageHeader"> img.centered{display:block; margin-left:auto; margin-right:auto; }<img src="Untitled-5.jpg" alt="rowland" class="centered" /></div>
    <div id="PageMenu">Content for  id "PageHeader" Goes Here</div>
    <div id="PageBody">Content for  id "PageHeader" Goes Here</div>
    <div id="PageFooter">Content for  id "PageHeader" Goes Here</div>
    </body>
    </html>
    Also you can ignore the other div tags after the first div id. The first div id that has my image link is the one I am trying to get to center my image. The image is in there just not centering.

    Centering Pages, Images and other elements with CSS:
    http://cookbooks.adobe.com/post_Centering_web_pages_and_other_elements_with_CSS-16640.html
    Nancy O.

  • Meta Tags in Dreamweaver

    In websites, meta tags are meant to be used so that it helps
    the search engines robots to position your website in the relevant
    ranking of the website. But how do you use it. Are you meant to use
    one word at a time, eg. damian, quinn then repeat it after a while
    or do you just use it normally eg, damian quinn, website
    designer...etc?
    If you want more explantory, then please by all means ask for
    it. I'm not sure what I'm on about!!!

    Be my guest. You'll not find keywords in meta tags on
    mine....
    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
    ==================
    "Richard Mason" <[email protected]> wrote in message
    news:gEgC$[email protected]..
    > On Thu, 21 Feb 2008, Damian Quinn wrote
    >
    >>In websites, meta tags are meant to be used so that
    it helps the search
    >>engines
    >>robots to position your website in the relevant
    ranking of the website.
    >>But
    >>how do you use it. Are you meant to use one word at a
    time, eg. damian,
    >>quinn
    >>then repeat it after a while or do you just use it
    normally eg, damian
    >>quinn,
    >>website designer...etc?
    >
    > Sometimes it can be quite interesting to do view page
    source on the web
    > sites of people who tell you that meta tags serve no
    purpose.
    >
    > --
    > Richard Mason
    >
    http://www.emdpi.com

  • Bbcode / phpbb tag library for dreamweaver?

    Is there a way to make dreamweaver recognize bbcode or phpbb
    style markup? For example, I want to edit a message IN dreamweaver,
    and it contains bbcode markup such as [img] tags, which dreamweaver
    does not recognize. If dreamweaver could see that the [img] tag and
    interpret it as a html style img tag, that would be a great help!

    Darn it, I can't get it to install. I left message a while
    back about this but got no reply. The extension manager begins the
    install, puts files into a temp directory, but then halts with the
    message:
    "C:\Documents and Settings\myname\Local
    Settings\Temp\CF8_DW9_Ext_Final_mxi\TagLibraries\cfml\cfqueryparam.vtm"
    is missing'. The extension will not be installed."
    On checking the file IS there.
    Can anyone help me get this to install?
    Thanks in advance!
    Richard

  • Can't search for specific tag - Dreamweaver 8

    All of a sudden, I can no longer search for a specific tag in
    Dreamweaver 8 (Mac OS 10.4.6). It was working fine and I had just
    run a sitewide search, then boom! The attribute plus (+) and
    minus(-) signs appear over the text "Search:" right next to the
    dropdown box that says Specific Tag. It only happens in the tag
    search option.
    Clicking on the plus or minus does nothing, and when I try to
    run the search, I receive the error that one of my attribute fields
    is empty.
    I've tried a reinstall and restart, but that did nothing.
    Please help!! I NEED this function! Thanks.

    Shutdown DW and manually delete the Preferences file.
    I can't remember where to find the file on the Mac, so
    hopefully one of
    our Mac gurus can chime in here!
    Thanks,
    Randy
    > All of a sudden, I can no longer search for a specific
    tag in Dreamweaver 8
    > (Mac OS 10.4.6). It was working fine and I had just run
    a sitewide search, then
    > boom! The attribute plus (+) and minus(-) signs appear
    over the text "Search:"
    > right next to the dropdown box that says Specific Tag.
    It only happens in the
    > tag search option.
    >
    > Clicking on the plus or minus does nothing, and when I
    try to run the search,
    > I receive the error that one of my attribute fields is
    empty.
    >
    > I've tried a reinstall and restart, but that did
    nothing.

  • Cfloop within select causes Dreamweaver to crash

    Placing a cfloop tag within a select (or cfselect) tag causes
    Dreamweaver to crash when the mouse is clicked anywhere within the
    code window. Code as below:
    (Code attached)
    The cfloop was going to be used to produce additional option
    elements. The option element values were to be taken from the list.
    Dreamweaver won't even let you edit the statement out or
    comment it because it crashes as soon as you click to place the
    curser within the code window.

    WaltBulawa wrote:
    > As it turns out, when I replaced the <Form> with
    <cfForm> and the <select> with <cfselect> the
    problem was resolved.
    You haven't really resolved the problem, but delayed it for
    another day.
    To avoid the risk of future crashes, I recommend that you
    delete
    WinFileCache-********.dat after closing Dreamweaver down for
    the day. A
    clean version of the file will be generated automatically
    when you next
    use DW.
    David Powers, Adobe Community Expert
    Author, "The Essential Guide to Dreamweaver CS3" (friends of
    ED)
    Author, "PHP Solutions" (friends of ED)
    http://foundationphp.com/

  • Dynamic Description Meta tag?

    I have a dynamic site that is primarily table driven. I would
    like to change the contents of the meta description dynamically so
    that the description matches information on the page that is
    currently being displayed.
    For example: If the page pulls up the product "eye brow
    plucker"
    I would like the meta description tag to read information in
    my table so it will describe my "eye brow plucker"
    Can that be done.

    No, that's not the Description <meta> tag. It's the character encoding <meta> tag.
    To insert the Description <meta> tag in Dreamweaver, go to the Insert panel, and select the Common category from the menu. Click the down arrow alongside Head, and select Description.
    That opens a dialog box where you can write your description. There is no limit on how long the description can be, but it should normally be no more than about 20 words. If you write more, it will be ignored by search engines.

  • Description Meta Tag

    Hi all,
    I'm looking to update the 'Description Meta Tag' of my website, in the HTML is it this section I need to update: <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> If it is, is there a word/character limit I can input in Dreamweaver?
    Many thanls
    Nick

    No, that's not the Description <meta> tag. It's the character encoding <meta> tag.
    To insert the Description <meta> tag in Dreamweaver, go to the Insert panel, and select the Common category from the menu. Click the down arrow alongside Head, and select Description.
    That opens a dialog box where you can write your description. There is no limit on how long the description can be, but it should normally be no more than about 20 words. If you write more, it will be ignored by search engines.

Maybe you are looking for

  • Problem with custom form

    Hey All, Has anyone ever experience a problem with maximizing or resizing their custom form? I have a rather large form that every time I try to maximize or resize causes Business One to hang and crash. Any ideas what might be causing this?

  • Data Source of SOP

    Hi Gurus, I have question related to SOP and LTP on source data. I believe CO data and Capacity data can be the inputs for sales and operations planning. Could somone please guide me how to bring CO and capacity data to my planning table ( MC95) in a

  • I updated my payment information on my PC, but it isn't showing up on my IPOD touch?  What am I doing wrong?

    I'm trying to buy an app on my ipod touch, but it isn't recognizing any payment information.  I had to log on to my PC to add a credit card and successfully updated it, but when I go back to my ipod touch and try to buy the app, it is saying there is

  • At what point does iM 09 reputedly drop the 2nd frame of video

    Reading the boards it seems to be accepted that iM 09 drops every other frame of video in it's processing as opposed to iMHD 6 which is reputed to produce superior video quality. At what point in the video processing does iM 09 skip that second frame

  • Reqd.Table Names for FI,PS Module

    Could anybody suggest the Table Names with combination of fileds: cost elements; Actual data, Plan data, cost centers, cost element, rate year (10/1/05-9/30/06), current year 12 months (11/01/04-10/30/05). Thanks in Advance.