Background images/designs, HELP!

I need help.
This is in a very basic form from when I was playing around getting ideas prior to even working in DW... I promise you it is 100X better lol but basically I'm trying to set up a website to look like this:
I have it set up in Dreamweaver currently with that outside border in separate cells in a table and they all line up now and work nicely and the large center white box where the text is going is is in the center cell. However, my issue is that I can't put the text over this now. How do I do this? There HAS to be a way to put the outside border and the inside white box in the background so I can still layer the text over them. I tried setting them as the page background but they are stuck to the left and I can't move them to the center.
I hope I explained it well enough. Does anyone have any ideas? This is holding up the rest of the website because I cannot figure it out
This is the first website I have done outside of class and my professor that taught the web design class openly admitted that she doesn't know dreamweaver well at all and basically we had to teach ourselves out of a book and online videos (which is why I am having this issue) and of course, websites are my weakest point. It was a waste-of-money class but unfortunately was a required one.
Any help/ideas/tips/tricks/etc would be GREATLY appreciated!!!
PS: What are the really good tutorial websites for dreamweaver?

As Fiona said, you need to be able to work with Code View.  If you don't spend some time learning basic HTML and CSS first, DW will punish & frustrate you no end.
Start here: 
http://w3schools.com
3-Image Slices in a CSS layout
http://alt-web.com/DEMOS/Image-slices-in-a-CSS-based-layout.shtml
More advanced
Taking a Fireworks or Photoshop comp to a CSS based layout in DW
http://www.adobe.com/devnet/fireworks/articles/web_standards_layouts_pt1.html
DO NOT USE LAYERS until you understand how they work.
Absolutely Positioned Divisions or DW "Layers"
http://apptools.com/examples/pagelayout101.php
Nancy O.
Alt-Web Design & Publishing
Web | Graphics | Print | Media  Specialists
www.alt-web.com/
www.twitter.com/altweb

Similar Messages

  • Best practice for Spark repeating background image in a SkinnableContainer?

    In my old Flex 3.5 code I would accomplish this by dropping an Image into a Canvas and hitting the Canvas with some css style stuff to get the repeat.  The Image tag had a source property that would take a web address so I could dynamically grab different images from the web based on some conditions.  Little bit more trouble with Flex 4.5 and Spark but I'm trying to get there.
    Here Adobe docs explain how to *embed* a background image:
    http://help.adobe.com/en_US/flex/using/WS422719A4-7849-4921-AF39-57FF567B483B.html#WS063B0 491-B7AB-4b00-A39F-E44310BCB0E0
    They use a BitmapFill object in the skin.
    <!-- background fill -->
        <s:Rect id="background" left="3" top="3" right="3" bottom="3" alpha=".25">
            <s:fill>
                <s:BitmapFill source="@Embed(source='../../assets/myImage.jpg')"/>
            </s:fill>
        </s:Rect>
    Problem is I need to do this without embedding the image.  In my old code I grabbed the image from web (set source property on Image tag to web address).  What's the best practice for achieving this with a skinnable container?  The BitmapFill object used above won't take a web address for a source.
    Thanks in advance.

    Use BitmapImage with a fillMode of repeat:
    <s:BitmapImage source="http://www.google.com/intl/en_com/images/srpr/logo2w.png" width="100%" height="100%" scaleMode="stretch" fillMode="repeat" />

  • Background-image of a Design Studio 1.3 extension is not displayed when the control is  dragged on the canvas

    Hello,
    I have a Design Studio Extension with a background image which behave well in Design Studio 1.2.
    In Design Studio 1.3 when I drag the control into the canvas the image does not show-up. If I execute the application the image appear in the browser even is not in the canvas.Once I save and reopen the application the image is displayed on the canvas as expected.
    I built an extension based on  the 'Timer' sample which comes with the DS_13_SDK_Samples ( it has a background image) and it behaves the same way - when you drag the control on the canvas, the image is not displayed.
    Any help to solve this issue is much appreciated.
    Thank you.

    It does start to work once I save and reopen or even when I run.
    I tried the inline style but the behavior is much stranger. It does work if I have a full address url to an image, but if my image is part of the control's folder structure it fails completely - it cannot map the right address to the image. The only configuration that appears to work better is the one with the original problem.
    Thank you.

  • I need help Centering a div box to a background image using dreamweaver cs5.5.

    I need help Centering a div box to a background image using dreamweaver cs5.5. Everything shift left when viewing on different size monitors?  See what I mean at
    www.woodlandhospice.com

    Have you looked at your page with images disabled?
    I urge you to re-think this approach to web design because images of text are not indexed by search engines, screen readers or translators.  Given the demographic group your site is targeting, you really need to ensure maximum web accessibility for all users.
    Navigation, headings and descriptions all need to be in real text -- not images of text.
    Ken is right.  Absolute positioning is pure poison for such a simple layout.  My advice is to start over with one of the pre-built Starter Pages in DW.  Go to File > New > Blank page > HTML.  Select a layout from the 3rd column and hit CREATE button.
    Nancy O.

  • How to get background image in cell not to repeat help please.

    hi folks,
    i want to fill a cell with a background image and not have
    the image repeat if the cell is resized by a viewer by enlarging
    the text. (Previously i jsut used CSS to control the text, so it
    couldn't be rezied, but now it seems that firefox ignores the CSS).
    ANyway i would like people not to be able to resize the cell and
    the background not to repeat.
    Here is an example that when the text is resized the
    background image and cell saty the same but a scroll bar appears
    for the text.
    http://www.stephenhuyler.com/projects.cfm
    thanks for any help!

    Use CSS -
    td.special { background-repeat:no-repeat; }
    for this cell -
    <td class="special"....
    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
    ==================
    "intolight" <[email protected]> wrote in
    message
    news:enh08e$8u9$[email protected]..
    > hi folks,
    >
    > i want to fill a cell with a background image and not
    have the image
    > repeat if
    > the cell is resized by a viewer by enlarging the text.
    (Previously i jsut
    > used
    > CSS to control the text, so it couldn't be rezied, but
    now it seems that
    > firefox ignores the CSS). ANyway i would like people not
    to be able to
    > resize
    > the cell and the background not to repeat.
    >
    > Here is an example that when the text is resized the
    background image and
    > cell
    > saty the same but a scroll bar appears for the text.
    >
    http://www.stephenhuyler.com/projects.cfm
    >
    > thanks for any help!
    >

  • Need help flushing background image to top of browser window

    OK, this may be a very common problem, I'm just an idiot. In
    Dreamweaver I have a background image in a centered div on the
    page. Can anyone help me get that div to the absolute top of that
    screen? I've already set the body tag to 'margin=0 padding=0' but I
    don't know what else to do. Now when I look at it it's fine on my
    pc but the mac is the one that displays the space....Help!
    -Thanks, Nathan
    Website in question:
    www.stormsheltersdirect.com

    Your site is asking for a user name and password?

  • PLEASE Help with HTML code for email background image...

    Hi there!
    i have a background image that I want to pop into an html email widget for the email's background...  here is the web link I created in Photoshop: file:///C:/Users/Rachel/Desktop/iMuse%20Clients/LeadMachine360/Email%20Signatures/tileabl e-metal-textures-2.html
    If anyone could please help me out that would be AWESOME!  I've attached pics of the background & I'm using Infusionsoft email builder which allows for HTML widgets.  I have a code that I use for my landing pages & webforms which works, tried that but no dice!
    Any help would be much appreciated - I'm an html newbie!
    Here is the code that I use for landing pages & works great, tried it for the email & it was a fail:
    <style>
      #mainContent .background, {
          background: url('file:///C:/Users/Rachel/Desktop/iMuse%20Clients/LeadMachine360/Email%20Signatures/ti leable-metal-textures-2.html') no-repeat center center fixed;
        background-size: cover;
    </style>
    <script src="file:///C:/Users/Rachel/Desktop/iMuse%20Clients/LeadMachine360/Email%20Signatures/ti leable-metal-textures-2.html">
    </script>
    <script>
      jQuery(document).ready(
          function(){
          jQuery(' table.bodyContainer').removeAttr('bgcolor');
    </script>
    thanks in advance!
    Muse

    Not sure what you expect. Your URL is absolute and pointing to a local file resource. It's not a proper relative HTML link. Beyond that it's toatlly unclear how you actually plan to load your image and where they are hosted, so nobody can tell you anything. Either way, there is an obviously painful lack of understanding of even the most basic web techniques, so the best advise anyone would give you is to spend some time with a web search and actualyl learn some of that stuff...
    Mylenium

  • Help with background image center position in firefox

    See here on
    firefox<<<
    i dont know whats going wrong, i tried many different ways
    with divs only but doesnt work...
    any help appreciated...
    css
    /* CSS Document */
    body {
    background-image:url("resources.jpg");
    background:url("resources.gif") no-repeat center;
    .textstyle01res {
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:62%;
    color:#FFFFFF !important;
    text-align:center;
    padding-top:360px;
    text-decoration:none;
    .textstyle01res a {
    color:#FFFFFF !important;
    text-align:center;
    padding-top:360px;
    text-decoration:none;
    html
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0
    Transitional//EN" "
    http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="
    http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html;
    charset=iso-8859-1" />
    <link href='res.css' rel="stylesheet" type="text/css"
    media="screen" />
    <title>Feast of Marriage - Resources</title>
    <style type="text/css">
    <!--
    body {
    background-color: #147972;
    -->
    </style>
    </head>
    <body>
    <div style="width:940px; height:140px;">
    </div>
    <div style="padding-left:227px;" align="center">
    <table width="200" border="0">
    <tr>
    <td><img src="res-a.jpg" border="0"
    alt=""/></td>
    </tr>
    </table>
    </div>
    </body>
    </html>

    css:
    table#centerTable {
    margin-left: auto;
    margin-right: auto;
    html:
    <body>
    <div style="width:940px; height:140px;"></div>
    <table id="centerTable" width="200" border="0">
    <tr>
    <td><img src="res-a.jpg" border="0"
    alt=""/></td>
    </tr>
    </table>
    </body>
    Lampros_uk wrote:
    >
    http://www.3ddream.net/feast/resources.html<<<
    > i dont know whats going wrong, i tried many different
    ways with divs only but
    > doesnt work...
    > any help appreciated...
    >
    > css
    > /* CSS Document */
    >
    >
    > body {
    > background-image:url("resources.jpg");
    > background:url("resources.gif") no-repeat center;
    > }
    >
    > .textstyle01res {
    > font-family:Verdana, Arial, Helvetica, sans-serif;
    > font-size:62%;
    > color:#FFFFFF !important;
    > text-align:center;
    > padding-top:360px;
    > text-decoration:none;
    > }
    > .textstyle01res a {
    > color:#FFFFFF !important;
    > text-align:center;
    > padding-top:360px;
    > text-decoration:none;
    > }
    > --------------
    >
    > html
    > <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0
    Transitional//EN"
    > "
    http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    > <html xmlns="
    http://www.w3.org/1999/xhtml">
    > <head>
    > <meta http-equiv="Content-Type" content="text/html;
    charset=iso-8859-1" />
    > <link href='res.css' rel="stylesheet" type="text/css"
    media="screen" />
    > <title>Feast of Marriage - Resources</title>
    > <style type="text/css">
    > <!--
    > body {
    > background-color: #147972;
    > }
    > -->
    > </style>
    > </head>
    > <body>
    > <div style="width:940px; height:140px;">
    > </div>
    >
    >
    > <div style="padding-left:227px;" align="center">
    > <table width="200" border="0">
    > <tr>
    > <td><img src="res-a.jpg" border="0"
    alt=""/></td>
    > </tr>
    > </table>
    > </div>
    > </body>
    > </html>
    >
    >

  • Background image in dreamweaver help?

    Thanks for looking,
    I have this menu I made:
    http://www.ivoog.com/link4
    How can I make the background image fit? You can see that its
    kindof messed up. How do I make it fit? Please explain or show.
    Thanks!

    As explained in previous posts, you cannot do what you want
    without using
    one of the alternatives mentioned now in this post and all
    the previous
    ones..
    The offer still stands from the previous few posts.
    I'd be happy to help.
    Make the menu in pop menu magic, post the page, and I'll be
    happy to show
    you how to change the CSS and use a repeating background
    texture image and
    borders to make them look like you want.
    Take care,
    Tim
    "hahahaadobeman" <[email protected]> wrote
    in message
    news:fotb49$5pe$[email protected]..
    > Thanks for looking,
    > I have this menu I made:
    >
    >
    http://www.ivoog.com/link4
    >
    > How can I make the background image fit? You can see
    that its kindof
    > messed
    > up. How do I make it fit? Please explain or show.
    Thanks!
    >

  • Help needed to create a Background Image

    I have a mobile project and want to create a background image which is visible below some text.
    My firstview file is as follows:
    <?xml version="1.0" encoding="utf-8"?>
    <s:View xmlns:fx="http://ns.adobe.com/mxml/2009"
                        xmlns:s="library://ns.adobe.com/flex/spark" title="HomeView"
                        skinClass="skins.mySkin" backgroundAlpha="0">
      <fx:Declarations>
      <!-- Place non-visual elements (e.g., services, value objects) here -->
      </fx:Declarations>
              <s:Label  x="2" y="86" text="Here's some Text" />
    </s:View>
    With mySkin (in the skins folder) as follows:
    <?xml version="1.0" encoding="utf-8"?>
    <s:Skin name="CustomApplicationSkin"
                        xmlns:fx="http://ns.adobe.com/mxml/2009"
                        xmlns:s="library://ns.adobe.com/flex/spark">
      <fx:Metadata>
                        <![CDATA[
                        [HostComponent("spark.components.View")]
                        ]]>
      </fx:Metadata>
      <s:states>
                        <s:State name="normal" />
                        <s:State name="disabled" />
      </s:states>
      <s:BitmapImage width="10%" height="10%" source="@Embed('/images/myImage.jpg')"/>
              <s:Group id="contentGroup" width="10%" height="10%" minWidth="0" minHeight="0" />
              <s:ViewNavigator id="navigator" width="10%" height="10%" />
    </s:Skin>
    When I run the project, I cannot see the Label text (although the backgroundAlpha is set to zero).
    First time I've tried a skin, so help would be appreciated and hopefully.
    Thanks in Advance

    A small change to the mySkin file as follws wored:
              <s:BitmapImage width="100%" height="100%" scaleMode="letterbox" horizontalAlign="center"
                     verticalAlign="middle" source="@Embed('/images/myImage.jpg')"/>
              <s:Group id="contentGroup" width="100%" height="100%" minWidth="0" minHeight="0" />
    I took the ViewNavigator line out.

  • Background image help

    I haven't used fireworks in a long while, and I can't figure
    out how to set an image as my background.
    Any help out there would be appreciated.
    Thanks
    Acromedian

    Ah. Sure...the term in Fireworks is texture. Search your
    Fireworks help file for "texture." There should be an entry on
    adding a custom texture. For CS3, the instructions are
    quote:
    Adding a custom texture
    You can use bitmap files from Fireworks and other
    applications as textures. You can apply textures from files with
    these formats: PNG, GIF, JPEG, BMP, TIFF, and PICT (Macintosh
    only).
    When you add a new texture, its name appears in the Texture
    Name pop-up menu.
    To create a new texture from an external file:
    1. With vector object properties displayed in the Property
    inspector, select Other from either of the Texture Name pop-up
    menus.
    2. Navigate to the bitmap file you want to use as the new
    texture, and click Open.
    The new texture is added to the Texture Name list in
    alphabetical order.
    Help Resource Center
    This
    page on the Web
    To get the menu, you need to have a vector object selected.
    If you don't have one, just make a rectangle and go from there. You
    won't be able to fill your canvas, you'll have to make a vector
    rectangle the size of your canvas to fill, anyway.
    Hope that helps! (Oh...the link goes to the same info, for
    CS3. If you have a different version, you should be able to link
    from there to the same info for your version.)

  • Need Help with Complex Background Images

    Hey, Macromedia, I mean, Adobe Dreamweaver users. I have a
    dilemma, before you read further, look at this website:
    https://statons.rtotogo.com/rtotogostore/rto_store/sign_in.asp.
    Notice the background images. The light tan stripe at the top, the
    orange/yellow stripe beneath it, and the darker tan color that
    encompasses the rest of the background. When you go to a longer
    page on the site, the top two colors do not repeat, and as the page
    shrinks on smaller pages, so does the darker tan background. How
    can I do this? I've seen it done before, and I read the source
    code, but I am confused as to how I can accomplish this..... Please
    advise! I am in desperate need of your expertise!
    Thanks in advance for the help.
    Chuck

    It's controlled using CSS check out the css script and the
    backgounds are
    set to repeat along the x axis only
    cheers
    Ian
    [email protected]
    http://www.edwards-micros.co.uk
    "ChuckRWD" <[email protected]> wrote in
    message
    news:e93ha7$lmi$[email protected]..
    > Hey, Macromedia, I mean, Adobe Dreamweaver users. I have
    a dilemma,
    > before you
    > read further, look at this website:
    >
    https://statons.rtotogo.com/rtotogostore/rto_store/sign_in.asp.
    Notice
    > the
    > background images. The light tan stripe at the top, the
    orange/yellow
    > stripe
    > beneath it, and the darker tan color that encompasses
    the rest of the
    > background. When you go to a longer page on the site,
    the top two colors
    > do
    > not repeat, and as the page shrinks on smaller pages, so
    does the darker
    > tan
    > background. How can I do this? I've seen it done before,
    and I read the
    > source code, but I am confused as to how I can
    accomplish this.....
    > Please
    > advise! I am in desperate need of your expertise!
    >
    > Thanks in advance for the help.
    > Chuck
    >

  • Setting a background image using CSS Designer

    I am trying to set a background image for a page header using the CSS Designer. When I click the browse button the Select Image Source dialog box launches but any time I click on something the dialog box closes and no changes are made. Does anyone know what is causing this?

    Which DW are you using and which platform/OS, please? I am unable to reproduce this with CC2014 on OS10.9.4

  • Help With Photoshop CS4 + background image

    So I'm trying to edit this background image for my myspace page, it looked fine in photoshop cs4, even when I previewed the image with the save to web and devices , the image looks fine. I also saved the iamge with the highest quality settings I could as a JPG. But when I add it to my myspace page the image becomes blurry , it's hard to see everything
    www.myspace.com/jchase45
    I know it's not the code becuase the code is exactly the same , the only thign I changed was the image adress. The only part of the iamge i changed in cs4 was the logos, i didnt change the iamge size its stil lthe same.
    Please any help would be greatly apreciated, if you need me to uplaod my project jsut let me know.
    Thank you

    My favorite way is to run the python script that comes with the license repair tool.
    http://helpx.adobe.com/x-productkb/global/error-licensing-stopped-mac-os.html#main_Solutio n_2__Run_the_License_Repair_Tool
    Download the License Recovery dmg file and carefully follow the instructions for Mac OS 10.7
    I know it works, I have successfully recovered from a 150:30 before using this script properly.

  • Background Image Disappears in Design View

    Hi, I am new to website design and just recently the background image stopped showing up in design view.  When I switch to live view and check in the browser though the background shows up again.  It used to work before but it just stopped working recently.  I have been trying to find a solution but it has not been working out.  If anyone has any ideas as to what could fix my problem, it would be greatly appreciated.
    Here is my css
    @charset "UTF-8";
    #container {
              height: 1280px;
              width: 960px;
              margin-top: 0px;
              margin-right: auto;
              margin-bottom: auto;
              margin-left: auto;
              position: relative;
              background-image: url(../Images/background%20copy.jpg);
              background-repeat: no-repeat;
    h3 {
              margin-top: 420px;
              margin-bottom: 195px;
              text-align: center;
              position: absolute;
              margin-left: 437.5px;
              text-transform: capitalize;
              font-variant: small-caps;
              font-size: 24px;
              font-style: inherit;
              text-decoration: underline;
    h2
              margin-top: 160px;
              margin-bottom: 195px;
              text-align: center;
              position: absolute;
              margin-left: 230px;
              text-transform: capitalize;
              font-variant: small-caps;
    p1
              margin-top: 350px;
              position: absolute;
              margin-left: 40px;
              margin-right: 60px;
              font-size: 18px;
              text-align: center;
    When i turn it on live view it is also formatted correctly and everything.  But when it is on just design or split view the text and all of the pictures don't follow any of the css.          

    <!doctype html>
    <html>
    <head>
    <meta charset="UTF-8">
    <title>LADC Companies</title>
    <meta name="keywords" content="LADC Companies,commercial lawn service, services, snow removal, concrete romval, Home Depot, Kohl's">
    <link href="CSS/styles.css" rel="stylesheet" type="text/css">
    <style type="text/css">
    #NavBar {
              height: 36px;
              width: 960px;
              margin-right: auto;
              margin-left: auto;
              margin-top: 102px;
              margin-bottom: 146px;
              border-top-style: none;
              border-right-style: none;
              border-bottom-style: none;
              border-left-style: none;
              position: absolute;
              left: auto;
              top: auto;
              right: auto;
              bottom: auto;
    #apDiv1 {
              position: absolute;
              width: 200px;
              height: 115px;
              z-index: 1;
              left: 65px;
              top: 197px;
    #apDiv2 {
              position: absolute;
              width: 207px;
              height: 143px;
              z-index: 1;
              left: 268px;
              top: 197px;
    #apDiv3 {
              position: absolute;
              width: 201px;
              height: 142px;
              z-index: 1;
              left: 204px;
              top: 0px;
    #apDiv4 {
              position: absolute;
              width: 200px;
              height: 115px;
              z-index: 1;
              left: 684px;
              top: 205px;
    #apDiv5 {
              position: absolute;
              width: 200px;
              height: 115px;
              z-index: 2;
              left: 410px;
              top: 13px;
    #apDiv6 {
              position: absolute;
              width: 200px;
              height: 115px;
              z-index: 1;
              left: 204px;
              top: 0px;
    </style>
    <script type="text/javascript">
    function MM_swapImgRestore() { //v3.0
      var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
    function MM_preloadImages() { //v3.0
      var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
        var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
        if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
    function MM_findObj(n, d) { //v4.01
      var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
        d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
      if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
      for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
      if(!x && d.getElementById) x=d.getElementById(n); return x;
    function MM_swapImage() { //v3.0
      var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
       if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
    </script>
    </head>
    <body onLoad="MM_preloadImages('Images/navover_01.gif','Images/navover_02.gif','Images/navover_ 03.jpg','Images/navover_04.gif','Images/navover_05.jpg')">
    <div id="container">
      <div id="NavBar"><a href="index.html" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Home','','Images/navover_01.gif',1)"><img src="Images/background-copy_01.gif" width="192" height="36" id="Home"></a><a href="#" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('About us','','Images/navover_02.gif',1)"><img src="Images/background-copy_02.gif" width="192" height="36" id="About us"></a><a href="#" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Services','','Images/navover_03.jpg',1)"><img src="Images/background-copy_03.jpg" width="192" height="36" id="Services"></a><a href="#" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Gallery','','Images/navover_04.gif',1)"><img src="Images/background-copy_04.gif" width="192" height="36" id="Gallery"></a><a href="#" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Contact Us','','Images/navover_05.jpg',1)"><img src="Images/background-copy_05.jpg" width="192" height="36" id="Contact Us"></a></div>
      <h2>LADC Companies... "your #1 outsource resource"</h2>
      <h3>Services</h3>
      <p1>LADC Companies has strived to put the service back into "service" since it started in 1986.  Since that time LADC has delivered, as promised, its commitment to first rate quality service with in-house personnel to meet its client strict demands and expectations.</p1>
      <div id="apDiv1"><img src="new truck.JPG" width="204" height="143" /></div>
      <div id="apDiv2"><img src="IMG_2425.jpg" width="204" height="143" alt="HOME depot" />
        <div id="apDiv3"><img src="Images/2011-07-26_12-59-24_137.jpg" width="204" height="143" />
          <div id="apDiv6"><img src="Images/DSCN0147.jpg" width="204" height="143" alt="concrete" /></div>
        </div>
    </div>
    </body>
    </html>

Maybe you are looking for

  • Iphone 4 voice memo crash?

    So i am an iphone 4 user. Just today, i have use my voice recorder to record a VERY IMPORTANT interview, the whole interview takes about 39:46s, and yes, i can remember the number so clearly is because i do take a look before i press the stop button.

  • Report with parameter form

    I am trying to run the report from menu with the following code declare repid REPORT_OBJECT; v_rep VARCHAR2(100); rep_status VARCHAR2(50); BEGIN repid := find_report_object('test'); SET_REPORT_OBJECT_PROPERTY(repid, REPORT_FILENAME, :global.user_dir|

  • Making confidential document restriction

    Hi, We need to create a property for KM document: confidential. Whenever a document is created with this property, it has to be non-editable and cannot be copied for a certain layout set. We have a admin layout set and a enduser layout set. For endus

  • 4GB RAM on MacBook Pro 15 ?

    I can put 4GB Ram on MacBook Pro 15 even if Activity Monitor and other similar applications will reveal that only 3 GB of SDRAM has been addressed for use by the computer ? you see apple doc : http://docs.info.apple.com/article.html?artnum=304662 I w

  • 3d Feature on Photoshop CS5

    I downloaded the trial for photoshop cs5 extended and I can't get the 3d to open.  Suggestions?