UPDATED: Trouble with duplicate div tag...

I am working on validating the code for my blog now as I
think that might solve some of the issues I am having. I was able
to clear out all of the xhtml errors except for one... a duplicate
sidebar div tag. One of them is at the bottom of the header file
and the other is at the top of the sidebar file.
My first thought was just to delete one of them so I tried
that and it validated. Problem is that it screwed up the layout on
my pages in Safari and Firefox when you do a search or look at any
of the archives, etc.
So I deleted the other one and it was worse.
I think this issue is what is making my search results and
archive results load below the sidebar... so it obviously needs to
be fixed, but Im not sure how.
The page is at
http://www.babybumps.net/blog
and the code is attached.
Any thoughts?

Try leaving the duplicate tag in, but renaming it to
something that is not a
duplicate first.
If that doesn't work, then we will have to take a closer look
at your code
and particularly your floated elements.
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
==================
"ArtsyAndi" <[email protected]> wrote in
message
news:g01mke$6cr$[email protected]..
> Ok... I deleted the duplicate tag on the top of the
sidebar, then deleted
> the
> close div tag at the bottom of that file and the code
now validates.
>
> However, it didn't solve my issue with the content
loading below the
> sidebar
> when you do a search or view archives in safari or
firefox.
>
> Any ideas?
>

Similar Messages

  • I am really in trouble with AP Div-How do I fix it on the web?

    Hi,
    I am really in trouble with my website. I have added some pictures and text on top of Fireworks Image and have published it on the website.
    But the concern is, when I zoom in & zoom out, I can see the previous text on the screen and also the picture and texts I have added using Ap Div  tag are scattered moving all to the left when I zoom out. Can someone help me how to fix this in one particular place so that it doesn't move when I zoom in or zoom out!!! I am using Adobe Dreamweaver CS3, if this will help.
    Appreciate your sincere help on this.
    Thanks in advance.

    Frankly, there's a lot that is wrong with that page:
    1. Most of your content is in the images - this means that you will get very poor search engine ranking
    2. Your extensive use of absolute positioning for layout - this means that when you enlarge the text size in the browser, you will have overflow problems on the page (for example, the terrible problems at the bottom of the page)
    3. You have used tables for layout - this is because of your use of Fireworks to create the HTML
    Each of these problems is solvable but none of them are solvable easily without a redesign of the page. A web page should be built from the top down, stacking content containers (i.e., <div>, <section>, <article>, <aside>, etc.) vertically or floating them horizontally or both. These containers would be loaded with the text content of the page, and images would be used only for cosmetic appearance. Using CSS to style/locate the content will allow you to completely move away from tables for layout. Most typical pages can be created without the use of absolute positioning which should be used only for special purposes, not for layout of the page elements.

  • Cant get rules to work with pz:div tag

    im using commerce server 2.0.1 with sp1
    i made a rule sheet and rule and rule selectors through the wlpsadmin
    tool
    and then i was trying to base content inside a portal using one of the
    rule selectors and the pz:div tag.
    this is what the jsp page has inside:
    <pz:div
    ruleset="jdbc://com.beasys.commerce.axiom.reasoning.rules.RuleSheetDefinitionHome/myRules"
    rule="myRule">
    content
    </pz:div>
    the server just hangs for about 5 minutes, and then no content is
    returned. there is nothing coming out in the weblogic.log the whole
    time. i have checked the rules and at least one should be returning some
    content
    previouly i have been getting other errors such as
    Thu Aug 17 10:16:39 PDT 2000:<E> <ServletContext-General> exception
    raised on '/portals/buybeans/buybeansportal.jsp'
    javax.servlet.ServletException: runtime failure in custom tag 'div'
    at
    jsp.portals.buybeans.portlets.emailCampaign._jspService(emailCampaign.java:318)
    at weblogic.servlet.jsp.JspBase.service(JspBase.java:27)
    at
    weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:124)
    at
    weblogic.servlet.internal.RequestDispatcherImpl.include(RequestDispatcherImpl.java:250)
    at
    weblogic.servlet.internal.RequestDispatcherImpl.include(RequestDispatcherImpl.java:171)
    at
    weblogic.servlet.jsp.PageContextImpl.include(PageContextImpl.java:100)
    at jsp.portals.buybeans.portlet._jspService(portlet.java:683)
    at weblogic.servlet.jsp.JspBase.service(JspBase.java:27)
    at
    weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:124)
    at
    weblogic.servlet.internal.RequestDispatcherImpl.include(RequestDispatcherImpl.java:250)
    at
    weblogic.servlet.internal.RequestDispatcherImpl.include(RequestDispatcherImpl.java:171)
    at
    weblogic.servlet.jsp.PageContextImpl.include(PageContextImpl.java:100)
    at
    jsp.portals.buybeans.portalcontent._jspService(portalcontent.java:594)
    at weblogic.servlet.jsp.JspBase.service(JspBase.java:27)
    at
    weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:124)
    at
    weblogic.servlet.internal.RequestDispatcherImpl.include(RequestDispatcherImpl.java:250)
    at
    weblogic.servlet.internal.RequestDispatcherImpl.include(RequestDispatcherImpl.java:171)
    at
    weblogic.servlet.jsp.PageContextImpl.include(PageContextImpl.java:100)
    at
    jsp.portals.buybeans.buybeansportal._jspService(buybeansportal.java:751)
    at weblogic.servlet.jsp.JspBase.service(JspBase.java:27)
    at
    weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:124)
    at
    weblogic.servlet.internal.RequestDispatcherImpl.forward(RequestDispatcherImpl.java:153)
    at
    com.beasys.commerce.axiom.jsp.JspServiceManager.service(JspServiceManager.java:1033)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:865)
    at
    weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:124)
    at
    weblogic.servlet.internal.RequestDispatcherImpl.forward(RequestDispatcherImpl.java:153)
    at
    weblogic.servlet.jsp.PageContextImpl.forward(PageContextImpl.java:96)
    at
    jsp.portals.buybeans._userlogin._jspService(_userlogin.java:964)
    at weblogic.servlet.jsp.JspBase.service(JspBase.java:27)
    at
    weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:124)
    at
    weblogic.servlet.internal.RequestDispatcherImpl.forward(RequestDispatcherImpl.java:153)
    at
    com.beasys.commerce.axiom.jsp.JspServiceManager.service(JspServiceManager.java:1033)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:865)
    at
    weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:124)
    at
    weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletContextImpl.java:744)
    at
    weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletContextImpl.java:692)
    at
    weblogic.servlet.internal.ServletContextManager.invokeServlet(ServletContextManager.java:251)
    at
    weblogic.socket.MuxableSocketHTTP.invokeServlet(MuxableSocketHTTP.java:363)
    at
    weblogic.socket.MuxableSocketHTTP.execute(MuxableSocketHTTP.java:263)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
    and
    Thu Aug 17 10:16:39 PDT 2000:<I> <EJB JAR deployment
    /usr/local/weblogic/WebLogicCommerce/lib/rulesservice.jar> Transaction:
    '966528642212_134' rolled back due to EJB exception:
    java.lang.NullPointerException
    at
    com.beasys.commerce.axiom.reasoning.rules.service.RulesetDataBean.getData(RulesetDataBean.java:171)
    at
    com.beasys.commerce.axiom.reasoning.rules.service.RulesetDataBeanEOImpl.getData(RulesetDataBeanEOImpl.java:56)
    at
    com.beasys.commerce.axiom.reasoning.rules.service.RulesetDataResolver.resolveEntity(RulesetDataResolver.java:121)
    at com.sun.xml.parser.Parser.parse(Parser.java:294)
    at
    com.beasys.commerce.axiom.reasoning.rules.service.ServiceProviderManager.createRulesetForXML(ServiceProviderManager.java:419)
    at
    com.beasys.commerce.axiom.reasoning.rules.service.ServiceProviderManager.createContext(ServiceProviderManager.java:146)
    at
    com.beasys.commerce.axiom.reasoning.rules.service.RulesServiceBean.getContextWrapper(RulesServiceBean.java:863)
    at
    com.beasys.commerce.axiom.reasoning.rules.service.RulesServiceBean.applyRules(RulesServiceBean.java:189)
    at
    com.beasys.commerce.axiom.reasoning.rules.service.RulesServiceBeanEOImpl.applyRules(RulesServiceBeanEOImpl.java:56)
    at
    com.beasys.commerce.axiom.reasoning.rules.service.RulesServiceBeanEOImpl_ServiceStub.applyRules(RulesServiceBeanEOImpl_ServiceStub.java:153)
    at
    com.beasys.commerce.axiom.p13n.agents.ClassificationAgentImpl.advise(ClassificationAgentImpl.java:110)
    at
    com.beasys.commerce.axiom.p13n.advisor.PersonalizationAdvisorBean.advise(PersonalizationAdvisorBean.java:100)
    at
    com.beasys.commerce.axiom.p13n.advisor.PersonalizationAdvisorBeanEOImpl.advise(PersonalizationAdvisorBeanEOImpl.java:56)
    at
    com.beasys.commerce.axiom.p13n.advisor.PersonalizationAdvisorBeanEOImpl_ServiceStub.advise(PersonalizationAdvisorBeanEOImpl_ServiceStub.java:192)
    at
    com.beasys.commerce.p13n.tags.DivTag.includeBody(DivTag.java:161)
    at
    com.beasys.commerce.p13n.tags.DivTag.doStartTag(DivTag.java:100)
    at
    jsp.portals.buybeans.portlets.emailCampaign._jspService(emailCampaign.java:293)
    at weblogic.servlet.jsp.JspBase.service(JspBase.java:27)
    at
    weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:124)
    at
    weblogic.servlet.internal.RequestDispatcherImpl.include(RequestDispatcherImpl.java:250)
    at
    weblogic.servlet.internal.RequestDispatcherImpl.include(RequestDispatcherImpl.java:171)
    at
    weblogic.servlet.jsp.PageContextImpl.include(PageContextImpl.java:100)
    at jsp.portals.buybeans.portlet._jspService(portlet.java:683)
    at weblogic.servlet.jsp.JspBase.service(JspBase.java:27)
    at
    weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:124)
    at
    weblogic.servlet.internal.RequestDispatcherImpl.include(RequestDispatcherImpl.java:250)
    at
    weblogic.servlet.internal.RequestDispatcherImpl.include(RequestDispatcherImpl.java:171)
    at
    weblogic.servlet.jsp.PageContextImpl.include(PageContextImpl.java:100)
    at
    jsp.portals.buybeans.portalcontent._jspService(portalcontent.java:594)
    at weblogic.servlet.jsp.JspBase.service(JspBase.java:27)
    at
    weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:124)
    at
    weblogic.servlet.internal.RequestDispatcherImpl.include(RequestDispatcherImpl.java:250)
    at
    weblogic.servlet.internal.RequestDispatcherImpl.include(RequestDispatcherImpl.java:171)
    at
    weblogic.servlet.jsp.PageContextImpl.include(PageContextImpl.java:100)
    at
    jsp.portals.buybeans.buybeansportal._jspService(buybeansportal.java:751)
    at weblogic.servlet.jsp.JspBase.service(JspBase.java:27)
    at
    weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:124)
    at
    weblogic.servlet.internal.RequestDispatcherImpl.forward(RequestDispatcherImpl.java:153)
    at
    com.beasys.commerce.axiom.jsp.JspServiceManager.service(JspServiceManager.java:1033)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:865)
    at
    weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:124)
    at
    weblogic.servlet.internal.RequestDispatcherImpl.forward(RequestDispatcherImpl.java:153)
    at
    weblogic.servlet.jsp.PageContextImpl.forward(PageContextImpl.java:96)
    at
    jsp.portals.buybeans._userlogin._jspService(_userlogin.java:964)
    at weblogic.servlet.jsp.JspBase.service(JspBase.java:27)
    at
    weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:124)
    at
    weblogic.servlet.internal.RequestDispatcherImpl.forward(RequestDispatcherImpl.java:153)
    at
    com.beasys.commerce.axiom.jsp.JspServiceManager.service(JspServiceManager.java:1033)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:865)
    at
    weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:124)
    at
    weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletContextImpl.java:744)
    at
    weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletContextImpl.java:692)
    at
    weblogic.servlet.internal.ServletContextManager.invokeServlet(ServletContextManager.java:251)
    at
    weblogic.socket.MuxableSocketHTTP.invokeServlet(MuxableSocketHTTP.java:363)
    at
    weblogic.socket.MuxableSocketHTTP.execute(MuxableSocketHTTP.java:263)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)

    no i am sure it is not the database, i use oracle and cloudscape
    interchangingly. i never got the jsp tag to work, however i got around it by
    using java code. they have a class called ContentSelectorExample which you can
    use to exceute a rule. here is my code that seems to work:
    <%@ page import="com.beasys.commerce.axiom.content.Content" %>
    <%@ page import="examples.p13nadvisor.ContentSelectorExample" %>
    <%
    // this is the rule sheet you made in the commerce server admin at wlpsadmin
    String
    ruleSet="ejb://com.beasys.commerce.axiom.reasoning.rules.RuleSheetDefinitionHome/myRules";
    // this is the rule you made in the commerce server admin at wlpsadmin (content
    selector rule)
    String rule="myRule";
    Content[] results = null;
    String contentHome = "com.beasys.commerce.axiom.document.DocumentManager";
    String sortby = null;
    String query = null;
    int max = 1;
    try{
    results = new ContentSelectorExample().executeContentSelector(pageContext,
    ruleSet, rule, contentHome, sortby, query, max);
    // check if there are any results - this tells you if the rule failed or
    succeeded
    if(results != null && results.length > 0){
    %>
    <P>Content for when the rule is a success</P>
    <%
    } catch(Exception ex){ ex.printStackTrace(); }
    %>
    William Lee wrote:
    I have experienced the same problem. Have you got the cure for it yet?
    May I ask what RDBMS are you using? I'm using MSSQL 7.0. I just want to make
    sure this doesn't cause the problem.
    William Lee
    "root" <[email protected]> wrote in message
    news:[email protected]...
    im using commerce server 2.0.1 with sp1
    i made a rule sheet and rule and rule selectors through the wlpsadmin
    tool
    and then i was trying to base content inside a portal using one of the
    rule selectors and the pz:div tag.
    this is what the jsp page has inside:
    <pz:div
    ruleset="jdbc://com.beasys.commerce.axiom.reasoning.rules.RuleSheetDefinitio
    nHome/myRules"
    rule="myRule">
    content
    </pz:div>
    the server just hangs for about 5 minutes, and then no content is
    returned. there is nothing coming out in the weblogic.log the whole
    time. i have checked the rules and at least one should be returning some
    content
    previouly i have been getting other errors such as
    Thu Aug 17 10:16:39 PDT 2000:<E> <ServletContext-General> exception
    raised on '/portals/buybeans/buybeansportal.jsp'
    javax.servlet.ServletException: runtime failure in custom tag 'div'
    at
    jsp.portals.buybeans.portlets.emailCampaign._jspService(emailCampaign.java:3
    18)
    at weblogic.servlet.jsp.JspBase.service(JspBase.java:27)
    at
    weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
    :124)
    at
    weblogic.servlet.internal.RequestDispatcherImpl.include(RequestDispatcherImp
    l.java:250)
    at
    weblogic.servlet.internal.RequestDispatcherImpl.include(RequestDispatcherImp
    l.java:171)
    at
    weblogic.servlet.jsp.PageContextImpl.include(PageContextImpl.java:100)
    at jsp.portals.buybeans.portlet._jspService(portlet.java:683)
    at weblogic.servlet.jsp.JspBase.service(JspBase.java:27)
    at
    weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
    :124)
    at
    weblogic.servlet.internal.RequestDispatcherImpl.include(RequestDispatcherImp
    l.java:250)
    at
    weblogic.servlet.internal.RequestDispatcherImpl.include(RequestDispatcherImp
    l.java:171)
    at
    weblogic.servlet.jsp.PageContextImpl.include(PageContextImpl.java:100)
    at
    jsp.portals.buybeans.portalcontent._jspService(portalcontent.java:594)
    at weblogic.servlet.jsp.JspBase.service(JspBase.java:27)
    at
    weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
    :124)
    at
    weblogic.servlet.internal.RequestDispatcherImpl.include(RequestDispatcherImp
    l.java:250)
    at
    weblogic.servlet.internal.RequestDispatcherImpl.include(RequestDispatcherImp
    l.java:171)
    at
    weblogic.servlet.jsp.PageContextImpl.include(PageContextImpl.java:100)
    at
    jsp.portals.buybeans.buybeansportal._jspService(buybeansportal.java:751)
    at weblogic.servlet.jsp.JspBase.service(JspBase.java:27)
    at
    weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
    :124)
    at
    weblogic.servlet.internal.RequestDispatcherImpl.forward(RequestDispatcherImp
    l.java:153)
    at
    com.beasys.commerce.axiom.jsp.JspServiceManager.service(JspServiceManager.ja
    va:1033)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:865)
    at
    weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
    :124)
    at
    weblogic.servlet.internal.RequestDispatcherImpl.forward(RequestDispatcherImp
    l.java:153)
    at
    weblogic.servlet.jsp.PageContextImpl.forward(PageContextImpl.java:96)
    at
    jsp.portals.buybeans._userlogin._jspService(_userlogin.java:964)
    at weblogic.servlet.jsp.JspBase.service(JspBase.java:27)
    at
    weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
    :124)
    at
    weblogic.servlet.internal.RequestDispatcherImpl.forward(RequestDispatcherImp
    l.java:153)
    at
    com.beasys.commerce.axiom.jsp.JspServiceManager.service(JspServiceManager.ja
    va:1033)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:865)
    at
    weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
    :124)
    at
    weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletContextImp
    l.java:744)
    at
    weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletContextImp
    l.java:692)
    at
    weblogic.servlet.internal.ServletContextManager.invokeServlet(ServletContext
    Manager.java:251)
    at
    weblogic.socket.MuxableSocketHTTP.invokeServlet(MuxableSocketHTTP.java:363)
    at
    weblogic.socket.MuxableSocketHTTP.execute(MuxableSocketHTTP.java:263)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
    and
    Thu Aug 17 10:16:39 PDT 2000:<I> <EJB JAR deployment
    /usr/local/weblogic/WebLogicCommerce/lib/rulesservice.jar> Transaction:
    '966528642212_134' rolled back due to EJB exception:
    java.lang.NullPointerException
    at
    com.beasys.commerce.axiom.reasoning.rules.service.RulesetDataBean.getData(Ru
    lesetDataBean.java:171)
    at
    com.beasys.commerce.axiom.reasoning.rules.service.RulesetDataBeanEOImpl.getD
    ata(RulesetDataBeanEOImpl.java:56)
    at
    com.beasys.commerce.axiom.reasoning.rules.service.RulesetDataResolver.resolv
    eEntity(RulesetDataResolver.java:121)
    at com.sun.xml.parser.Parser.parse(Parser.java:294)
    at
    com.beasys.commerce.axiom.reasoning.rules.service.ServiceProviderManager.cre
    ateRulesetForXML(ServiceProviderManager.java:419)
    at
    com.beasys.commerce.axiom.reasoning.rules.service.ServiceProviderManager.cre
    ateContext(ServiceProviderManager.java:146)
    at
    com.beasys.commerce.axiom.reasoning.rules.service.RulesServiceBean.getContex
    tWrapper(RulesServiceBean.java:863)
    at
    com.beasys.commerce.axiom.reasoning.rules.service.RulesServiceBean.applyRule
    s(RulesServiceBean.java:189)
    at
    com.beasys.commerce.axiom.reasoning.rules.service.RulesServiceBeanEOImpl.app
    lyRules(RulesServiceBeanEOImpl.java:56)
    at
    com.beasys.commerce.axiom.reasoning.rules.service.RulesServiceBeanEOImpl_Ser
    viceStub.applyRules(RulesServiceBeanEOImpl_ServiceStub.java:153)
    at
    com.beasys.commerce.axiom.p13n.agents.ClassificationAgentImpl.advise(Classif
    icationAgentImpl.java:110)
    at
    com.beasys.commerce.axiom.p13n.advisor.PersonalizationAdvisorBean.advise(Per
    sonalizationAdvisorBean.java:100)
    at
    com.beasys.commerce.axiom.p13n.advisor.PersonalizationAdvisorBeanEOImpl.advi
    se(PersonalizationAdvisorBeanEOImpl.java:56)
    at
    com.beasys.commerce.axiom.p13n.advisor.PersonalizationAdvisorBeanEOImpl_Serv
    iceStub.advise(PersonalizationAdvisorBeanEOImpl_ServiceStub.java:192)
    at
    com.beasys.commerce.p13n.tags.DivTag.includeBody(DivTag.java:161)
    at
    com.beasys.commerce.p13n.tags.DivTag.doStartTag(DivTag.java:100)
    at
    jsp.portals.buybeans.portlets.emailCampaign._jspService(emailCampaign.java:2
    93)
    at weblogic.servlet.jsp.JspBase.service(JspBase.java:27)
    at
    weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
    :124)
    at
    weblogic.servlet.internal.RequestDispatcherImpl.include(RequestDispatcherImp
    l.java:250)
    at
    weblogic.servlet.internal.RequestDispatcherImpl.include(RequestDispatcherImp
    l.java:171)
    at
    weblogic.servlet.jsp.PageContextImpl.include(PageContextImpl.java:100)
    at jsp.portals.buybeans.portlet._jspService(portlet.java:683)
    at weblogic.servlet.jsp.JspBase.service(JspBase.java:27)
    at
    weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
    :124)
    at
    weblogic.servlet.internal.RequestDispatcherImpl.include(RequestDispatcherImp
    l.java:250)
    at
    weblogic.servlet.internal.RequestDispatcherImpl.include(RequestDispatcherImp
    l.java:171)
    at
    weblogic.servlet.jsp.PageContextImpl.include(PageContextImpl.java:100)
    at
    jsp.portals.buybeans.portalcontent._jspService(portalcontent.java:594)
    at weblogic.servlet.jsp.JspBase.service(JspBase.java:27)
    at
    weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
    :124)
    at
    weblogic.servlet.internal.RequestDispatcherImpl.include(RequestDispatcherImp
    l.java:250)
    at
    weblogic.servlet.internal.RequestDispatcherImpl.include(RequestDispatcherImp
    l.java:171)
    at
    weblogic.servlet.jsp.PageContextImpl.include(PageContextImpl.java:100)
    at
    jsp.portals.buybeans.buybeansportal._jspService(buybeansportal.java:751)
    at weblogic.servlet.jsp.JspBase.service(JspBase.java:27)
    at
    weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
    :124)
    at
    weblogic.servlet.internal.RequestDispatcherImpl.forward(RequestDispatcherImp
    l.java:153)
    at
    com.beasys.commerce.axiom.jsp.JspServiceManager.service(JspServiceManager.ja
    va:1033)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:865)
    at
    weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
    :124)
    at
    weblogic.servlet.internal.RequestDispatcherImpl.forward(RequestDispatcherImp
    l.java:153)
    at
    weblogic.servlet.jsp.PageContextImpl.forward(PageContextImpl.java:96)
    at
    jsp.portals.buybeans._userlogin._jspService(_userlogin.java:964)
    at weblogic.servlet.jsp.JspBase.service(JspBase.java:27)
    at
    weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
    :124)
    at
    weblogic.servlet.internal.RequestDispatcherImpl.forward(RequestDispatcherImp
    l.java:153)
    at
    com.beasys.commerce.axiom.jsp.JspServiceManager.service(JspServiceManager.ja
    va:1033)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:865)
    at
    weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
    :124)
    at
    weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletContextImp
    l.java:744)
    at
    weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletContextImp
    l.java:692)
    at
    weblogic.servlet.internal.ServletContextManager.invokeServlet(ServletContext
    Manager.java:251)
    at
    weblogic.socket.MuxableSocketHTTP.invokeServlet(MuxableSocketHTTP.java:363)
    at
    weblogic.socket.MuxableSocketHTTP.execute(MuxableSocketHTTP.java:263)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)

  • Problems with ap div tags

    Hi I am currently working on a website for a school assignment and I have almost gotten my site done, however when I preview it ic the browser and then I maximize the the webpage moves but the ap div tags I have dont move with the rest of the page. Is there something that I can do about this? Any help would be greatly appreciated
    Thanks Tanya

    No.  You're much better off using default CSS positioning which is none or static along with margins, padding and floats to align page elements.   Tables are strictly for tabular data (spreadsheets, data sets).
    If you're short on time, open one of the starter pages that comes with Dreamweaver.
    File > New > Blank > HTML > Layout...  1 or 2-col, fixed, centered...   This will serve as a framework you can drop your content and images into.
    Good luck,
    Nancy O.

  • Centre Page with wrapper div tag does not work

    Hi there,
    I am trying to centre the content of my website with a 'wrapper' div tag but the div tag just does not seem to have any effect on the layout at all.
    Here is how I do it:
    1.) Select all the html in the body.
    2.) Creating 'wrapper' div tag --> width: 768, left & right margin: auto, bottom & top margin: 0
    I found this in an adobe tutorial and it sounds logical to me, but somehow it just does not work.
    I hope someone can help me out.
    Thanks a lot!
    Anja

    You need three basic things to center a page.
    1) A valid X/HTML document type.  This declaration always appears in the first line of HTML code. The good news is that DW does this for you when you create a new page.  The bad news is that some other apps such as graphics editors don't always do this for you.  If your page has no document type, hit File > Convert > choose one that fits your coding skills.
    2) You need a container width in pixels or percentages.  Most often this is applied to a #wrapper but it can be applied to your body.
    3) Finally, a margin-left and margin-right of auto (browser default).
    CSS:
    body {
    width: 900px;
    margin: 0 auto; /*centers page*/
    text-align:center; /*centers older browsers*/
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    http://alt-web.com/
    http://twitter.com/altweb
    http://alt-web.blogspot.com

  • What's wrong with my div tag / site won't center....

    Hi,
    I am re-designing a website and I cannot get it to center.  I created a div tag and id it "wrapper" and created a css rule.  I am sure its a simple mistake, but I cannot figure it out.....
    Here is the CSS rules...
    @charset "UTF-8";
    /* CSS Document */
    div, h1, h2, h3, h4, h5, h6, p, pre, address, blockquote, span, ul, ol, li, dl, dd, dt, ing {
              margin: 0px;
              padding: 0px;
    #wrapper{
              margin: 0, auto;
              background-color: #9B9E6B;
    ul {
              list-style: none;
    table#content1{
              background-color: #00C;
              background-image: url(_images/content_bgrnd.png);
              background-repeat: no-repeat;
              font-family: "Arial Black", Gadget, sans-serif;
              font-size: 20px;
              text-align: center;
              padding: 8px;
    Here is the code for the site......
    <!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">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <title>Kiahuna 104</title>
    <script type="text/javascript">
    <!--
    function MM_preloadImages() { //v3.0
      var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
        var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
        if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
    function MM_swapImgRestore() { //v3.0
      var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
    function MM_findObj(n, d) { //v4.01
      var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
        d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
      if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
      for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
      if(!x && d.getElementById) x=d.getElementById(n); return x;
    function MM_swapImage() { //v3.0
      var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
       if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
    //-->
    </script>
    <link href="104.css" rel="stylesheet" type="text/css" />
    </head>
    <body onload="MM_preloadImages('_images/buttinside1.jpg','_images/buttproperty1.jpg','_images/b uttactivities1.jpg','_images/buttdining1.jpg','_images/buttcontacts1.jpg','_images/home_lg 1.png','_images/home_lg2.png','_images/home_lg3.png','_images/home_lg4.png','_images/home_ lg5.png','_images/home_lg6.png','_images/home_lg7.png','_images/home_lg8.png')">
    <div id="wrapper">
    <!--Header-->
    <table id="header">
      <div class="header"><img src="_images/newLOGO.jpg" alt="Kiahuna 104" width="1000"/>
    </div>
    <!--Navigation table-->
    <table width="1000" bgcolor="000">
      <tr>
        <td width="40"> </td>
        <td width="150"><a href="inside.htm"><img src="_images/butthome1.jpg" alt="home1" name="home1"  id="home1" /></a></td>
        <td width="150"><img src="_images/buttinside2.jpg" alt="inside2" name="inside2" id="inside2" onmouseover="MM_swapImage('inside2','','_images/buttinside1.jpg',1)" onmouseout="MM_swapImgRestore()" /></a></td>
        <td width="150"><a href="property.htm"><img src="_images/buttproperty2.jpg" alt="property2" name="property2" id="property2" onmouseover="MM_swapImage('property2','','_images/buttproperty1.jpg',1)" onmouseout="MM_swapImgRestore()" /></a></td>
        <td width="150"><a href="activities.htm"><img src="_images/buttactivities2.jpg" alt="activities2" name="act2" id="act2" onmouseover="MM_swapImage('act2','','_images/buttactivities1.jpg',1)" onmouseout="MM_swapImgRestore()" /></a></td>
        <td width="150"><a href="dining.htm"><img src="_images/buttdining2.jpg" alt="dining2" name="dining2" id="dining2" onmouseover="MM_swapImage('dining2','','_images/buttdining1.jpg',1)" onmouseout="MM_swapImgRestore()" /></a></td>
        <td width="150"><a href="contact.htm"><img src="_images/buttcontacts2.jpg" alt="contact2" name="contact2" id="contact2" onmouseover="MM_swapImage('contact2','','_images/buttcontacts1.jpg',1)" onmouseout="MM_swapImgRestore()" /></a></td>
      </tr>
    </table>
    <!--Start of content1 table- height = 371-->
    <table id="content1" table width="1000" height="371">
      <tr>
        <td width="34"> </td>
        <td width="897"><p>blah blah blah.</p>
          <p class="center2">NEW: IN-CONDO WASHER & DRYER - COMPLETELY NEW FURNITURE</p></td>
        <td width="53"> </td>
      </tr>
    </table>
    </body>
    </html>

    I tried to assign a width in both the page and CSS and it still doesn't center.  Here is a link to the site and the CSS....
    http://taffyproductions.com/test/
    @charset "UTF-8";
    /* CSS Document */
    div, h1, h2, h3, h4, h5, h6, p, pre, address, blockquote, span, ul, ol, li, dl, dd, dt, ing {
              margin: 0px;
              padding: 0px;
    #wrapper{
              margin: 0, auto;
              background-color: #000;
    ul {
              list-style: none;
    table#content1{
              background-color: #00C;
              background-image: url(_images/content_bgrnd.png);
              background-repeat: no-repeat;
    font-size: 16px;
              font-family: Papyrus, Arial, "Helvetica Bold", serif;
              font-size: 22px;
              text-align: center;
              padding: 8px;
    table#imagegallery{
              background-image: url(_images/imageGallery_bckgrnd.png);
              background-repeat: no-repeat;
    #imagegallery a img{
        padding: 0px;
        margin: 2px;
        border: 2px solid #000;
    #imagegallery a:hover img {
              border: 2px solid #C00;
    table#footer{
              background-image: url(_images/footer_bckgrnd.png);
              background-repeat: no-repeat;

  • Troubles with cfdocument | cfcontent tag after cf update

    I'm having some issues with the cf document and cfcontent
    tags, they do not function correctly, the cfdocument hangs when
    calling a PDF file and the cfcontent throws a server 500 error when
    I call an Excel file. Is there a Hotfix to solve this issue or is
    there anything I can do to solve this problem.

    I ran the CC Cleaner tool but there are failed records. The instructions say I should contact customer service if that happens.
    Exactly how/where do I do that?
    I need to get this all fixed so I can get back to work! Sorry for thee rant, its been a rough week...
    Thank you for your help.

  • Why do the coordinates always seem to change with AP DIV tags

    Hello,
    I have been learning Dreamweaver and got to a chapter about Drawing AP DIV's. Seemed like a great idea, despite some of the known downfalls, older browsers, trouble centering etc....but my question is more about the drawn element itself on the page. It doesn't seem to hold it's Top and Left Numbers inthe property inspector. I mean, it doesn't move, but it seams every time I check the coordinates to maybe align another one to right of it or below it, the Top and Left numbers keep changing. When I put back in my coordinates, it doesn't seem to move, even though the numbers are different. Is it me? or is this just a flaky think in the program? Too knew to it to know it's quirks.
    thanks!
    babs

    iBabs2 wrote:
    I did a chapter on Layout Tables and liked them much better ;-)
    Tables are not much better than using AP Divs. If you're referring to Layout Mode, start thinking again. Layout Mode was removed from Dreamweaver CS4 because it created the most complex, inaccessible code.
    Many people still use tables for layout, but if you're just learning Dreamweaver, you would be better advised to learn how to use CSS for layout. Dreamweaver CS3 and CS4 have 32 prebuilt CSS layouts that provide a rock-solid foundation for most basic layouts.
    We are all experienced in the printing programs, so we live via coordinates...
    The similarity between print and the web is purely superficial. A printed page is fixed. A web page is not. People view on different browsers, and at different monitor resolutions. Some view with their browser fully expanded. Others, like myself, resize the browser to occupy just part of the monitor.
    The language of web design is CSS. It's not something you can learn overnight, but it's essential for learning how to build modern, standards-compliant sites. You'll find some useful tutorials at http://www.adobe.com/devnet/dreamweaver/css.html.
    As for the coordinates not updating correctly in the Property inspector, the PI can sometimes be hinky when calculating position, particularly if the computer doesn't have a lot of RAM. The other possibility is that you nudged the border of the AP Div. It's very easy to do without realizing.

  • Podcasts: anyone else having trouble with iTunes:summary tag?

    My podcast file is here:
    http://www.reallifecoaching.ca/podcasts/slacker.xml
    In iTunes, the podcast "Description" is showing up the same as the iTunes:subtitle tag.  It started doing this 2 days ago. Before this, it was picking up the itunes:summary tag correctly.
    Have I done something wrong with my latest update?  I've looked and looked at it but can't see the problem.
    Thanks in advance!

    Maybe I'm just confused then...
    I'm seeing:
    Podcast Title:
    Making Your Addictions Work For You
    Podcast Description:
    Making Your Addictions Work For You
    How do I make it so that I see:
    Podcast Title:
    Making Your Addictions Work For You
    Podcast Description:
    Ken shows you ways to  get control of your addictions.  This is an extended version of Ken's Huffington Post article.

  • Trouble with CSS div column

    Just got DW CS3 and having a good time learning the new
    features. About to pull my hair out regarding one issue though, and
    I have definitely hit the wall, I pretty sure I tried every option,
    but maybe I am missing something. Here is the page in question:
    http://www.grpg.org/NewDesign
    I cannot get the right and left hand columns to just stop
    where the main container stops, i.e. the white section, before the
    footer. As you can see on the right hand column, if I make the
    height 100%, it goes past the footer, and if I make it a fixed
    length, like on the left column, it does not extend all the way to
    the bottom...I need them both to stretch with the main container,
    i.e. the white part. I have tried all the positioning tags,
    relative, absolute, etc. and none of them seem to give me what I
    want. Please HELP!

    The best (i.e., non-javascript) method to make columns look
    to be the same
    height is to use a faux-column method. Google that....
    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
    ==================
    "SnakEyez02" <[email protected]> wrote in
    message
    news:g6snvo$6c8$[email protected]..
    > Divs do not work like tables, so if you expand 2 divs
    down next to each
    > other
    > they will keep their respective heights unlike tables
    which expand. I
    > would
    > recommend taking a look at the source code of the
    following example and
    > read
    > over the tutorial that accompanies it:
    >
    >
    http://www.projectseven.com/tutorials/css/pvii_columns/col3fluid.htm
    > Example
    >
    http://www.projectseven.com/tutorials/css/pvii_columns/index.htm
    >
    > Project Seven also has some other good tutorials so I'll
    just give you
    > that
    > link for a later time:
    >
    >
    http://www.projectseven.com/tutorials/index.htm
    >
    >

  • Trouble with fmt:formatDate tag

    Hi, I'm using JSTL 1.2 with Tomcat 6.0.26. I have
    <jsp:useBean id="today" class="java.util.Date" scope="request" />
    <fmt:formatDate var="fmtToday" value="${today}" pattern="MM/dd/yyyy"/>but when I try and get the value of ${fmtToday}, I get an empty string. In other words, this produces output ...
    today: ${today}but this does not
    today: ${fmtToday}Any ideas why? - Dave

    Nope. Looks good to me. Tried it out and had no issues.
    So then the questions become
    - have you imported the fmt tag library? <%@ taglib uri="http://java.sun.com/jsp/jstl/fmt" prefix="fmt"%>
    - what server are you using?
    - what version of JSTL?

  • Help with Section Div tag

      <!--MAIN CONTENT-->
                    <div id="main">
                     <!--LEFT COLUMN-->
                     <section id="left.col">dsdsfdsf</p></section>
                    </div>
    Here is where I can't change the width of my section div. I want a left colm and right colm but I cant change the width of the left.col section. Then I can float it left and add the right colmn.
    HTML:
    <!doctype html>
    <html>
    <head>
    <meta charset="UTF-8">
    <title>RH Wholesale Supply</title>
    <link href="styles.css" rel="stylesheet" type="text/css">
    </head>
    <body>
    <!--Wrapper-->
    <div id="wrapper">
                  <!--HEADER---->
                  <header id="header">
                  <!--LOGO-->
                  <img src="images/images/images/logo.png" width="166" height="74"  alt=""/>
                  <!--NAV-->
                  <nav id="nav">
                    <ul>
                    <li><a href="index.html" class="home">Home</a></li>
                    <li><a href="about.html">About</a></li>
                    <li><a href="#">Products</a></li>
                    <li><a href="#">Online Store</a></li>
                    <li><a href="#">Contact</a></li>
                    </ul>
                  </nav>
                  </header>
                  <!--BANNER-->
                  <div id="banner">
                  <img src="images/san_francisco_skyline699.jpg" width="1920" height="1080"  alt=""/> </div>
                      <!--MAIN CONTENT-->
                    <div id="main">
                     <!--LEFT COLUMN-->
                     <section id="left.col">dsdsfdsf</p></section>
                    </div>
                     <!--FOOTER-->             
      <footer id="footer">
      Copyright @ RH WHolesale 2013
      </footer>
    </div>
    </body>
    </html>
    CSS:
    @charset "UTF-8";
    /* CSS Document */
    body {
              margin-top: 0px;
              background-image: url(images/images/images/background..png);
              background-repeat: repeat-x;
              font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
              font-size: 13px;
    #wrapper {
              width: 1000px;
              margin-left: auto;
              margin-right: auto;
    /* HEADER & LOGO */
    #header {
              float: left;
    #header img {
              float: left;
              margin-top: 5px;
              margin-left: 25px;
    /* NAV BAR */
    #nav{
              list-style: none;
              padding-left: 80px;
              padding-top: 34px;
              width: 842px;
    #nav ul {
              font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
              text-align: center;
    #nav li{
              display: inline;
              padding-left: 25px;
              padding-right: 25px;
              color: #000000;
              font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
              font-weight: normal;
              font-size: 16px;
              padding-top: 10px;
              padding-bottom: 10px;
    #nav a{
              list-style-type: none;
              color: #FFFFFF;
              text-decoration: none;
    #nav a:hover  {
              text-decoration: overline;
              color: #FFFFFF;
              font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
              font-size: 16px;
    #nav .home , #nav .about{
    text-decoration: overline;
              color: #FFFFFF;
              font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
              font-size: 16px;
    /* MAIN IMAGE */
    #banner {
              float: left;
              overflow-x: hidden;
              overflow-y: hidden;
              margin-top: 25px;
              width: 1000px;
              height: 300px;
              box-shadow: 0px 0px 5px 1px #000;
    #banner img {
              margin-top: -318px;
              margin-left: -144px;
    /* MAIN BODY FOR CONTENT */
    #main {
              width: 950px;
              float: left;
              height: 251px;
              margin-left: 25px;
              margin-right: 25px;
              margin-top: 25px;
    h1 {
              font-size: 24px;
              font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
              color: #000000;
    #left.col {
    /* FOOTER */
    #footer {
              float: left;
              width: 1000px;
              text-align: center;
              font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
              font-size: 12px;
              margin-top: 25px;

    As recommended in the HTML5 specificiations, I use <aside> tags for sidebars. 
    <article> for content, <nav> for menus, <header> for headers, <footer> for footers, etc...
    See example below, view source in browser to see the code:
    http://alt-web.com/sandbox/HTML5-BasicLayout.html
    aside {
    margin: 0;
    padding: 0 1%;
    width: 33.33%;  /**3 equal width columns**/
    float: left;
    min-height: 330px;
    Nancy O.

  • User Segment with pz:div Tag

    I'm trying to create a user segment with condition "Invoke an instance method"
    User segment Testrule1 reads
    ++++++++++++++++++++
    Invoke the method tesmethod on the testBoolean variable
    of type java.lang.Boolean
    with arguments;
    -true
    My class
    ++++++
    package test;
    public class TestClass {
         //java.lang.Boolean testBoolean = true;
         java.lang.Boolean testmethod (java.lang.Boolean testBoolean)      {
              System.out.println("test method invoked");
              return new java.lang.Boolean(true);
    my test.jsp
    +++++++++
    <pz:div rule="Testrule1" id="testid">
    Name is Bond, James Bond
    </pz:div>
    I hopefully this logic would work but it doesnt. Can you someone help me understand where I'm going wrong?
    Thanks,

    For Invoke an Instance Method to work, your rule (i.e. the user segment) needs to have an instance of that object add to it's working memory when the rule is executed. With user segments and content selectors, there's a fixed set of objects automatically asserted (ProfileWrapper, Request, Session, and TimeInstant).
    The Invoke an Instance Method clause is primarily designed to be used in a campaign (in conjunction with the Add a New Object Instance and Bind a Variable clauses), or with custom .rls rule set files (see http://download.oracle.com/docs/cd/E15919_01/wlp.1032/e14238/rules.htm#i1009068).
    Greg

  • Troubles with adding new tag library in component palette (JDev 10g R3)

    Hello!
    I need to add apache MyFaces tags to my instance of JDev. There are written in the help, that is needed to create new page of type JSP. I did the following steps:
    1. Tools->Manage Libraries->JSP Tag Libraries->New
    2. Went to directory where my Jars have place
    3. Select these Jars
    4. Tools->Conmfigure Palette->New
    5. Entered page name
    6.! But in Page type field i see only these items:
    - css
    - java
    - odx_usc
    - Snippents
    What is wrong?
    Thanks

    Zdrastvui user484820 .
    I think that next step is to add this Libraries to your project

  • Can you place an image in a div tag and then add type over top of it?

    I told someone in class lastweek that I wanted to be able to
    place type over an image. They said you can just add the image into
    the div tag as a background image, which will allow you to then
    type over it if you like. How is this done? I have tried and
    failed. I have an image that is 200x590 going down the left side of
    my page. I want to run type over it, and keep the image consistent
    on every page, but change the header and type. I've seen this in
    several sites. How do you do this with the div tag box model method
    of building a page. Can I insert an image into the div and then run
    type over it. What does the code look like?

    Here's an example of using a css and a background image to a
    table cell...
    sample principle for a div
    #div {styles go here{
    http://tinyurl.com/yqeptp
    You may also want to go through the beginner css tutorials at
    the Adobe
    site:
    http://www.adobe.com/devnet/dreamweaver/css.html
    (pay attention to the ones
    by Adrian), beginner moving onto to creating full css
    layouts.
    Hope this helps :-)
    Nadia
    Adobe® Community Expert : Dreamweaver
    CSS Templates |Tutorials |SEO Articles
    http://www.DreamweaverResources.com
    ~ Customisation Service Available ~
    http://www.csstemplates.com.au
    Forum Posting Guidelines:
    http://www.adobe.com/support/forums/guidelines.html
    >I told someone in class lastweek that I wanted to be able
    to place type
    >over an
    > image. They said you can just add the image into the div
    tag as a
    > background
    > image, which will allow you to then type over it if you
    like. How is this
    > done?
    > I have tried and failed. I have an image that is 200x590
    going down the
    > left
    > side of my page. I want to run type over it, and keep
    the image consistent
    > on
    > every page, but change the header and type. I've seen
    this in several
    > sites.
    > How do you do this with the div tag box model method of
    building a page.
    > Can I
    > insert an image into the div and then run type over it.
    What does the code
    > look
    > like?
    >

Maybe you are looking for