How to overwrite styles with CSS?

I have a large number of older html documents (I use Dreamweaver CS3 Premium) that were originally built using "regular" styles. I have tried to overwrite these old styles with CSS but this doesn't work. I first delete the old styles, attach the CSS and then apply the new CSS style, but artifacts of the old style remain, such as text colour, background colour, even font size. This has become a major time problem as I have to undo each element of a style to an item before I can successfully apply the new CSS. As I have over a hundred of these files to update, this process is costing me an enormous amount of time. Surely there must be a better way to apply new styles. Any help would be much appreciated.

I’ll try to explain this problem again. The old HTML document has, for example:
<style>
    .h1blue
    .h2blue
    .body
    .footer
So .h1blue is “Arial, Helvetica etc,” size 16 pixels, font weight bold, color #000066.
I first delete this set of styles and then attach a new CSS:
ALPHA 210 new.css
    .body [Arial, Helvetica, etc.; size 12 points, line height 16 pts]
    .head1Brown [Times etc; size 18 points, font weight bold, color #663300]
When I apply .head1Brown, for example, the result is Arial 18 points rather than Times, and color #000066 (blue) rather than #663300 (brown). This means that I have to undo the font info (back to default), undo the color (to black), then reapply the style. Sometimes I have to do this 2 times or more for it to take.

Similar Messages

  • How to apply style sheet (.css) in Weblogic directory listing

    Hi,
    We are migrating a directory listing application from Apache to Weblogic.
    Earlier we did this by Apache httpd.conf entry like below :
    <Directory "/opt/apache/httpd-2.1.9/htdocs/Myreportfolder">
    IndexOptions FancyIndexing FoldersFirst NameWidth=* XHTML
    IndexOrderDefault Descending Date
    IndexStyleSheet "/css/style.css"
    </Directory>
    /opt/apache/httpd-2.1.9/htdocs folder has all it's usual resource files.
    We were able to see documents in "Myreportfolder".
    Now we have moved to Weblogic and using virtual directory mapping as below and we are trying to achieve the same thing:
    <?xml version="1.0" encoding="UTF-8" ?>
    - <wls:weblogic-web-app xmlns:wls="http://www.bea.com/ns/weblogic/weblogic-web-app" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd http://www.bea.com/ns/weblogic/weblogic-web-app http://www.bea.com/ns/weblogic/weblogic-web-app/1.0/weblogic-web-app.xsd">
    - <wls:container-descriptor>
    <wls:index-directory-enabled>true</wls:index-directory-enabled>
    <wls:index-directory-sort-by>LAST_MODIFIED</wls:index-directory-sort-by>
    </wls:container-descriptor>
    - <wls:virtual-directory-mapping>
    <wls:local-path>/Myreportfolder</wls:local-path>
    <wls:url-pattern>/*</wls:url-pattern>
    </wls:virtual-directory-mapping>
    <wls:context-root>/getreports</wls:context-root>
    </wls:weblogic-web-app>
    We are able to view the reports but we do not get look-and-feel of Apache like directory listing.
    but we encounter below issues:
    1) File/Folder icons are not visible - we want to use style sheets in http header from the response that is returned from weblogic server
    2) Filename is limited to 29 characters when it is showing
    3) Files are not sortable as Descending order - we sorted using tag <wls:index-directory-sort-by>LAST_MODIFIED</wls:index-directory-sort-by> but the latest file is shown at the last
    We are thinking that Weblogic must be having some configuration like Apache httpd.conf where we can apply style sheets (css ).
    We would appreciate af anyone can provide better insight into the issue.
    or is it possible to extend weblogic.servlet.fileservlet class to serve this purpose.
    Thanks & regards,
    Rabi

    Hi Vikash,
    Check the below links which will you idea on the same.
    Stylesheet for WDA without integrating in SAP Portal
    Apply custom css to WebDynpro application
    Thanks
    KH

  • How to copy style with items added to library

    New to this but I just created an htm page that I am adding
    to my library so
    that I can include it in other pages... Problem is, when I
    select the table
    and Modify/Library/Add Object to Library, the prompt tells me
    that I'll lose
    the formatting because the styles can't be copied into other
    pages. Well,
    this causes me an obvious problem because I don't want to
    lose all the
    formatting I setup for this page. Can someone tell me how I
    can copy not
    only the table, but the styles too?
    Thanks!

    > What am I doing wrong?
    For one thing, using Library items, when you should probably
    be using
    Server-side includes! But that's another thread....
    A well-formed Library item cannot contain anything that
    wouldn't form a
    proper HTML page when it's inserted between <body> and
    </body> on the target
    page. This means it cannot contain embedded styles or links
    to external
    stylesheets. It also cannot contain <html>,
    <head>, or <body> tags. While
    it *can* contain javascript function definitions, it will
    make your target
    page's body code messy if it does.
    Any styling that needs to be done *must* be provided by the
    parent (target)
    page. So, if your library item contains a special CSS rule,
    that rule must
    be present in the CSS linked to, or embedded in the intended
    target page(s).
    Do you know how to have multiple link styles in a single
    page? Read these -
    Pseudo-classes and container styles are what you need - here
    are some
    tutorials.
    http://www.mako4css.com
    http://www.thepattysite.com/linkstyles1.cfm
    http://www.projectseven.com/tutorials/pseudoclasses/index.htm
    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
    ==================
    "RyColo" <[email protected]> wrote in
    message
    news:[email protected]...
    > Murray,
    > I'm also new to CSS, so forgive me if this is
    boneheaded. Let me take
    > this
    > topic question one step further, if I may.
    >
    > I, too, created a library item which essentially
    contains all my website
    > navigation links. This library item is attached to an
    external style
    > sheet
    > which obviously gives the navigation links a customized
    style and feel. I
    > then
    > insert the library item into the top of another page,
    which itself has its
    > own
    > external style sheet. This page happens to have some of
    its own links.
    > The
    > problem I have is that this page obeys its own style
    sheet properly, with
    > the
    > exception of links. In other words, both style sheets
    obviously have
    > their own
    > link behaviors, but when I test the page, it behaves
    according to the
    > library
    > item's style sheet in regards to the link behavior. Like
    I said, all
    > other
    > parts of the style sheets are properly obeyed except for
    links. When it
    > comes
    > to links, only the library item's style sheet is obeyed.
    As you probably
    > guessed, I essentially need my navigation links (library
    item) to have a
    > different look and style than the rest of the links
    throughout the body of
    > webpage.
    >
    > What am I doing wrong?
    >
    > Thanks.
    >

  • Link styles with CSS

    I have a web page with 2 navigations - one horizontal under
    the header and the other located vertically down the left of the
    page.
    The text colour styles of each are different.
    So I wanted to allocate seperate a:link a:visit a:hover
    a:active to both navigations, to do this I have used the following
    css:
    For the horizontal navigation:
    .table2 a:link, a:visited {
    text-decoration:none;
    color:#FFFFFF;
    .table2 a:hover, a:active {
    color: #8da2c4;
    For the second navigation:
    .table3 a:link, a:visited {
    text-decoration:none;
    color: #717578;
    .table3 a:hover{
    color:#333333;
    However when uploaded, instead of the horizontal navigation
    returning to white once visited, it turns grey - the colour of the
    second navigation. The browser (IE) obviously has trouble
    seperating the assigned link styles even though I have tried
    targeting more specifically.
    Does anyone know of a way around this, if there is a way at
    all??!
    Much appreciated

    Pseudo-classes and container styles are what you need - here
    are some
    tutorials.
    http://www.mako4css.com
    http://www.thepattysite.com/linkstyles1.cfm
    http://www.projectseven.com/tutorials/pseudoclasses/index.htm
    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
    ==================
    "(_seb_)" <[email protected]> wrote in message
    news:[email protected]...
    > Lou28 wrote:
    >> I have a web page with 2 navigations - one
    horizontal under the header
    >> and the other located vertically down the left of
    the page.
    >> The text colour styles of each are different.
    >> So I wanted to allocate seperate a:link a:visit
    a:hover a:active to both
    >> navigations, to do this I have used the following
    css:
    >>
    >> For the horizontal navigation:
    >>
    >> .table2 a:link, a:visited {
    >> text-decoration:none;
    >> color:#FFFFFF;
    >> }
    >> .table2 a:hover, a:active {
    >> color: #8da2c4;
    >> }
    >>
    >>
    >> For the second navigation:
    >>
    >> .table3 a:link, a:visited {
    >> text-decoration:none;
    >> color: #717578;
    >> }
    >> .table3 a:hover{
    >> color:#333333;
    >>
    >>
    >> However when uploaded, instead of the horizontal
    navigation returning to
    >> white once visited, it turns grey - the colour of
    the second navigation.
    >> The browser (IE) obviously has trouble seperating
    the assigned link
    >> styles even though I have tried targeting more
    specifically.
    >>
    >> Does anyone know of a way around this, if there is a
    way at all??!
    >>
    >> Much appreciated
    >>
    >
    > change:
    > .table2 a:link, a:visited {
    > to:
    > .table2 a:visited, .table2 a:link {
    >
    > and do the same for .table3 links.
    >
    > --
    > seb ( [email protected])
    >
    http://webtrans1.com | high-end web
    design
    > Downloads: Slide Show, Directory Browser, Mailing List

  • How to target FF2 with CSS?

    Now I have FireFox version 2 & 3 installed, I can see
    that I'm going to want to make some CSS just for Version 2.
    I'm using conditional comments to target IE6 & IE7, does
    anyone know how to target a previous version of FireFox?

    .oO(typist)
    >Font size in FF3 larger, sometimes when I have a width on
    the div, FF3 wraps.
    >(For instance a horizontal menu bar.) I believe they did
    some different things
    >with kerning...
    You always have to take such things into account. No two
    browsers will
    show your pages in exactly the same way. Opera for example
    also uses
    slightly different font sizes. And then there are various
    configuration
    options in each browser which you as the web author can't
    control. Keep
    your layout more flexible and allow for text breaking, that's
    your best
    choice.
    > So far I've been able to fix things cross-version, but I
    can see I'd like to
    >be able to have FF3 as the default that I code for, and
    just hack a bit for FF2
    >until it goes away.
    This is definitely the wrong way and not really possible at
    all. The
    _only_ browsers that might need some special treatment are IE
    6 and 7.
    Opera, FF 2 and 3 are the most standards-compliant browsers
    today,
    there's no reason to "hack" anything.
    Micha

  • Customizing MenuBar style with CSS

    Has anyone been able to successfully apply a CSS attribute of
    background-color to the submenu items displayed in a MenuBar? I'm
    setting the styleName attribute of the MenuBar to an external style
    sheet defined as follows:
    .mainMenuBar {
    color: #E6EBEC;
    fill-alphas: 1.0, 1.0;
    fill-colors: #000000, #000000;
    background-color: #FFFFFF;
    The CSS is correctly applied to the top level MenuBar but the
    submenu items seem to ignore the CSS entirely. Is there a specific
    CSS subclass that I can define to override the default menu item
    style? I'm fairly frustrated at this point due to the lack of
    documentation / resources that I can find online regarding this and
    any help would be greatly appreciated.

    "burroinquieto" <[email protected]> wrote in
    message
    news:gd37mi$15i$[email protected]..
    > Has anyone been able to successfully apply a CSS
    attribute of
    > background-color
    > to the submenu items displayed in a MenuBar? I'm setting
    the styleName
    > attribute of the MenuBar to an external style sheet
    defined as follows:
    >
    > .mainMenuBar {
    > color: #E6EBEC;
    > fill-alphas: 1.0, 1.0;
    > fill-colors: #000000, #000000;
    > background-color: #FFFFFF;
    > }
    >
    > The CSS is correctly applied to the top level MenuBar
    but the submenu
    > items
    > seem to ignore the CSS entirely. Is there a specific CSS
    subclass that I
    > can
    > define to override the default menu item style? I'm
    fairly frustrated at
    > this
    > point due to the lack of documentation / resources that
    I can find online
    > regarding this and any help would be greatly
    appreciated.
    Try menuStyleName instead of styleName.
    HTH;
    Amy

  • How to apply style with grep script to finding question mark

    app.findGrepPreferences = app.changeGrepPreferences = null;      
    app.findGrepPreferences.findWhat = "\?";
    //app.findGrepPreferences.SpecialCharacters = SpecialCharacters.QUESTION_MARK;
    app.findGrepPreferences.appliedParagraphStyle = "myParS";
    app.activeDocument.changeGrep(); 
    app.findGrepPreferences = app.changeGrepPreferences = null;

    Put one more "\" in front of "?".
    and to appy "myParS" style,
    app.findGrepPreferences.appliedParagraphStyle = "myParS"; this line should be changed to app.changeGrepPreferences.appliedParagraphStyle = "myParS";

  • Can I do this with CSS?

    I’m trying to figure out how to do this with css. Is it
    possible?
    I am using a .container to display a bottom image, .container
    p to display right/left borders, & .container h2 to display top
    image. I have a image floated w/in the <p> and I’d like
    to have a list of links to the left of the image and <p>
    element. (I’ve moved the <p> over using padding-left of
    155px.
    See the grey box
    http://cellocelli.com/test2.htm
    Is it possible to include a list of link within that area
    left of the picture & text using css?

    sorry, i don't understand the question.
    I took a look at your page code and was a bit disturbed with
    all the IE conditional comments.
    Although it's not relatited to your question, if you need so
    many conditional comments you're doing
    something wrong.
    Then are you saying you placed an image in an h2 tag?
    Why not style the image itself instead of an h2 tag (and not
    place the image in a tag)?...
    derek jee wrote:
    > I?m trying to figure out how to do this with css. Is it
    possible?
    >
    > I am using a .container to display a bottom image,
    .container p to display
    > right/left borders, & .container h2 to display top
    image. I have a image
    > floated w/in the <p> and I?d like to have a list
    of links to the left of the
    > image and <p> element. (I?ve moved the <p>
    over using padding-left of 155px.
    > See the grey box
    http://cellocelli.com/test2.htm
    > Is it possible to include a list of link within that
    area left of the picture
    > & text using css?
    >
    >
    > .containerBottom {
    > width: 520px;
    > float: left;
    > background-color: #758279;
    > background-image:url(../Images/BkGrd/bg_bottom.gif);
    > background-repeat: no-repeat; background-position:
    bottom;
    > margin-bottom: 20px;
    > }
    >
    > .containerBottom p {
    > font: normal 1.2em Verdana;
    > line-height:150%;
    > color: #fff;
    > margin:0px;
    > padding: 5px 10px 5px 155px;
    > border-left: 1px solid #333; border-right: 1px solid
    #333;
    > }
    >
    > .containerBottom h2 {
    > color:#fff;
    > font-size: 1.3em;
    > padding: 15px 14px 15px 12px;
    > margin: 0px;
    > text-align: left;
    > background-image:url(../Images/BkGrd/bg_top.gif);
    > background-repeat: no-repeat; background-position: right
    top;
    > }
    >
    > .containerImage {
    > margin-right: 13px;
    > margin-bottom: 4px;
    > float:left;
    > background-color:#CCCCCC;
    > outline:1px solid #000;
    > }
    >
    seb ( [email protected])
    http://webtrans1.com | high-end web
    design
    An Ingenious WebSite Builder:
    http://sitelander.com

  • Link Background with CSS

    If you look at
    this
    site and see how all the link boxes, when covered with the
    mouse the whole box changes colour, I wanted to know how to do that
    with CSS? Because at the moment all I can manage to do is only the
    text and not the entire box?

    On 24 Feb 2007 in macromedia.dreamweaver, pullher wrote:
    > If you look at
    >
    http://www.nufc.premiumtv.co.uk/page/Home/0,,10278,00.html
    and see
    > how all the link boxes, when covered with the mouse the
    whole box
    > changes colour, I wanted to know how to do that with
    CSS? Because at
    > the moment all I can manage to do is only the text and
    not the
    > entire box?
    Add display:block; to the CSS for the A element, as here:
    .menu A {
    color:white;
    display:block;
    background-color:#3E3E3E;
    padding:2px 3px 2px 10px;
    Joe Makowiec
    http://makowiec.net/
    Email:
    http://makowiec.net/email.php

  • Change portlet border with .css

    I want to change color and size of the portlet border with the help of .css.
    I have downloaded and use the dreamweaver Extension. .Css are link to portal site with UI template.
    I wondering which class that change the style for the border. So far have tried to use .PortletBodyColor and .PortletHeaderColor. Are there any one that have managed to change border style with .css?
    Regards,
    Jorunn

    I don't think you can just the outer border. If you look at the source code you see that the <td> tags also have the .portletbodycolor and header color classes, so while you technically can change the border, it will change the borders for all the cells and not just the outside of the table.

  • Over riding an old CSS style with a new one

    Hi there,
    I'm still learning how to deal with CSS and I'm having this problem. I'm redesigning an existing site and trying to override the old styles with new ones. When I select the text I want to change, I try to apply a new style, and it doesn't work. It sometimes applies part of the style. I tried to change the order of the styles in the 'all rules' panel, but that didn't work. The old rule is #content a:hover, a:active and the new one (higher up the list) is #named anchor. The problem is that the old one looks like a link to nowhere (there's a background colour). I know there must be a simple solution here (besides cutting and pasting text that looks right into the different spot and rewriting the text like I've been doing-AHHHHH!). I don't want to change the properties of that rule because it works in other places thorughout the website. Can I somehow clear all the old style info off these headings and then reapply the new style? Help!

    CSS Pseudo-classes - Link States
    You need to define a set of link states (link, visited, hover, active) for each ID or class name required.  Let's say you want to have red links in your #header and white links in your #footer.
    CSS:
    #header a {text-decoration:none}
    #header a:link {color:red}     /**unvisited**/
    #header a:visited {color:gray} /**visited**/
    #header a:hover,               /**on mouse over**/
    #header a:active,              /**on click**/
    #header a:focus                /**on tab key**/
        {text-decoration:underline}
    #footer a {text-decoration:none}
    #footer a:link {color:white}
    #footer a:visited {color:yellow}
    #footer a:hover,
    #footer a:active,
    #footer a:focus 
        {text-decoration:underline}
    HTML:
    <div id="header">
    <a href="some-link.html">Link in the header</a> |
    <a href="some-link.html">Link in the header</a> |
    <a href="some-link.html">Link in the header</a> |
    </div>
    <div  id="footer">
    <a href="some-link.html">Footer link</a> |
    <a href="some-link.html">Footer link</a> |
    <a href="some-link.html">Footer link</a> |
    </div>
    For more on CSS pseudo classes:
    http://www.w3schools.com/css/css_pseudo_classes.asp
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists 
    http://alt-web.com/
    http://twitter.com/altweb

  • Flex charts: How to hide axis lines with CSS?

    Hello!
    How do I hide my axis lines with CSS? Shouldn't this work?
    <mx:Style>
      @namespace mx "library://ns.adobe.com/flex/mx";
      mx|ColumnChart {
        horizontalAxisStyleName: myAxisStyles;
        verticalAxisStyleName: myAxisStyles;
      .myAxisStyles { showLine: false; }
    </mx:Style>
    I also tried display: none.
    Prior to this I used:
    <mx:horizontalAxisRenderers>
      <mx:AxisRenderer showLine="false" axis="{someName.horizontalAxis}" />
    </mx:horizontalAxisRenderers>
    <mx:verticalAxisRenderers>
      <mx:AxisRenderer showLine="false" axis="{someName.verticalAxis}" />
    </mx:verticalAxisRenderers>
    But it produced some annoying warnings:
    Data binding will not be able to detect assignments to "horizontalAxis".
    Data binding will not be able to detect assignments to "verticalAxis".
    Thanks!
    --Dwayne

    Regarding the data binding warnings, see if you can get away without specifying the axis. Not sure if that will work. Otherwise, give the axis an id like the example at the bottom of http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/mx/charts/AxisRenderer. html#axis.
    The doco for showLine says "Specifies whether to display the axis. The default value is true." I think it's referring to the line at the bottom of the axis, next to the numbers. It's nothing to do with the grid lines. Which explains why your code doesn't work.
    If you are not using gridlines at all (= not using the lines, not using horizontal-fill and horizontal-alternate-fill etc), then I think you can just get rid of them by specifying an empty array. Either in actionscript or in your chart tag (<mx:ColumnChart id="highlights" dataProvider="{results.result}" showDataTips="true">) add the argument: backgroundElements = "[]".
    If this is not desireable, go to plan b:
    You can control gridlines via css like this:
    mx|GridLines {
        gridDirection: both; // horizontal or vertical also accepted, but not "none".
    If you want none... well I've got some code where I do this:
    (backgroundElements[0] as GridLines).setStyle("gridDirection", "horizontal");
    // One of the arguments is the alpha, i.e. alpha=0 (translucent)
    var stroke:SolidColorStroke = new SolidColorStroke(0, 0, 0);
    (backgroundElements[0] as GridLines).setStyle("horizontalStroke", stroke);
    ... and that definitely works.

  • How to update all pages on my website at once with CSS

    Hi everyone,
    Ive designed a site using CSS (Thanks to others on the forum..:) and have a column on the right of the homepage for latest news...rather than having to update 30+ pages one by one possibly each week....how can I make changes to my homepage and this in turn updates all pages...
    When creating the site I always used "Save all" I'm still working on the homepage but then realized once I rename that to the 30+ others and change content on each etc.....any changes will have to be made one by one...
    I am not using an external style sheet....
    I only want to change a few lines on the latest news section and have it display on all pages - site wide...
    Can anyone help me with this...?
    Thanks in advance...:)
    James

    I am not using an external style sheet....
    Why the heck not?  It's so much simpler to maintain site wide styles with one style sheet instead of many.
    Dreamweaver, Linking HTML to External Style Sheets
    As bregent says, CSS is not going to help you with HTML content.  If your site is already built without the aid of Server-Side Includes or DW Templates, another option is Library Items.
    Adobe Dreamweaver * Working with library items
    Nancy O.

  • How can I apply a new style with a snippet and make DW remove artifacts of the old style?

    Hello,
    I am using Dreamweaver CS5 on Windows XP SP3. My problem seems simple but the resolution remains elusive.
    Let's say I am editing pasted-in text from MS Word that DW has auto-formatted. I highlight some text and use a snippet to enclose the text in h2.
    Instead of deleting the former style and replacing it with h2, DW applies the h2, but copies the old style, enclosing nothing, and bumps it to the next line. If the old style included a paragraph tag, that throws in extra white space. For nothing at all.
    Now, this seems like a minor thing, but it's not so minor when you are trying to quickly prepare a large document with various header styles. Having to make dozens of edits that I think should be completely unnecessary becomes a real burden.
    Is there a way to enclose a bit of text in a new style with a snippet without having the old style stick around?
    Thanks for any and all replies!
    Michael Salmons

    Maybe auto-format is not the correct terminology, but DW does interpret MS Word formatting in some way,and in a way I cannot control (well, I can to a limited degree). The term that popped into my head describing this process was automatic formatting.
    I don't really want to paste in as text, then I have to touch everything. I mean, I do frequently end up touching everything in a document anyway, but if any decisions can be "automated," I like to at least give it a try.
    DW makes mostly good guesses* about Word formatting (*or whatever mechanism translates word formatting to html in DW). Even if it is just a little wrong, it saves me a lot of time. <p><strong> can be converted to <h2> faster than text that only has a CRLF to distinguish it from surrounding text.
    I'm not mixing any styles. I control the style absolutely. I would just like to know how to use snippets in a way that truly replaces the Word-suggested tags rather than preserving them for no good reason. Perhaps there is no way to do that, or I so fundamentally misunderstand snippets I am fooling myself.

  • How do I edit the CSS of a Dynamic Menu with Dreamweaver and Business Catalyst.

    I've watched tutorials on v2 menu module and it obviously was not made for someone just starting out in Business Catalyst. I want to edit the CSS of my Dynamic Module, preferably V1, but if I have to use version 2 I will. The problem I am running into is that the width of the menu I am trying to make is not big enough. The menu is extremely simple, I could whip it up with css and html in a matter of minutes. Just black words horizontal layout with a dark red hover color and selected state. I can change all that in Business Catalyst Site Manager just fine, however, the width of my menu when I look at it on the site, is way too small. Probably only 750px wide. I want it 1000px wide, but I haven't the faintest idea of where to find that information to change. When I add the menu module to my html code i get this: {module_menu,1534789}. How do I add or find css/html to edit the properties? I know I can add classes to the items inside the menu in the Site Manager, but where do I find the html code that shows those names?
    I'm obviously missing something important and probably really easy, so I hope someone can help.
    Thanks, Evan Schmidt

    I went ahead and built the navigation without a module, easier than wasting all this time trying to figure it out.
    But initially my main problem was when I add the Menu module to my html in dreamweaver, this:  {module_menu,1534789} would be put in my html instead of css/html code. Now if publish my site and look at the page source, it shows the css/html, but it doesn't in dreamweaver. So is that the only way to edit the css/html code, copy the page source and replace the {module_menu,1534789} with the copied code in dreamweaver?

Maybe you are looking for

  • Internet Keeps Getting Cut Off

    Hi This is driving me insane and my dad wont listen to me, but maybe he will if he heres someone say something who knows about it. Every so often, usually every day if not more than once a day I get cut off from the internet on my Mac Mini (G4) for 5

  • IChat won't open the chat room window

    So i can connect to chat rooms, recieve Ims from people inside the chat room but can't see the chat room at all..... How do i get the window to show up so i can view the chat?

  • Syclo - MRS integeration in Service Manager 4.2 and SMP 3.0 SP06

    Hi All, We are woking on SMP 3.0 SP06 with Service Manager 4.2 application. We are testing the MRS Push finctionality on this product. scenario is : 1. Service Order from 9 am to 10 am is assigned to technician in MRS 2. Technicain receives the Servi

  • Mastermind / Parse string with error handling ....

    Ok I am not going to hide the fact this looks like a homework question, honestly I already handed it in and now this is bothering me that I couldn't figure it out....... We had to make a mastermind client/server game only using text no graphical ever

  • 1 modem - 2 routers (chained) - 2 subnets (cross-traffic) - 2 dhcp

    My goal is trying to use 1 isp modem, chain 2 linksys routers, creating 2 subnets that pass traffic between them, having each subnet served by its own dhcp. So how I started was by setting up Router 1 (R1) to use address space 192.168.2.0. Straightfo