CSS Header change on all pages - where do I go?

On our homepage http://www.rugged-cctv.com/ we have a blue header bar and a gray header bar.  On the gray bar I changed the word Blog to say RuggedCams Blog.
If you go to any of our other pages the gray bar still just says blog.  Here is a page where you can see it still says blog.
http://www.rugged-cctv.com/product-choices.shtml
What part of the site do I need to get into to change it for all the pages?
I looked in the CSS file page but didn't see anything in there.
Also how do I change the code so just the RuggedCams Blog shows up in Red while the others still show up in black?
Here is the code for the main nav and sub nav on the homepage.
<div id="main-nav">
<ul id="navlist">
<li><a href="/">HOME</a></li>
<li><a href="product-choices.shtml">PRODUCTS</a></li>
<li><a href="downloads.shtml">DOWNLOADS</a></li>
<li><a href="about.shtml">ABOUT US</a></li>
<li><a href="contact.shtml">CONTACT US</a></li>
</ul>
</div>
<div id="sub-nav">
<ul id="sub-nav-list">
<li id="active"><a href="cctveducation.shtml">Learning Center</a> |</li>
<li><a href="press-releases.shtml">Press Releases</a> |</li>
<li><a href="testimonials.shtml">Testimonials</a> |</li>
<li><a href="securitycameravideos.shtml">Videos</a> |</li>
<li><a href="live-demo.shtml">Demo Site</a> |</li>
<li><a href="http://www.rugged-cctv.com/blog/" target="_blank"><em><strong>RuggedCams BLOG</strong></em></a></li>
</ul>
</div>
Thanks!!!

On my homepage this is the code for the subnavigation section. (The gray bar at http://www.rugged-cctv.com/)
<div id="sub-nav">
    <!--#include file="sub-navigation.html" -->
  </div>
My sub-navigation.html code is this -
<style type="text/css">
#sub-nav-list li a em RED {
    color: #930000;
</style>
<ul id="sub-nav-list">
<li id="active"><a href="cctveducation.shtml" >Learning Center</a>|</li>
<li><a href="press-releases.shtml">Press Releases</a>|</li>
<li><a href="testimonials.shtml">Testimonials</a>|</li>
<li><a href="securitycameravideos.shtml">Videos</a>|</li>
<li><a href="live-demo.shtml">Demo Site</a>|</li>
<li><a href="http://www.rugged-cctv.com/blog/" target="_blank"><em><strong>RuggedCams BLOG</strong></em></a></li>
</ul>
My css code for sub-nav is -
#sub-nav {
    background-image: url(images/sub-nav.jpg);
    background-repeat: no-repeat;
    float: left;
    height: 45px;
    width: 687px;
    padding-right: 30px;
My css code for sub-nav-list li is this -
#sub-nav-list li
display: inline;
list-style-type: none;
Thought that might help pinpoint where I missed something.

Similar Messages

  • Dynamic Tables in PDF - repeating Header row in all pages

    Hi ,
          I have created a dynamic table in PDF, When I add rows, the table is spanning to next page, and I should get the header row in all pages. But, I am getting the header row only for the 2nd page(In Header row properties, I have choosed the header row to be displayed in all pages). I need the Header row to be displayed in all pages.
        To see the previous thread, Click [here|Dynamic Table -  same data repeating in all rows;.
    Thanks and Regards,
    Prabhakar.

    Hi Prabhakar,
    Try out with following step
    Header Row -> Binding -> Select the check box
    Repeat Row for each Data item (Min Count 1)
    Please let me know if this is working or not.
    Cheers
    Satya

  • How to repreat only Group Header #2b in all pages?

    Hi
    Is there any way to repreat only Group Header #2b in all pages?
    When I select repeat group header in all pages, it repeating Group Header #2a & Group Header #2b.
    how to repeat only Group Header #2b?
    Thank you

    You can conditionally suppress group headers.
    Set the headers to repeat on each page, and then to have group header 2a only printed once while group header2b repeats on all pages then contionally suppress group header 2a with
    inrepeatedgroupheader  // suppresses repeated headers
    Note you can also suppress a header the first time header is printed with
    not(inrepeatedgroupheader)  //suppresses the first time
    Edited by: Debi Herbert on Mar 17, 2011 3:59 PM

  • Crystal Reports 2008 Page Header needed on all pages.

    I have Crystal Reports 2008.
    In my report I need the Page Header and Page Footer to appear on all pages.
    When I have over 50 detail records/lines the Page Header appears on only odd pages, the Page Footer is OK on all pages.
    How do I change the Page Header to print on all pages in CR 2008?

    Thanks what work was creating a Page Header b and moving all header info there.
    This report has 4 levels of groupings and I am finding that group effects a lot.

  • How do I put the page number in my header so the header changes with every page

    I need to write a paper for my english class and I need the header to contain the page number so it changes with each consecutive page.
    I need to know ASAP! Thank you!

    Click in your header > Menu > Insert > Page Number
    Peter

  • Tables in Buzzword: header appearing on all pages, text in long columns disappearing,

    Hello,
    I prefer to use tables within a Buzzword document rather than in a free standing table document.  My appolgies for the descriptions, I do not know the correct terminology for the document types so I am just making them up on the fly.
    My tables are something of a mess.  In Buzzword I can not find the menu to have the header repeated from page to page?  Any guidance would be welcome.
    In my long columns the text disappears between pages, such that the next row on the next page is not a continuation of the previous row but rather the next row?  Any thoughts?
    Thanks,
    Best,

    Hello there,
    Thank you for posting to the Buzzword forum. I'm not sure if this is what you're referring to, but when you choose Insert > Header... in Buzzword, the information you choose to display at the top of each page will automatically repeat on every page; you also have the option to insert a different header on the first page of the document. Unfortunately, if you're referring to a header within the table, there isn't currently any way to automatically repeat that information from page to page. We are aware of demand for this feature, and will continue to work on it, with the goal of eventual implementation.
    As to your other issue - the issue of disappearing text in a long column - that seems like it could use more specific attention; however, most Adobe employees are not here this week (in honor of the holiday), and so I'm afraid I must ask you to wait until next week for troubleshooting. Thank you very much for your patience! I will pass this bug along to the engineering team for inspection as soon as I can.
    Kind regards,
    Rebecca

  • Problem in header repeatition in all pages in print adobe forms

    Hi all,
              Presntly I need to develop adobeform from abap with four different internal table data ( line items) and each having different header field values ( header details).And each internal table should display on different pages.
             When ever the internal table data overflows into second page , I have to repeat the particular header fields values also in the second page also which contains remaing item data from internal table.
              I have tried with overflow leader and masterpage but structed in below way.
         1) Overflow leader: When used this method, alignment of header subform in the second page is not in the same format as in the first page(improper alignment) and field values are not displaying on the second page.
        2) Master page: Using this method, I have created four different master pages which is having individual headers .For the first master page, first internal table , header is diaplaying in all the pages if data ia overfolowing to multiple pages. But second master page, header is displaying in first page but displaying with improper alignment in next pages.
       Please help me out this issue becoause it is very urjent and try for long time to solve the issue.
      Thanks in advance.
      Regards,
      Deepika.

    Hi Mathan/ Michal Hraba,
    I have used the positioned layout as well as selected the repeat header for each data item also.
    The texts(standrd texts) are repeating on every page. But the field data is not repeating on to the next page.
    Thanks & regards
    Deepika

  • Static footer and header pasted into all pages - the only way with JSF?

    Hello!
    What are the known patterns to deal with the use case in the subject ? Every tutorial I've seen suggest to copy and paste the header and footer into different views. Even if it is only the include statement that is being copied, I would not want to do this. I would rather do a single page with the single footer and single header and dynamically include the dynamic view. However, to achieve this, it seems the only way is to hard code all of the possible include statements for the views at compile time, using an EL's if then. This is also not a lot of fun, if one has hundreds of different views to include. Also, using this approach one would basically have to give up the JSF's navigation, which is based on the name of the jsp file. And since there will be only one main jsp file the JSF navigation will be restricted to a single one page - many outcomes navigation node. Won't be able to do anything more complex than that. Bad too.
    Any inputs would be appreciated.
    p.s. I am new to JSF, but to call it an MVC framework seems to be a stretch: navigation should happen in the controller part not in the view - and that is what is happening by virtue of describing the navigation in terms of the raw jsp-files - the view. Can anybody argue with this?

    Check out facelets, which adds useful templating and other nice features to JSF. You are still stuck with navigation-by-XML, which I agree is silly.
    These links might be useful:
    http://hookom.blogspot.com/2005/05/facelets-templating.html
    http://blog.exadel.com/?p=12
    http://members.capmac.org/~orb/blog.cgi/tech/java/Facelets_makes_JSF_.html
    http://www.jsfcentral.com/articles/facelets_1.html (and the followup article)
    The project homepage is https://facelets.dev.java.net/.

  • After switching over to firefox, how do I get the screen resolution to be exactly the same on all pages where ever I browse?

    I have a 21 inch HD screen. Some pages are the size that fits the screen and some pages come up rather tiny.

    You can use this extension to set a default font size and page zoom on web pages:
    *Default FullZoom Level: https://addons.mozilla.org/firefox/addon/default-fullzoom-level/

  • SSRS subreport with a sub-report as header on all pages

    Hello,
    I need some guidance on how to get a sub-report with a sub-report header and an expanding table. Please see below.
    This is the structure of things that I have:
    Main Report 1 is being invoked by ONLY Parameter 1 (User Text Box Entry).
    It Contains:
         Page 1: Sub-Report 1 invoked by Parameter 1
         Page 2 or more Pages: Sub-report 2 and a table (T1) expanding vertically based on Parameter 1 and Parameter 2. The Sub-report 2 should appear as header on all pages where T1 rows are there. Additionally, multiple Parameter 2
    values may be present and if so, they need to appear on a different page with appropriate header/table data. Parameter 1 and 2 are associated with a ONE dataset & its fields.
         Last Page: Sub-Report 3 and few text boxes below it. Invoked by Parameter 1
    The issue is I don't know how to insert Page 2 content. I tried making a new report with Sub-report 2 and the T1 below it. This is working fine but I'm not able to get the sub-report as header on all pages EXCEPT the first page. FixedData and RepeatOnNewPage
    properties are TRUE & KEEPwithGroup is set to 'AFTER'. Also, once I'm done with this report how do I insert it in the main report. Would it be in group / outside group in the group properties -- I would really appreciate if you can guide me with steps.
    Thank you,
    Nichesl
    Nichesl

    Thanks Asha ,
    Actually this is how my Report  layout is
    Group Header
    ---Detail1
    ---Detail2
    ---Detail3
    Group Footer1 (New Page After and Show at Bottom Setting)
    Group Footer 2 (New Page Before Setting)
    This is the layout of my report.
    When Details and Group Footer1 come in same page then my Group Header works perfect.
    When there are many details then the Group Footer1 skips into next page and Group Header does not show up in that page.
    Our requirement is such a way that Group Footer1 should have Group Header and Group Footer2 should always come in new page (i.e. last Page)
    I think I made it clear on my issue/requirement.
    Again I really appreciate for your reply.
    Regards
    Kalyan

  • Changing all page

    hi my website to all pages changing.
    how specific part of the page is changed on all pages
    help me please
    kasko hesaplama

    You can use <cfinclude> tag or include (in cfscript) to include a common template in multiple pages.
    Thus, when you edit that included template, it will change the layout for all pages calling for it.

  • Page numbers on ALL pages

    I'm trying to insert page numbers on ALL pages in a document in InDesign CS4. But I can only get page numbers to the page 74? This is so annoying, and it's due on monday, and I'm running out of time. Can anybody tell me, short and easy, how I can get page numbers on every page in my document? (Besides the front page - but I know how to not get the page number there.)
    Thanks!
    Ingvild

    Huh? Simply put, you place the page number marker in a text frame on your master page(s), and you ensure that one of those master pages is applied to all pages where you want a page number.
    Is that what you've done? What is not working? Is it page 74 and higher that is a problem? Just page 74?
    Does page 74 use a different master page that doesn't have the page number marker?
    Or is your document corrupt? [Did you try exporting to IDML or INX and re-opening the export?]

  • IPhoto '11 Photobooks - Can't enter "All Pages View"

    For some reason when I try to make a book, iPhoto '11 creates the project in the left frame but the main view does not change into "All Pages View". My wife's Macbook Pro (which is exactly the same as mine) automatically goes into "All Pages View" so that you can edit the pages of the photo book. When I close iphoto and reopen it, it still doesn't work. Any ideas?

    Welcome to the Apple Discussions. Try the following:
    1 - Run the Font Book utility and verify all fonts, removing duplicates. Then try the photobooks again.
    2 - Next, download and run BatChmod on your library with the settings in this screenshot.
    Click to view full size
    OT

  • SapsScript Header is printed on all pages after change

    Hello Experts,
    I have made some changes to a sapscript. I added some output data to the header and expanded the lines by 3 LN. Now when I print the header is printed on all pages, but I only want it to be printed on the first... Any idea what could have done this?
    best regards B

    Hi,
    The problem occurred because you have changed the variable window and what ever is mentioned in the variable window gets triggered when a new page gets triggered.
    So.....
    Change the Header lines what you have added, to main window from the variable window.
    This will definitely solve the problem.
    Regards
    Sarves

  • How to change the header in all pages at once?

    I'm new to iWeb and can't figure out how to change the headers of all pages without having to go through and do it to every page. There should be a way, but is this a feature iWeb doesn't have?

    Hi,
    Refer following link which states how to change the Page Setup setting (just an addition to above poster's explanation):-
    http://docs.oracle.com/cd/E12825_01/epm.111/fr_user/frameset.htm?1900.html
    Regards,
    Edited by: 918547 on Dec 14, 2012 6:17 PM

Maybe you are looking for

  • Spatial query index creation fails with ORA-13282: failure on initializatio

    Hi, I have an Oracle 10g 10.2.0.5.0 database newly installed. Spatial index creation fails: ORA-29855: error occurred in the execution of ODCIINDEXCREATE routine ORA-13282: failure on initialization of coordinate transformation ORA-06512: at "MDSYS.S

  • Poor video quality when exporting

    I am new to Premiere and don't know all the functions yet. (at all) I have wto questions. I have successfully imported and edited my video, but it seems, that the final result (the preview at the right) is cutting off the edges of my video. I have tr

  • Is Global Collection Possible

    Hi , I am on on 11g R2 and have the following query. I have defined 2 collections in my Package Specification as g_valid and g_invalid. In my package body I am using my main driving procedure to pass records (again as other collection types) to vario

  • Adobe Reader Password Protect PDF

    I'm using a Dell PC and I have a question about password protecting. Can I do it on the free version? And if so, how can I do it? (with detailed instructions) Or what would I have to purchase if I am unable to?

  • I can't update my existing firefox 8.0.1 to 9.0.1 on my new MacBook Pro OS X Lion (patch apply failed)?

    I can't update my existing firefox 8.0.1 (when prompted by updater) to 9.0.1 on my new MacBook Pro OS X Lion. Update failed with 'patch apply failed' message.