Positioning a div issue

Hello folks. I have searched and could not find the answer to
my problem. I was using DW MX, and things were pretty simple
drawing layers and then using layout designer to position them on a
page. (going out from the center so they appeared in the same place
regardless of browser size)
However I am now trying to build something using CS3 and I am
at a loss for how to create a div and a) use CSS to position it on
a page in a way that goes from the center out to appear the same on
different sized browsers and b) how to set different elements
within a div to align differently. (fore example have a right
aligned photo with left aligned text below it)
On this page for example I would like to have it look like
this, but be done properly with CSS instead of creating and
plunking in a big honking jpg
http://build.bassphotographics.com/aboutus.html
On this page I have actually created a 1 col x 1 row table
to put text in because I could not figure out how to create a div
that has a specific width (750 pix) to put the text in, and also
have the text be left aligned when the div is centered on the page
so that it shows up the same on all browser sizes.
Help would be greatly appreciated.
http://build.bassphotographics.com/aboutwavesofhope.html

You should be able to modify the HTML Template page 2 column
fixed left
column header and footer to meet your needs File > New
> HTML Template >
Change the width from 780px to 750px. Then change the width
of the left
column (sidebar1) to more equally divide up the page into two
columns.
Cheryl D Wise
Adobe Community Expert
http://starttoweb.com
"Scubydue" <[email protected]> wrote in
message
news:fppiqh$j4a$[email protected]..
> Hello folks. I have searched and could not find the
answer to my problem.
> I
> was using DW MX, and things were pretty simple drawing
layers and then
> using
> layout designer to position them on a page. (going out
from the center so
> they
> appeared in the same place regardless of browser size)
>
> However I am now trying to build something using CS3 and
I am at a loss
> for
> how to create a div and a) use CSS to position it on a
page in a way that
> goes
> from the center out to appear the same on different
sized browsers and b)
> how
> to set different elements within a div to align
differently. (fore
> example
> have a right aligned photo with left aligned text below
it)
>
> On this page for example I would like to have it look
like this, but be
> done
> properly with CSS instead of creating and plunking in a
big honking jpg
>
http://build.bassphotographics.com/aboutus.html
>
> On this page I have actually created a 1 col x 1 row
table to put text in
> because I could not figure out how to create a div that
has a specific
> width
> (750 pix) to put the text in, and also have the text be
left aligned when
> the
> div is centered on the page so that it shows up the same
on all browser
> sizes.
>
> Help would be greatly appreciated.
>
http://build.bassphotographics.com/aboutwavesofhope.html
>

Similar Messages

  • Dreamweaver CC fluid grid, can I change the position of DIV's based on Mobile, Tablet, Desktop view?

    Hi all,
    Currently working on my first Dreamweaver CC fluid grid / responsive site. I want to optimise the pages layout for Mobile, Tablet and Desktop.
    I can see that I can hide individual div elements by adding "display: none;" to the mobile media query code in the CSS.
    I am wondering am I able to change the position of DIV's in relation to the order of each other some how using a similar way?
    Eg I have a webpage design for desktop like.
    Title
    Nav
    Description
    Buy Button
    Photo
    On mobile I'd like to be able to bring that Photo up towards the top of the layout eg.
    Title
    Nav
    Photo
    Description
    Buy Button
    I was hoping those up and down arrows you see in the Dreamweaver CC interface was going to some how make the changes to each view Mobile, Tablet, Desktop, but all that is doing is moving the position of code in the HTML amoung each of the main DIV sections.
    Or am I at the point where I will need to create a seperate page for mobile only to make a layout change like this?
    Any help would be great

    Hi Complexity,
    I have got some further info, and if I have lead you astray I am sorry.
    I don't think you can change the order of the divs in a responsive layout in DW CC.
    However, you can arrange the divs to sit under or beside each other differently in each of the layouts, for pc, tablet or phone.
    You can also switch divs off and on in each of the layouts, having them display in one size screen and not in another.
    So what you would need to do is to create a couple of nav divs, if you want a nav at the top of one type of screen and one at the bottom. You could duplicate the content in both of them and switch one on in one layout and one off in the other.
    I hope this helps!
    I am doing my first layout for a client using DW CC responsive layouts. I have done two test/hobby sites already.
    It is a bit of a mission learning it but I am getting there.
    I do find it interesting that most people recommend using other programs to do responsive rather than Dreamweaver's fluid grid layouts. I don't think many people are using it yet.
    Regards,
    Mary

  • How do I position AP Div Tags relative to a Table?

    Hi!
    I know that it is possible to position an AP Div Tag relative to the header using a template in Dreamweaver. However, I am not able to position to relative when using a table so if you know how then help would be appreciated! Thank you! (I am using CS5 by the way)

    webdesigner3383 wrote:
    Hi!
    I know that it is possible to position an AP Div Tag relative to the header using a template in Dreamweaver. However, I am not able to position to relative when using a table so if you know how then help would be appreciated! Thank you! (I am using CS5 by the way)
    Not sure why you want to do this as it can be hit and miss.
    I would insert a <div> in a table cell and set its position to relative and then insert an absolutely positioned <div> inside of the relatively positioned one:
    <td>
    <div style="position: relative;">
    <div style="position: absolute; top: 50px; left: 40px;">Content goes here</div>
    </div>
    </td>
    I think that should work although I havent tried inserting <divs> inside a <td> cell for many moons.

  • Help with Positioning a div in relation to another div

    I'm working on this website - http://soleproductions.com/virgilcardin/index.htm
    I want to position the "7 Days a Week" waterdrop image just to the right of "Call Us Today..." text.
    Here is my logic....
    I created a div called "7daysaweek" and placed it inside the "largeimage" div and set the "largeimage" div to Relative so I could use absolute positioning of the "7daysaweek" div and set 7days div to 0 bottom, 0 right but it remains at the top left corner of the largeimage div.  What am I missing?
    Here is my HTML
    <div id="largeimage">
            <div id="7daysaweek"><img src="../images/7-days-a-week.png" width="114" height="178" alt="7 Days a Week" /></div>
        </div>
    Here is my CSS
    #largeimage {
        height: 409px;
        width: 900px;
        background-image: url(images/virgil-cardin-truck1-large.jpg);
        background-repeat: no-repeat;
        position: relative;
    #7daysaweek {
        height: 178px;
        width: 114px;
        right: 0px;
        bottom: 0px;
        position: absolute;

    Design View isn't reliable.  Use Live View or Preview in browsers.
    Leading numbers like "7" are not allowed in CSS selector names. The selector name must begin with a letter. 
    Try this (inline styles used here for expediency):
    <div id="waterDrop" style="position:absolute; top:22px; left: 800px"><img src="images/7-days-a-week.png" alt="7 Days a Week" height="178" width="114">
    </div>
    Nancy O.

  • Unwanted link appears in paragraphs - AP div issue?

    Hello. I am using cs4 on Macbook Pro (version 10.6.8) and develping the site below.
    http://www.gibbstowndentistry.com/
    If you are using Firefox you may not see it, but if you are on Safari, you can see there is a link for whole paragraph in editable region (underlined).  Still there is a link in Firefox, you just cannot see it (no underline)
    The link is going to the box called "patient account access"  which suppose to be only from the blue button called "Patinet Login" on the right side.
    First 2 categories on Navi bar (Home & Our office) got this unwanted link, but other 3 categories (Dental Service, Dental Health, Contact Us) seem OK.
    For example:
    http://www.gibbstowndentistry.com/childrens_dentistry.html
    Each category has a separate template, I so template1, 2 are not right, but other 3 are OK.
    I just cannot find why this happens. If I have to I will make new pages, but I would like to know the reason. Maybe APdiv issue?
    If someone can teach me why, I will be really appreciate it. Thank you.

    For the first issue with links on line 127 of your code you have an "a" tag that is not closed (missing </a>).
    For the second issue you may need to explain this a bit more.  And I would also recommend reading up on CSS ( http://www.w3schools.com/css/ ).  You are using <div align="center"> which is deprecated code when you should just be editing the Spry CSS and adding "text-align:center;" to the "ul.MenuBarHorizontal a" CSS code ( documentation - http://livedocs.adobe.com/en_US/Spry/SDG/help.html?content=WS895F3A6D-6D73-42ef-B568-3D04A BD2F171.html ).

  • UCCX Position in Queue issues after RNA

    Hello, we have a script using postion in queue logic. I tested the script and everything looked well however, this past month we have had complaints that callers were moving positions. They would go from 5 to 15 to 6. This is random and does not always happen. We get a couple of complaints a day. I noticed this first hand when my co-worker called in. Call came into the trigger happend to go RNA on an agent phone...went back to the queue then was stuck in the queue for over an hour and half. I never saw the call in the supervisors software.
    Contacted TAC and they say that its an issue with the logic in the script.
    I've attached two images of the queue section of the script. We have it play a begining queue prompt (you are) then the position prompt (first) end queue promt (in line for your call to be answered.
    Any suggestions we would be grateful...
    UCCX
    System version: 8.5.1.11003-32
    Thanks....          

    For starters, if the transfer into VM fails, the user will have been dequeued, you wouldn't see them in Supervisor Desktop, and they would continue to loop around and receive queue treatment.
    I would always recommend scripting for these types of contingencies.  I.e., If VM is down or all ports are busy, don't dequeue the caller and keep them queued.
    This is also achievable without losing the caller's PIQ because you do not need to dequeue manually, a sucessful Redirect will dequeue automatically.
    Anthony Holloway
    Please use the star ratings to help drive great content to the top of searches.

  • Firefox/Safari page div issues...

    Hi ,
       I have a “center-align” issue in most browsers – actually – the only one I’m sure it works in so far is IE 8 – but not sure why?
    Within my dev site, The footer is centered with the content on all pages (as it should be) – with the exception of the homepage. In the content area of the homepage is a javascript which has a “slider” feature to scroll through a few images – and for some reason it causes the footer to align to the left side of the page:
    http://www.thecreativeadvantage.com/2011_redesign/
    Secondarily (sorry) on my video pages – the video player was aligned far left – but it seemed to fix when I added a new div above it with a “sub-navigation” set of text links within – the video recentered with that in place. Not sure why, but not complaining. Now I can’t seem to get this sub-navigation to center above the video player in Firefox, Safari, etc…
    http://www.thecreativeadvantage.com/2011_redesign/gallery-vid-corporate.html
    I know the answer is hidden in the css - Any assistance or advice on this would be greatly appeciated!
    Thanks so much,
    Jesse

    Hi John,
       Thanks for taking the time to look - I'm not sure that's it... all of the pages are built from a template, with the header and footer "locked", and only the "main content" area is editable. The bottom of all pages (homepage included) has the closing div for the container outside of the footer, so something else is amiss - I just can't seem to place a finger on it...
    <!-- end #footer --></div>
    <!-- end #container --></div>
    </body>
    I appreciate the suggestion though, and the time spent to check! I've temporarily moved on to the other centering issue as this one is driving me crazy... :{D
    Jesse

  • How do you position relative divs

    Hey thanks for the help so far, I have another question. With
    absolute divs i'm able to place them wherever I want on the screen,
    am i able to place relative divs that are centered wherever i want
    as well. Can i do this in CSS or do i have to code everything.
    Thanks for help
    Mike

    > wherever I want on the screen
    By dragging in the Design view, yes.
    > am i able to place relative
    > divs that are centered wherever i want as well.
    If they are centered, why would you want to move them? But
    yes, you can
    place them wherever you want by editing the
    top|right|bottom|left position
    information in the styles. Be aware that relatively
    positioned elements
    will leave a "hole" in the page if you move them away from
    the 0,0
    coordinates where they would have been placed. You cannot
    DRAG relatively
    positioned divs in Design view....
    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
    ==================
    "mikesilverman22" <[email protected]> wrote
    in message
    news:e67op2$r1q$[email protected]..
    > Hey thanks for the help so far, I have another question.
    With absolute
    > divs i'm
    > able to place them wherever I want on the screen, am i
    able to place
    > relative
    > divs that are centered wherever i want as well. Can i do
    this in CSS or
    > do i
    > have to code everything. Thanks for help
    >
    > Mike
    >

  • Div Issue

    I have posted before that I am unsure how to nest divs within
    divs. I
    solved the problem by putting them in a table.
    So this new site I am creating, I am endeavering to be more
    correct in my
    design, but I am having an issue.
    What I want is for the center div (bodycenter) to grow with
    the amount of
    content. I would have the background color of the bodywrap
    the same as
    bodyleft and bodyright, making it appear that they are all
    the same....
    Firt, bodycenter is not growing, it is staying static (it
    looked fine on my
    computer at home, at work here, not so much)
    Second, when I was adding content to either bodyleft,
    bodycenter or
    bodyright, the bottomline div was moving over to the right,
    not
    aligning...If the contect of any of the body div increases, I
    want for the
    bottom 2 divs to simply move down, in place.
    So what am I doing wrong, and how do I correct this?
    http://www.sportstersbar.com/
    http://www.sportstersbar.com/directions.html

    Fix these errors first -
    http://validator.w3.org/unicorn/check?ucn_uri=http://www.plusonetesting.co.uk/keyworks_sit e/design.html&ucn_task=conformance
    Then remove the height from div#main.

  • Positioning of Divs

    How do I get the Main Content Div to automatically change
    heighth depending on what is on the page? On one page I have a RSS
    feed that changes in length in the side bar section. This is
    working fine, but sometimes on other pages the side bar may be
    longer than the Main Content div.
    Also, the footer div may end up in the middle of the page
    rather than staying at the bottom. If I set a maximum heighth on
    the Main Content, then it is too long for some pages. Until I get
    this resolved I am not ready to upload the web site. Thanks for
    your help.
    Diana Hunter

    Dear Mark,
    Thanks for the tips. I am getting rid of the AP divs and
    replacing with tables since otherwise everything flies here and
    there. When I took classes they recommended not using tables but
    almost the first thing they taught us was to use tables. Much later
    they showed how to use AP divs. I started searching and found you
    were correct. AP divs generally cause more problems than they solve
    at least for us newbies. So take a look at
    www.indianaeagleforum.org/contact_join.html I am sorry. I really do
    not understand what I am to do about all of the styles. Do I put
    the internal styles on to an external style sheet? Can I combine
    them? Do I just delete properties of background color or do I
    delete some of the styles? Is each section supposed to have its own
    style?
    Then how do I change the background color in a cell of a
    table?
    Also, I continue to have problems with the spry menu
    uploading.
    Here is the repeated error:
    ..\SpryAssets\SpryMenuBar.js - error occurred - An FTP error
    occurred - cannot put SpryMenuBar.js. Access denied. The file may
    not exist, or there could be a permission problem. Make sure you
    have proper authorization on the server and the server is properly
    configured.
    ..\SpryAssets\SpryMenuBarHorizontal.css - error occurred - An
    FTP error occurred - cannot put SpryMenuBarHorizontal.css. Access
    denied. The file may not exist, or there could be a permission
    problem. Make sure you have proper authorization on the server and
    the server is properly configured.
    ..\SpryAssets\SpryMenuBarVertical.css - error occurred - An
    FTP error occurred - cannot put SpryMenuBarVertical.css. Access
    denied. The file may not exist, or there could be a permission
    problem. Make sure you have proper authorization on the server and
    the server is properly configured.
    Therefore the color does not come through.
    You asked about .twoColFixLtHdrSidebar2.css It is on another
    page of the web site so I do not know about how to upload it yet. I
    wanted to copy all of the traits of sidebar1 to make sidebar 2 and
    then change the width of it, but lets say that did not work out and
    so I went to tables. Therefore it may not apply to anything at
    present. I am using Dreamweaver CS3 The Missing Manual which is
    good but also quite lengthy on each topic.
    Thanks for your help.
    Diana Hunter

  • Trouble positioning image divs on page

    I'm preparing a photo gallery page for use with Lightbox2 by
    adding 145 x 145 divs to my page for my thumbnails. I inserted my
    first div and it ended up at top-left of my
    <div#mainContent>, then in the code, I just copy/pasted
    (duplicated) three more, right underneath each other. I now have
    four down the left side, that's fine. But I want 4 down and 4
    accross. Someone told me that I need to float them. I can't figure
    out how to do that, can anybody help?
    By the way, the page is a DW ".oneColFixCtrHdr ", the width
    is fixed but it's bottomless, my divs just keep going down the left
    side of the page on top of each other.
    Thanks, Julie

    Because someone suggested it to me, reason being, these are
    for thumbnails for links to larger versions for use in Lightbox2,
    and he said the caption and magnification link both require some
    special CSS. Placing them in their own container makes them much
    easier to style. He places every picture in a div with the class
    "image" and the additional class "fl" just floats the entire thing
    to the left. So that's what I did. Although I'm not sure I did the
    class' properly. I'm new to DW.

  • Weird PHP or Div issue with FireFox?

    Not sure what's going on but a specific div code is appearing differently in Firefox and Chrome.
    http://i.imgur.com/LHkhEEM.png
    In FireFox, the <div> Sidebar appears OUTSIDE of the content div....
    In Chrome, the <div> Sidebar appears INSIDE of the content div...
    It appears fine on everyone's firefox except for mine. So is there a setting or something that I did to make this happen? or reverse? I did the firefox restart and the problem is still there. I'm losing my mind over here cause I can't edit the site.

    This is the HTML:
    <pre><nowiki>
    <div id="sidebar">
    <div class="<?php echo $tmq_sidebarwidth;?>">
    <?php dynamic_sidebar( $tmq_pagesidebar ); ?>
    </div>
    </div>
    <div class="clearboth"></div>
    </nowiki></pre>
    Everything is closed properly... And as mentioned, it works in everyone elses firefox. We all have the latest version - 23.0.1.
    Why would this appear fine on someone elses but not mine?
    ''moderator added tags to show the posted code''

  • In Maintenance View - Pushbutton called 'POSITION' - f4 help issue

    Hi all,
      A Maintenanve view was created for a Table with some 15 columns.This table contains 2 key fields and for first  key field there is a Search help created in another table which contains this same fieid as key field.The second key field does not contain any search help.
    This Maintenance view is used in another program.When viewing this Maintenance view there is pushbutton called 'POSITION'. 
    When clicked on this POSITION  a POP-UP appears with this 2 key fields.F4 Help on these fields shows all fields from the table.
    The second key field contains 3 fixed value in domain.
    Need to restict the F4 VALUE HELP .How can I implement this.
    With thanks,
    Dina.

    HI Dina,
    Recently I have done this.Please find the below code. Here in SVAL structure there is a field NOVALUEHLP. Please enable or disable this field according to your requirement.
    DATA:   IT_FIELDS TYPE STANDARD TABLE OF SVAL WITH HEADER LINE,
           popup_title type string,
           returncode type c,
           lv_emp_cc type bukrs,
           lv_sold_to_cc type bukrs,
           lv_nw_so type AUFNR,
           lv_SMS_CON type NUM7,
           lv_EMP_NO type NUM8,
           lv_SMS_ORG type NUM7,
           lv_ACTIVITY type VORNR,
           lv_ZCOSTALLOC type ZCOSTALLOC.
           POPUP_TITLE = 'Select entry'.
           REFRESH: IT_FIELDS.
           CLEAR: IT_FIELDS, returncode.
           IT_FIELDS-TABNAME    = 'ZCRM_MUS_DERIV'.
           IT_FIELDS-FIELDNAME  = 'EMP_CC'.
           IT_FIELDS-FIELD_ATTR = ' '.
           IT_FIELDS-FIELD_OBL  = ' '.
           APPEND IT_FIELDS.
           CLEAR it_fields.
           IT_FIELDS-TABNAME    = 'ZCRM_MUS_DERIV'.
           IT_FIELDS-FIELDNAME  = 'SOLD_TO_CC'.
           IT_FIELDS-FIELDTEXT = 'Sold to CC'.
           IT_FIELDS-FIELD_OBL  = ' '.
           APPEND IT_FIELDS.
           CLEAR it_fields.
            IT_FIELDS-TABNAME    = 'ZCRM_MUS_DERIV'.
            IT_FIELDS-FIELDNAME  = 'NW_SO'.
            IT_FIELDS-FIELD_ATTR = ' '.
            IT_FIELDS-FIELD_OBL  = ' '.
            APPEND IT_FIELDS.
            CLEAR it_fields.
           CALL FUNCTION 'POPUP_GET_VALUES'
             EXPORTING
               NO_VALUE_CHECK  = 'X'
               POPUP_TITLE     = POPUP_TITLE
               START_COLUMN    = '5'
               START_ROW       = '5'
             IMPORTING
               RETURNCODE      = RETURNCODE
             TABLES
               FIELDS          = IT_FIELDS
             EXCEPTIONS
               ERROR_IN_FIELDS = 1
               OTHERS          = 2.
           IF SY-SUBRC <> 0.
               "No action required.
           ENDIF.

  • Positioning a div

    As the 'align' parameter is deprecated in Strict, what should I do to centrally align a div. Particularly on the Apple wide screen PC, please?.

    Hi Nancy
    Have done as suggested.  Have uploaded the result and you may see it at:
    http://www.portobelloroad.org.uk/index.htm
    The few  missing images have not yet been taken..
    Update: Sunday 20th
    Before I found the below snippet, the table was always at the very left of the screen.
    Have searched the web and found the following:
    left:50%
    margin-left:-25%
    have uploaded the changes, so have a look at the above link:
    at
    http://tom.me.uk/html-to-css/center-vertically.html
    after some adjustment, I came up with
    margin-left:-30.5%
    looks fine locally and on remote, but not sure how it might look on the Apple wide screen monitor.

  • DIV issues: possible overflow issue

    I'm building a site that's having some problems. When I open the site in a browser (I'm using Chrome) some of the text runs off the bottom of the DIV. This is not how I designed it (it should have about 30px of room below the text.) I'm not sure if this is something I could fix with a scroll code (my DIV's are set heights, so I'm not sure if there's a better way to do it with scroll and padding), or if it's just the browser. (I've checked it in Safari too; same problem)
    Thanks so much

    @charset "UTF-8";
    h2 {
              font-size:19px;
              font-weight:bold;
    #page_title {
              float: left;
              height: 70px;
              width: 960px;
              font-family: "Myriad Pro";
              font-size: 50px;
              color: #FFFFFF;
    #disclaimer {
              float: left;
              height: 30px;
              width: 940px;
              padding-left: 10px;
              padding-right: 10px;
              padding-top: 10px;
              padding-bottom: 10px;
              background-color: #FFF;
              font-family: "Myriad Pro";
              color: #1C4D00;
              font-weight: bold;
    #page_intro {
              float: left;
              height: 90px;
              width: 940px;
              padding-left: 10px;
              padding-right: 10px;
              padding-top: 10px;
              padding-bottom: 10px;
              background-color: #A39E42;
              font-family: "Myriad Pro";
    /* CSS Document */
    #home_container {
              height: 637px;
              width: 1000px;
              background-color: #FFFFFF;
              color: #000000;
    #home_header {
              float: left;
              height: 200px;
              width: 1000px;
              background-color: #FFFFFF;
    #home_fblike {
              float: left;
              height: 330px;
              width: 260px;
              background-color: #1C4D00;
              padding-left: 10px;
              padding-right: 10px;
              padding-top: 10px;
              padding-bottom: 10px;
    #home_fblike_content {
              float: left;
              height: 330px;
              width: 260px;
              background-color: #FFF;
    #poll_question {
              float: left;
              height: 30px;
              width: 260px;
    #home_body {
              float: right;
              height: 350px;
              width: 720px;
    #home_video {
              float: left;
              height: 308px;
              width: 440px;
              background-color: #1C4D00;
              padding-top: 42px;
    #home_news {
              float: right;
              height: 330px;
              width: 260px;
              background-color: #1C4D00;
              padding-top: 10px;
              padding-bottom: 10px;
              padding-left: 10px;
              padding-right: 10px;
              font-family: "Myriad Pro";
    #home_news_content {
              float: left;
              height: 310px;
              width: 240px;
              padding-left: 10px;
              padding-right: 10px;
              padding-top: 10px;
              padding-bottom: 10px;
              background-color: #FFFFFF;
    #home_foot_contain {
              float: left;
              height: 40px;
              width: 960px;
              background-color: #A39E42;
              padding-top: 10px;
              padding-bottom: 10px;
              padding-left: 20px;
              padding-right: 20px;
    #home_foot_content {
              float: left;
              height: 20px;
              width: 940px;
              padding-top: 10px;
              padding-bottom: 10px;
              background-color: #FFFFFF;
              font-family: "Myriad Pro";
              color: #666666;
              font-size: 14px;
              padding-left: 10px;
              padding-right: 10px;
    #prayers_container {
              height: 1197px;
              width: 1000px;
              background-color: #FFF;
    #prayers_body {
              float: left;
              height: 870px;
              width: 960px;
              background-color: #1C4D00;
              padding-left: 20px;
              padding-right: 20px;
              padding-top: 20px;
              padding-bottom: 20px;
    #prayers_left_column {
              float: left;
              height: 800px;
              width: 470px;
    #prayers_left {
              float: right;
              height: 190px;
              width: 450px;
              padding-bottom: 10px;
              padding-left: 10px;
              padding-right: 10px;
              background-color: #FFF;
              font-family: "Myriad Pro";
    #prayers_right_column {
              float: right;
              height: 800px;
              width: 470px;
    #prayers_right {
              height: 190px;
              width: 450px;
              padding-bottom: 10px;
              float: left;
              padding-left: 10px;
              padding-right: 10px;
              background-color: #FFF;
              font-family: "Myriad Pro";
    #prayers_foot_contain {
              float: left;
              height: 100px;
              width: 1000px;
              background-color: #A39E42;
    #novenas_container {
              height: 1147px;
              width: 1000px;
              background-color: #FFF;
    #novenas_body {
              float: left;
              height: 820px;
              width: 960px;
              background-color: #1C4D00;
              padding-left: 20px;
              padding-right: 20px;
              padding-top: 20px;
              padding-bottom: 20px;
    #noven_contain {
              float: left;
              height: 250px;
              width: 960px;
    #noven_pic {
              float: left;
              height: 250px;
              width: 360px;
              font-family: "Myriad Pro";
              font-size: 36px;
              color: #A39E42;
    #noven_menu {
              float: right;
              height: 250px;
              width: 600px;
    #novenas_foot_contain {
              float: left;
              height: 100px;
              width: 1000px;
              background-color: #A39E42;
    #devotions_container {
              height: 957px;
              width: 1000px;
              background-color: #FFF;
    #devotions_body {
              float: left;
              height: 630px;
              width: 960px;
              background-color: #1C4D00;
              padding-left: 20px;
              padding-right: 20px;
              padding-top: 20px;
              padding-bottom: 20px;
    #devo_head_left {
              float: left;
              height: 50px;
              width: 470px;
              font-size: 36px;
              font-family: "Myriad Pro";
              color: #A39E42;
    #devo_head_right {
              float: right;
              height: 50px;
              width: 470px;
              font-family: "Myriad Pro";
              font-size: 36px;
              color: #A39E42;
    #devo_content_contain {
              float: left;
              height: 230px;
              width: 960px;
    #devo_content_left {
              float: left;
              height: 230px;
              width: 470px;
    #devo_content_right {
              float: right;
              height: 230px;
              width: 470px;
    #devotions_foot_contain {
              float: left;
              height: 100px;
              width: 1000px;
              background-color: #A39E42;
    #saints_container {
              height: 1777px;
              width: 1000px;
              background-color: #FFF;
    #saints_body {
              float: left;
              height: 1450px;
              width: 960px;
              background-color: #1C4D00;
              padding-left: 20px;
              padding-right: 20px;
              padding-top: 20px;
              padding-bottom: 20px;
    #saint_cont {
              float: left;
              height: 230px;
              width: 960px;
    #saint_info {
              float: right;
              height: 200px;
              width: 660px;
    #saint_pic {
              float: left;
              height: 200px;
              width: 290px;
              font-family: "Myriad Pro";
              font-size: 36px;
              color: #A39E42;
              padding-right: 10px;
    #saints_foot_contain {
              float: left;
              height: 100px;
              width: 1000px;
              background-color: #A39E42;
    #mary_container {
              height: 1317px;
              width: 1000px;
              background-color: #FFF;
    #mary_body {
              float: left;
              height: 990px;
              width: 960px;
              background-color: #1C4D00;
              padding-left: 20px;
              padding-right: 20px;
              padding-top: 20px;
              padding-bottom: 20px;
    #mary_info {
              float: right;
              height: 180px;
              width: 640px;
              padding-left: 10px;
              padding-right: 10px;
              padding-top: 10px;
              padding-bottom: 10px;
              background-color: #FFF;
              font-style: Myriad Pro;
    #mary_foot_contain {
              float: left;
              height: 100px;
              width: 1000px;
              background-color: #A39E42;
    #sacraments_container {
              height: 2007px;
              width: 1000px;
              background-color: #FFF;
    #sacraments_body {
              float: left;
              height: 1680px;
              width: 960px;
              background-color: #1C4D00;
              padding-left: 20px;
              padding-right: 20px;
              padding-top: 20px;
              padding-bottom: 20px;
    #sacraments_foot_contain {
              float: left;
              height: 100px;
              width: 1000px;
              background-color: #A39E42;
    #videos_container {
              height: 959px;
              width: 1000px;
              background-color: #FFF;
    #videos_body {
              float: left;
              height: 1400px;
              width: 960px;
              background-color: #1C4D00;
              padding-left: 20px;
              padding-right: 20px;
              padding-top: 20px;
              padding-bottom: 20px;
    #vids_left {
              float: left;
              height: 737px;
              width: 470px;
    #vids_right {
              float: right;
              height: 737px;
              width: 470px;
    #vid_frame {
              float: left;
              height: 368px;
              width: 470px;
    #vid_list {
              float: left;
              height: 410px;
              width: 940px;
              background-color: #A39E42;
              padding-left: 10px;
              padding-right: 10px;
              padding-top: 10px;
              padding-bottom: 10px;
              font-family: "Myriad Pro";
              color: #1C4D00;
    #vid_L {
              float: left;
              height: 410px;
              width: 460px;
              font-family: "Myriad Pro";
    #vid_R {
              float: right;
              height: 410px;
              width: 460px;
              font-family: "Myriad Pro";
    #vid_LL {
              float: left;
              height: 410px;
              width: 220px;
              font-family: "Myriad Pro";
    #vid_RR {
              float: right;
              height: 410px;
              width: 220px;
              font-family: "Myriad Pro";
    #videos_foot_contain {
              float: left;
              height: 100px;
              width: 1000px;
              background-color: #A39E42;
    #resources_container {
              height: 1117px;
              width: 1000px;
              background-color: #FFF;
    #resources_body {
              float: left;
              height: 790px;
              width: 960px;
              background-color: #1C4D00;
              padding-left: 20px;
              padding-right: 20px;
              padding-top: 20px;
              padding-bottom: 20px;
    #resources_link_bod {
              float: left;
              height: 560px;
              width: 960px;
    #resources_link_left {
              float: left;
              height: 560px;
              width: 450px;
              padding-left: 10px;
              padding-right: 10px;
              font-family: "Myriad Pro";
              background-color: #7DA563;
    #resources_link_right {
              float: right;
              height: 420px;
              width: 450px;
              padding-left: 10px;
              padding-right: 10px;
              font-family: "Myriad Pro";
              background-color: #7DA563;
    #resources_foot_contain {
              float: left;
              height: 100px;
              width: 1000px;
              background-color: #A39E42;
    #blogs_container {
              height: 849px;
              width: 1000px;
              background-color: #FFF;
    #blogs_body {
              float: left;
              height: 522px;
              width: 960px;
              background-color: #1C4D00;
              padding-left: 20px;
              padding-right: 20px;
              padding-top: 20px;
              padding-bottom: 20px;
    #blogs_content {
              float: left;
              height: 320px;
              width: 940px;
              padding-left: 10px;
              padding-right: 10px;
              padding-top: 20px;
              background-color: #7DA563;
    #blogs_content_left {
              float: left;
              height: 320px;
              width: 470px;
              text-align: center;
    #blogs_content_right {
              float: right;
              height: 320px;
              width: 470px;
              text-align: center;
    #blogs_people_left {
              float: left;
              height: 320px;
              width: 235px;
              font-family: "Myriad Pro";
    #blogs_people_right {
              float: right;
              height: 320px;
              width: 235px;
              font-family: "Myriad Pro";
    #blogs_foot_contain {
              float: left;
              height: 100px;
              width: 1000px;
              background-color: #A39E42;
    #collegetips_container {
              height: 1032px;
              width: 1000px;
    #collegetips_body {
              float: left;
              height: 705px;
              width: 960px;
              padding-left: 20px;
              padding-right: 20px;
              padding-top: 20px;
              padding-bottom: 20px;
              background-color: #1C4D00;
    #tips_contain {
              float: left;
              height: 300px;
              width: 960px;
    #tips_left {
              float: left;
              height: 250px;
              width: 470px;
    #tips_title {
              float: left;
              height: 50px;
              width: 960px;
    #tips_right {
              float: right;
              height: 250px;
              width: 470px;
    #collegetips_foot_contain {
              float: left;
              height: 100px;
              width: 1000px;
              background-color: #A39E42;
    #dosanddonts_container {
              height: 1357px;
              width: 1000px;
              background-color: #FFF;
    #dosanddonts_body {
              float: left;
              height: 1110px;
              width: 960px;
              background-color: #1C4D00;
              padding-left: 20px;
              padding-right: 20px;
              padding-top: 20px;
              padding-bottom: 20px;
    #dosanddonts_content {
              float: left;
              height: 1020px;
              width: 940px;
              padding-left: 10px;
              padding-right: 10px;
              padding-top: 10px;
              padding-bottom: 10px;
              background-color: #7DA563;
    #dosanddonts_foot_contain {
              float: left;
              height: 100px;
              width: 1000px;
              background-color: #A39E42;
    #collegesuccess_container {
              height: 977px;
              width: 1000px;
              background-color: #FFF;
    #collegesuccess_body {
              float: left;
              height: 650px;
              width: 960px;
              background-color: #1C4D00;
              padding-left: 20px;
              padding-right: 20px;
              padding-top: 20px;
              padding-bottom: 20px;
    #collegesuccess_content {
              float: left;
              height: 560px;
              width: 940px;
              padding-left: 10px;
              padding-right: 10px;
              padding-top: 10px;
              padding-bottom: 10px;
              background-color: #7DA563;
              font-family: "Myriad Pro";
    #collegesuccess_foot_contain {
              float: left;
              height: 100px;
              width: 1000px;
              background-color: #A39E42;
    #findingafit_container {
              height: 1586px;
              width: 1000px;
              background-color: #FFF;
    #findingafit_body {
              float: left;
              height: 1259px;
              width: 960px;
              background-color: #1C4D00;
              padding-left: 20px;
              padding-right: 20px;
              padding-top: 20px;
              padding-bottom: 20px;
    #findingafit_content {
              float: left;
              height: 1169px;
              width: 940px;
              padding-left: 10px;
              padding-right: 10px;
              padding-top: 10px;
              padding-bottom: 10px;
              background-color: #7DA563;
              font-family: "Myriad Pro";
    #findingafit_foot_contain {
              float: left;
              height: 100px;
              width: 1000px;
              background-color: #A39E42;
    #whycollege_container {
              height: 1049px;
              width: 1000px;
              background-color: #FFF;
    #whycollege_body {
              float: left;
              height: 722px;
              width: 960px;
              background-color: #1C4D00;
              padding-left: 20px;
              padding-right: 20px;
              padding-top: 20px;
              padding-bottom: 20px;
    #whycollege_content {
              float: left;
              height: 630px;
              width: 940px;
              padding-left: 10px;
              padding-top: 10px;
              padding-bottom: 10px;
              padding-right: 10px;
              background-color: #7DA563;
              font-family: "Myriad Pro";
    #whycollege_foot_contain {
              float: left;
              height: 100px;
              width: 1000px;
              background-color: #A39E42;
    #searchengines_container {
              height: 1037px;
              width: 1000px;
              background-color: #FFF;
    #searchengines_body {
              float: left;
              height: 770px;
              width: 960px;
              background-color: #1C4D00;
              padding-left: 20px;
              padding-right: 20px;
              padding-top: 20px;
              padding-bottom: 20px;
    #searchengines_link_bod {
              float: left;
              height: 650px;
              width: 960px;
    #searchengines_link_left {
              float: left;
              height: 650px;
              width: 450px;
              padding-left: 10px;
              padding-right: 10px;
              font-family: "Myriad Pro";
              background-color: #7DA563;
    #searchengines_link_right {
              float: right;
              height: 650px;
              width: 450px;
              padding-left: 10px;
              padding-right: 10px;
              font-family: "Myriad Pro";
              background-color: #7DA563;
    #searchengines_foot_contain {
              float: left;
              height: 100px;
              width: 1000px;
              background-color: #A39E42;
    #outsidescholarships_container {
              height: 1129px;
              width: 1000px;
              background-color: #FFF;
    #outsidescholarships_body {
              float: left;
              height: 802px;
              width: 960px;
              background-color: #1C4D00;
              padding-left: 20px;
              padding-right: 20px;
              padding-top: 20px;
              padding-bottom: 20px;
    #outsidescholarships_link_bod {
              float: left;
              height: 682px;
              width: 960px;
    #outsidescholarships_link_left {
              float: left;
              height: 570px;
              width: 450px;
              padding-left: 10px;
              padding-right: 10px;
              font-family: "Myriad Pro";
              background-color: #7DA563;
    #outsidescholarships_link_right {
              float: right;
              height: 682px;
              width: 450px;
              padding-left: 10px;
              padding-right: 10px;
              font-family: "Myriad Pro";
              background-color: #7DA563;
    #outsidescholarships_foot_contain {
              float: left;
              height: 100px;
              width: 1000px;
              background-color: #A39E42;
    #generalinformation_container {
              height: 859px;
              width: 1000px;
              background-color: #FFF;
    #generalinformation_body {
              float: left;
              height: 532px;
              width: 960px;
              background-color: #1C4D00;
              padding-left: 20px;
              padding-right: 20px;
              padding-top: 20px;
              padding-bottom: 20px;
    #generalinformation_content {
              float: left;
              height: 400px;
              width: 940px;
              font-family: "Myriad Pro";
              padding-left: 10px;
              padding-right: 10px;
              padding-top: 10px;
              background-color: #7DA563;
    #generalinformation_foot_contain {
              float: left;
              height: 100px;
              width: 1000px;
              background-color: #A39E42;
    #p2bcscholarship_container {
              height: 672px;
              width: 1000px;
              background-color: #FFF;
    #p2bcscholarship_body {
              float: left;
              height: 365px;
              width: 960px;
              background-color: #1C4D00;
              padding-left: 20px;
              padding-right: 20px;
              padding-top: 20px;
              padding-bottom: 20px;
    #p2bcscholarship_content {
              float: left;
              height: 275px;
              width: 940px;
              padding-left: 10px;
              padding-right: 10px;
              padding-top: 10px;
              padding-bottom: 10px;
              background-color: #7DA563;
              font-family: "Myriad Pro";
    #p2bcscholarship_foot_contain {
              float: left;
              height: 100px;
              width: 1000px;
              background-color: #A39E42;

Maybe you are looking for

  • Problem Using Aperture as an External Editor

    I'm having a problem using Aperture as an external editor for iPhoto. I've set preferences to "Edit in Aperture" and selected the Aperture application. When I click edit a photo in iPhoto, Aperture fires up as expected, but it does not load my photo.

  • GL ASSIGNMENT OF ACTUAL OVERHEAD CALCULATION

    Dear Gurus, for actual overhead calculation, i go through transaction CO43.So just after executing for the plant based on the period, system automatically post all the orders to the specific GL a/cs. so i want to know where the exactly GL assginments

  • Copy code from 1 SAP instance to another.

    Is there a way to copy code from one client to another client eg. I developed a RFC with a new table (Z-Table). How can I transport that defelopment?

  • CRM 5.0 Navigation bar entry that navigates to a custom BSP

    Hello all, I'm currently trying to add an entry in the navigation bar that redirects the webclient to a custom BSP. I changed the navigation profile and added an entry that should point to a 'Navigational Link' ('Type of navigation'). When I use the

  • Roll up sub equipment cost to Superior Equipment

    Hello, Is there a way to see sub equipment cost to the superior equipment. We have a pump (superior) then under that we have motor (sub) and elec (sub). Is there a way to see the total cost of the two subs in the superior. Thanks.