Having trouble inserting my images

Hello! I need to find a solution to this problem as soon as possible, because I'm working on my website design final that's due next Monday (12/08/2014).
I am having a really difficult time inserting my images. I don't understand why, that's something that should be the easiest thing to do. Whenever I insert an
image, it appears larger than it should. I've updated my software, and now I don't know how to scale the image.  Whenever I scaled it before, it would always
squish it.
So if anyone knows Anything, I would really appreciate any help I can get.
Thank you!

I pasted both of the codes for HTML and CSS below. It'll be a miracle if anyone can find a solution. I've been at this for days and I haven't gotten anywhere. I've
compared the code below with the code used in previous assignments, and I've reviewed it numerous times.. I can't find anything.
So, good luck!
And thanks for the help!
HTML:
<!doctype html>
</head>
<body>
<div class="gridContainer clearfix">
  <div id="content" class="fluid"><img src="assets/banner-france.jpg" alt="Banner" class="header_div"/>
<div class="fluid intro_paragraph">
  <p>
  <nav class="fluid menu_bar">
       <ul>
         <li><a href="index.html">Home</a></li>
         <li><a href="things_to_do.html">Things to Do</a></li>
         <li><a href="events.html">Events</a></li>
         <li><a href="accomodation.html">Accomodations</a></li>
         <li><a href="food_and_wine.html">Food and Wine</a></li>
       </ul>
  </nav>
  <h1>The Top Five Things to do in France</h1>
  <p>France is, without a doubt, one of the most fascinating countries in Europe. Every little corner of the country is worth visiting, regardless of season. Listed below are the top five places you will want to see when you visit France.</p>
  <h3>#1 Visit the Eiffel Tower</h3>
  <img src="assets/eiffel-tower.jpg" alt="Eiffel Tower" class="img_float"/>
<p>The Eiffel Tower was designed by one of France's greatest 19th century engineers, Gustave Eiffel. It was built in commemoration of the French Revolution. The structure took more than two years to complete. It is built of about 12,000 iron pieces, all of which were designed separately to give them the exact shape they needed. The Eiffel Tower welcomes more visiters than any other paid monument in the world, estimating to 7 million a year. The tower has three levels, and there are restaurants on the first and second.</p>
  <p>If you want to plan your visit to the Eiffel Tower, <a href="http://www.viator.com/Paris-attractions/Eiffel-Tower-tours-tickets/d479-a89">click here</a>.</p>
  <h3>#2 Visit the Louvre Museum</h3>
  <img src="assets/paris_attractions2.jpeg" alt="The Louvre Museum" class="img_float"/>
  <p>The Louvre Museum is one of the largest and most important museums in the world. The museum has a collection of over one million works of art - 35,000 of which are on display, spread out over three wings of the former palace. Some of the most famous works of art in the Louvre Museum are the Venus of Milo, the Nike of Samothrake, the Dying Slave by Michelangelo, and of course Leonardo da Vinci's Mona Lisa. </p>
  <p>If you want to plan your visit to the Louvre Museum, <a href="http://www.louvre.fr/en">click here</a>.</p>
  <h3>#3 Visit the Catacombs</h3>
  <img src="assets/catacombs2.jpg" alt="Catacombs" class="img_float"/>
<p>The Paris Catacombs holds the remains of some six million Parisians, whose bones were transferred from unhygienic and overcrowded cemeteries between the late eighteenth and mid nineteenth centuries. </p>
</div>
</div>
<div class="fluid footer_div"><span class="small_text">Copyright 2002 - 2016<br>
Last updated on
    <!-- #BeginDate format:Am1 -->December 3, 2014<!-- #EndDate -->
</span></div>
</div>
</body>
</html>
CSS:
@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/
img, object, embed, video {
  max-width: 100%;
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
  width:100%;
  Dreamweaver Fluid Grid Properties
  dw-num-cols-mobile: 4;
  dw-num-cols-tablet: 8;
  dw-num-cols-desktop: 12;
  dw-gutter-percentage: 25;
  Inspiration from "Responsive Web Design" by Ethan Marcotte
  http://www.alistapart.com/articles/responsive-web-design
  and Golden Grid System by Joni Korpi
  http://goldengridsystem.com/
.fluid {
  clear: both;
  margin-left: 0;
  width: 100%;
  float: left;
  display: block;
  background-color: #FFFFFF;
.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;       
/* Mobile Layout: 480px and below. */
.gridContainer {
  margin-left: auto;
  margin-right: auto;
  width: 86.45%;
  padding-left: 2.275%;
  padding-right: 2.275%;
  clear: none;
  float: none;
.header_div {
  height: 150px;
  margin-top: 10px;
  background-image: url(assets/banner-france.jpg);
.nav_div {
  width: 30%;
  float: left;
  border-top-width: thin;
  border-top-style: solid;
  border-right-width: thin;
  border-right-style: solid;
  border-left-style: solid;
  border-left-width: thin;
  text-indent: 3px;
.nav_ul {
  width: 100%;
  background-color: #A1D7E5;
  list-style-type: none;
  font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
  margin-left: 0;
.fluid.nav_div .fluid.fluidList.nav_ul li {
  border-bottom: thin solid #211E1E;
.intro_paragraph {
  width: 100%;
  float: none;
  clear: none;
  font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
.paragraph_text {
  width: 50%;
  display: block;
  float: right;
  vertical-align: top;
  clear: right;
.footer_div {
  text-align: center;
  font-size: small;
  background-color: #D3C08C;
  font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
  margin-top: 10px;
.img_div {
  margin-top: 10px;
  text-align: center;
.list_headings {
  color: #000033;
  font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
  font-weight: bold;
  font-size: large;
h1 {
  /* [disabled]font-family: source-sans-pro; */
  font-size: x-large;
  /* [disabled]font-style: normal; */
  /* [disabled]font-weight: 200; */
h2 {
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: large;
h3 {
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
.img_float {
  float: none;
  border: thin solid #312E2E;
.img_float_right {
  margin-top: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
  float: none;
  border: thin solid #312E2E;
.img_float_right {
  margin-top: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
  float: right;
  border: thin solid #272525;
  background-color: #FFFFFF;
.menu_bar {
  text-align: center;
  background-color: #DDC88E;
  width: 100%;
  margin-right: 0px;
  text-decoration: none;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  right: 0px;
.insert_logo {
  height: 0px;
  width: 983px;
  display: inline;
  margin-top: 10px;
  float: left;
ul li a {
  width: 100%;
  text-decoration: none;
  padding-left: 4%;
  padding-right: 4%;
li {
  display: inline;
ul li a:hover {
  color: #0025FF;
  background-color: #AF913F;

Similar Messages

  • I am new to Mac and am having trouble with uploading images from my pictures folder to Facebook and other share sites- some of my images are accessible while others are seemingly locked....

    I am new to Mac and am having trouble up loafing images from my pictures folder to photography sites and Facebook. Some of the saved images are accessible, while others are not, ( they are light colored and cannot be uploaded) I am not saving them any differently.

    Hi Robodisko,
    Thanks for your prompt reply...... 
    I often proof my work in preview then edit images in photoshop and rename from there.  The dsc images are renamed to correlate the name of the class etc.  i.e. dcs_001 is saved as the file name required 7A.jpeg etc.
    The file names are required to correlate what is what and so on..........

  • TS3276 Having trouble sending jpeg images as attachments in Mac email.....they go thru as images and PC users can't see the SAVE or QUICK LOOK boxes that Mac mail has.  One friend scrolled over the image, right clicked on it and saved as a PNG file.

    Having trouble sending jpeg images as attachments in Mac email.....they go thru as images and PC users can't see the SAVE or QUICK LOOK boxes that Mac mail has.  One friend scrolled over the image, right clicked on it and saved as a PNG file.

    Apple Mail isn't going to change the format of any of your attachments. it isn't going to corrupt them either.
    Exchange is a transport protocol and server. The issue you describe is not related to Exchange.
    There are many different versions of Microsoft Outlook in use and they all have e-mail bugs. Different versions have different bugs. Some Apple Mail hack to get around a bug in Outlook 2003 may cause the same message to be problematic in Outlook 2000. Fix them both and another issue will cause trouble in Outlook 2007. You can't fix this. Apple can't fix this. Microsoft can and has but that is irrelevant if your recipients are using older versions.
    One specific problem is that Apple Mail always sends image attachments inline, as images, not as iconized files. You can change this with Attachment Tamer. Just be aware that use of this software will break other things such as Stationery. E-mail is just a disaster. To date, no one outside of Apple has ever implemented the e-mail standards from 1993. Apple has continually changed its e-mail software to be more compatible with the de-facto standards that Netscape and Microsoft have unilaterally defined and people documented as "standards" after the fact. The e-mail messages that Apple Mail sends are 100% correct and do not violate any of the original standards from 1993 or the Microsoft/Netscape modifications. The problem is entirely bugs and limitations in various versions of Outlook.

  • Anyone having trouble sharing large images via email with Aperture 3 and OSX 10.7.2?

    I am having trouble sharing images via email with Aperture 3. No matter what size I have in the preferences, the image is thumbnail size. The requested size flashes on the email a couple of times but the small size remains and is sent. I am using OSX 10.7.2. Any suggestions how I may send larger sizes?
    oldgranddad

    I have taught many how to use GUI-based computers.  The number of controls they are aware of on the screen always progresses, usually linearly with the amount of time they spend actively learning the GUI.  Beginners are totally flummoxed that windows can hide other windows.  A step beyond that, they are amazed that they can resize windows using the mouse cursor.  Those two are trivial to most users today, but they illustrate 1. that there is nothing "intuitive" about the GUI, and 2. that the amount one perceives is dependant on the amount one knows. IME, this has nothing to do with age, and everything to do with experience using a GUI.
    Here is a good hint:  if you are using a Mac and can't figure out how to do something, look for something to click.    If you find something that seems promising, try "{Option}+clicking".
    The interface is richer than any one person can master.  Frank's statement "most times we all fail to see everything " is, imho, _always_ true.  We never see everything, even in the grossly limited resolution of our computer screens.

  • Having trouble inserting a logo into my video

    I am having difficulty inserting a logo into my video. Whenever, I am successful, and I go to play the video, the logo moves out of place. I deleted all of the effects but am still having trouble with it.

    We have no idea what the problem is or how you applied the logo from that brief description!

  • Having trouble displaying small image in Cart

    Hello everyone. I have been having trouble displaying the small image in my cart. I know that the image is there, yet it wont display. Any help would be appreciated. Thanks
    http://www.highestgoodclothing.com/men/stl-tee

    .productitemcell { }
    That in your css has no height.
    Add height:auto; to your code.

  • I am having trouble with .pdf image

    When I want to print a bill online that I have received, I only get half of the image of the bill on the right-hand side and on the left-hand side, I get a picture or image of my e-mail program with personal folder names. I don't want the e-mail image at all.
    How can I straighten out this problem.
    My O/S is Windows 7, 64-bit, 8 gb
    Thank you.
    Respectfully yours,
    Mimi Mansky
    [email protected]

         Inserting this image on behalf of Mimi because she was facing problem doing that
    Adobe Reader X 10.1.1012
    OS: Windows 7, 64-bit, 8 GB.

  • Having trouble with spry image slide show

    Im new to dw and i inserted a image slide show into my index.htm file, it works fine when i preview it in dw cs5.5.  When I try it on a web browser I get a dialog box that says that the spry panel selector .js requires spry widget.js and continues thru several other dialog boxes until my website loads only to see my image slideshow as a list.  Im not sure if its in the code or the support files can anyone help?  I would greatly appreciate it if someone can set me on the right path with this, Thank you in advance.
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <title>Pats IGA Supermarket</title>
    <link href="main.css" rel="stylesheet" type="text/css" />
    <script src="SpryAssets/SpryMenuBar.js" type="text/javascript"></script>
    <script src="Spry-UI-1.7/includes/SpryDOMUtils.js" type="text/javascript"></script>
    <script src="Spry-UI-1.7/includes/SpryDOMEffects.js" type="text/javascript"></script>
    <script src="Spry-UI-1.7/includes/SpryWidget.js" type="text/javascript"></script>
    <script src="Spry-UI-1.7/includes/SpryPanelSelector.js" type="text/javascript"></script>
    <script src="Spry-UI-1.7/includes/SpryPanelSet.js" type="text/javascript"></script>
    <script src="Spry-UI-1.7/includes/SpryFadingPanels.js" type="text/javascript"></script>
    <script src="Spry-UI-1.7/includes/SprySliderPanels.js" type="text/javascript"></script>
    <script src="Spry-UI-1.7/includes/SpryFilmStrip.js" type="text/javascript"></script>
    <script src="Spry-UI-1.7/includes/SpryImageLoader.js" type="text/javascript"></script>
    <script src="Spry-UI-1.7/includes/SpryImageSlideShow.js" type="text/javascript"></script>
    <script src="Spry-UI-1.7/includes/plugins/ImageSlideShow/SpryThumbnailFilmStripPlugin.js" type="text/javascript"></script>
    <script src="Spry-UI-1.7/includes/plugins/ImageSlideShow/SpryTitleSliderPlugin.js" type="text/javascript"></script>
    <script src="Spry-UI-1.7/includes/plugins/ImageSlideShow/SpryPanAndZoomPlugin.js" type="text/javascript"></script>
    <link href="SpryAssets/SpryMenuBarHorizontal.css" rel="stylesheet" type="text/css" />
    <style type="text/css">
    body {
        background-color: #9D5F16;
    </style>
    <link href="Spry-UI-1.7/css/ImageSlideShow/basicFS/basic_fs.css" rel="stylesheet" type="text/css" />
    <style type="text/css">
    /* BeginOAWidget_Instance_2141543: #frontpageslideshow */
    #frontpageslideshow {
        width: 951px;
        margin: 0px 0px 0px 0px;
        border: solid 0px #aaaaaa;
        background-color: #FFFFFF;
        padding-top: 0px;
    #frontpageslideshow .ISSName {
        top: -24px;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: normal;
        font-size: 18px;
        text-transform: uppercase;
        color: #AAAAAA;
    #frontpageslideshow .ISSSlideTitle {
        top: -18px;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: normal;
        font-size: 12px;
        overflow: hidden;
        color: #AAAAAA;
        text-transform: none;
    #frontpageslideshow .ISSClip {
        height: 361px;
        margin: 0 0px 0px 0px;
        border: solid 0px #ffffff;
        background-color: #ffffff;
    #frontpageslideshow .ISSControls {
        top: 0px;
        height: 361px;
    #frontpageslideshow .FilmStrip {
        height: 0px;
        background-color: #CCCCCC;
    #frontpageslideshow .FilmStripPreviousButton, #frontpageslideshow .FilmStripNextButton {
        width: 10px;
        height: 0px;
    #frontpageslideshow .FilmStripTrack {
        height: 0px;
    #frontpageslideshow .FilmStripContainer {
        height: 0px;
    #frontpageslideshow .FilmStripPanel {
        height: 0px;
        padding-left: 10px;
        margin-right: 0px;
    #frontpageslideshow .FilmStripPanel .ISSSlideLink {
        margin-top: 10px;
        border: solid 1px #AAAAAA;
        background-color: #FFFFFF;
    #frontpageslideshow .FilmStripPanel .ISSSlideLinkRight {
        border: solid 1px #AAAAAA;
        width: 56px;
        height: 47px;
        margin: 4px 4px 4px 4px;
    #frontpageslideshow .FilmStripCurrentPanel .ISSSlideLink {
        background-color: #ffffff;
        border-color: #000000;
    #frontpageslideshow .FilmStripCurrentPanel .ISSSlideLinkRight {
        border-color: #AAAAAA;
    /* EndOAWidget_Instance_2141543 */
    </style>
    <script type="text/xml">
    <!--
    <oa:widgets>
      <oa:widget wid="2141543" binding="#frontpageslideshow" />
    </oa:widgets>
    -->
    </script>
    </head>
    <body>
    <div class="container">
      <div class="header"><a href="index.html"><img src="images/logoimg.jpg" width="259" height="136" alt="logo" /></a><img src="images/topheader.jpg" width="701" height="136" alt="header_logo" /><!-- end .header --></div>
      <div class="content">
        <ul id="MenuBar1" class="MenuBarHorizontal">
          <li><a href="#">Weekly Ad</a>      </li>
          <li><a href="#">Recepies</a></li>
          <li><a href="#" class="MenuBarItemSubmenu">Entertaining</a>
            <ul>
              <li><a href="#">Bakery Brochure</a></li>
              <li><a href="#">Deli Platters</a></li>
              <li><a href="#">Catering Planner</a></li>
            </ul>
          </li>
          <li><a href="#">Pat's Best</a></li>
          <li><a href="#">Organics</a></li>
          <li><a href="#">Gift Cards</a>      </li>
          <li><a href="#" class="MenuBarItemSubmenu">Departments</a>
            <ul>
              <li><a href="#">Meats</a></li>
              <li><a href="#">Deli</a></li>
              <li><a href="#">Prepared Foods</a></li>
              <li><a href="#">Seafood</a></li>
              <li><a href="#">Produce</a></li>
              <li><a href="#">Bakery</a></li>
            </ul>
          </li>
        </ul>
        <p> </p>
        <ul id="frontpageslideshow" title="">
          <li><a href="images/fall.jpg" title=""><img src="http://labs.adobe.com/technologies/spry/ui/images/dbooth/thumbnails/photos-1.jpg" alt="fall.jpg" /></a></li>
          <li><a href="images/apples.jpg" title=""><img src="http://labs.adobe.com/technologies/spry/ui/images/dbooth/thumbnails/photos-10.jpg" alt="apples.jpg" /></a></li>
          <li><a href="images/applepie.jpg" title=""><img src="http://labs.adobe.com/technologies/spry/ui/images/dbooth/thumbnails/photos-11.jpg" alt="applepie.jpg" /></a></li>
          <li><a href="images/pumpkinsoup.jpg" title=""><img src="http://labs.adobe.com/technologies/spry/ui/images/dbooth/thumbnails/photos-12.jpg" alt="pumpkinsoup.jpg" /></a></li>
          <li><a href="images/roast.jpg" title="r"><img src="http://labs.adobe.com/technologies/spry/ui/images/dbooth/thumbnails/photos-13.jpg" alt="roast.jpg" /></a></li>
        </ul>
        <script type="text/javascript">
    // BeginOAWidget_Instance_2141543: #frontpageslideshow
    var frontpageslideshow = new Spry.Widget.ImageSlideShow("#frontpageslideshow", {
        widgetID: "frontpageslideshow",
        widgetClass: "BasicSlideShowFS",
        injectionType: "replace",
        autoPlay: true,
        displayInterval: 4500,
        transitionDuration: 2000,
        componentOrder: ["name", "title", "view", "controls", "links"],
        sliceMap: { BasicSlideShowFS: "3slice", ISSSlideLink: "3slice" },
        plugIns: [ Spry.Widget.ImageSlideShow.ThumbnailFilmStripPlugin ],
        TFSP: { pageIncrement: 4, wraparound: true }
    // EndOAWidget_Instance_2141543
        </script>
    Since this is a one-column layout, the .content is not floated.
        Logo Replacement
        An image placeholder was used in this layout in the .header where you'll likely want to place  a logo. It is recommended that you remove the placeholder and replace it with your own linked logo.
        Be aware that if you use the Property inspector to navigate to your logo image using the SRC field (instead of removing and replacing the placeholder), you should remove the inline background and display properties. These inline styles are only used to make the logo placeholder show up in browsers for demonstration purposes.    To remove the inline styles, make sure your CSS Styles panel is set to Current. Select the image, and in the Properties pane of the CSS Styles panel, right click and delete the display and background properties. (Of course, you can always go directly into the code and delete the inline styles from the image or placeholder there.) <!-- end .content --></div>
      <div class="footer">
        <p>About us  Other Services Employment Contacy us Terms of use Privacy Policy</p>
        <!-- end .footer --></div>
      <!-- end .container --></div>
    <script type="text/javascript">
    var MenuBar1 = new Spry.Widget.MenuBar("MenuBar1", {imgDown:"SpryAssets/SpryMenuBarDownHover.gif", imgRight:"SpryAssets/SpryMenuBarRightHover.gif"});
    </script>
    </body>
    </html>

    Your spry assets folder MUST be in the same folder as that of your webpage with the slideshow (html, php... whatever)
    Check your folder configuration on the server by clicking on the "Remote Button" on the DW Assets Tab.
    Example 1:  This will not work:
    WEBPAGE HERE:    /server/public/myfolder/slideshow.html
    SPRY ASSETS HERE:  /server/public/SpryAssets/....your javascript files
    Example 2: This will work:
    WEB PAGE HERE:  /server/public/myfolder/slideshow.html
    SPRY ASSETS HERE:  /server/public/myfolder/SpryAssets/....your javascript files
    Hope this helps.

  • Has anyone worked on a sports memory mate using photoshop elements 13?  Having trouble inserting images.

    Cant seem to merge image into place.

    I downloaded one of their templates.
    Do the following:
    Open the template file
    Duplicate the background layer, then shut off the visibility of the background layer. Work on the Background copy layer
    Get the magic wand tool out of the toolbox. On the tool's option bar, check "contiguous". Left click on the white area within the template, then hit delete on the keyboard
    Go to File>place and point to where your picture is. Here I used a picture of an owl for demonstration. Resize this, if necesasary
    Drag the picture below the template in the layers palette, as I indicated to you previously
    You should end up with the layers looking like this:

  • I'm having trouble with saving images to contacts

    When I go into edit a contact and choose an image from my camera roll, it saves ok and I press done. Then the next time that person calls their image doesn't come up. When I go back into their contact, their image is gone. Is there any reason why the images wouldn't be saving correctly? Any help greatly appreciated.

    I am also having this same issue. I've had the problem both with Lion and now Lountain Lion. It's very frustrating. I'm using iCloud to sync contacts so I'm not sure if that is the problem.

  • Having trouble making background image editable in template

    Hello this is my first time so here goes...
    I would like to make a template from a page I have created,
    the trouble is the background image is url background image placed
    in css with text over the image, the problem I have is on further
    pages I would like to keep same divs
    but would like the freedom to change text and bground image.
    I have tried to make text an editable region which works and
    bground image make attribute editable but I do not really
    understand how this works any ideas would be much appreciated here
    is my site address
    http://www.andysite.prohost4u.co.uk
    cheers

    I'm confused, I dont see that you have a background image in
    your css.
    "WILLO THE WISP" <[email protected]> wrote
    in message
    news:[email protected]...
    >
    Hello this is my first time so here goes...
    > I would like to make a template from a page I have
    created, the trouble is
    > the
    > background image is url background image placed in css
    with text over the
    > image, the problem I have is on further pages I would
    like to keep same
    > divs
    > but would like the freedom to change text and bground
    image. I have tried
    > to
    > make text an editable region which works and bground
    image make attribute
    > editable but I do not really understand how this works
    any ideas would be
    > much
    > appreciated here is my site address
    http://www.andysite.prohost4u.co.uk
    > cheers
    >
    >
    > Here is my css
    > * {
    > margin : 0 auto;
    > padding : 0;
    > }
    > body {
    > background-color : #ffffff;
    > text-align : center;
    > font-family : "Square721 BT", "Staccato222 BT", Courier;
    > font-size : 100%;
    > background-position : center center;
    > }
    > #container {
    > font-family : "Square721 BT", "Staccato222 BT", Courier;
    > background-color : #ffffff;
    > width : 780px;
    > }
    > #header {
    > width : 780px;
    > height : 280px;
    > margin-top : 10px;
    > margin-bottom : 10px;
    > }
    > #content {
    > background-image: url(images/content_bground.gif);
    > float: left;
    > height: 400px;
    > width: 430px;
    > }
    > #content h1 {
    > font-size : 115%;
    > width : 390px;
    > color : #00ccff;
    > text-align : left;
    > padding-left : 60px;
    > padding-top : 40px;
    > padding-bottom : 10px;
    > }
    > #content p {
    > font-size : 80%;
    > width : 310px;
    > text-align : justify;
    > text-indent : 20px;
    > color : #66FFFF;
    > }
    > #content h2 {
    > font-size : 80%;
    > width : 420px;
    > color : #00ccff;
    > text-align : left;
    > padding-left : 60px;
    > height : 70px;
    > padding-top : 10px;
    > }
    > #sidebar {
    > background-image : url(images/sidebar_bground.gif);
    > width : 340px;
    > height : 400px;
    > float : right;
    > }
    > #sidebar ul {
    > font-size : 60%;
    > line-height : 22px;
    > list-style-image : url(images/bullet.gif);
    > list-style-position : outside;
    > text-align : left;
    > color : #66FFFF;
    > padding-top : 45px;
    > padding-left : 62px;
    > }
    >
    > #clear {
    > clear : both;
    > }
    > #footer {
    > background-image : url(images/footer_bground.gif);
    > width : 780px;
    > height : 80px;
    > margin-bottom : 10px;
    > margin-top : 10px;
    > position: fixed;
    > }
    > #footer p {
    > text-align : center;
    > font-size : 75%;
    > color : #66ffff;
    > padding-top : 24px;
    > }
    > #footer ul {
    > margin : 2px;
    > }
    > #footer li {
    > display : inline;
    > margin : 0;
    > }
    > #footer a:link, #footer a:visited {
    > color : #00ccff;
    > margin : 2px;
    > }
    > #footer a:hover, #footer a:active {
    > color : #00FFFF;
    > text-decoration : none;
    > background-color : #33cccc;
    > }
    > a:link {
    > color : #00ccff;
    > text-decoration : none;
    > }
    >
    > a:visited {
    > text-decoration : none;
    > color: #00CCFF;
    > }
    > a:hover {
    > text-decoration : underline;
    > color: #00FFFF;
    > }
    > a:active {
    > text-decoration : none;
    > color: #006699;
    > }
    >

  • Having trouble saving an image of the whole page using pdf it. I click save, but not in the file. I have tried saving in multiple locations, saing it as .jpg

    Just about 2 days ago I started having a problem saving a jpg file using the "pdf it!" add-on. It lets me save, but when I look in the folder there is nothing there? I use save as image and then whole page. I have tried saving in several different locations, but nothing works.
    Thanks for the help.

    The link to website of the developer is broken too !

  • Firefox 4 having trouble correctly displaying images on some websites

    This problem started in the last few days. The JPEG thumbnails and in some cases larger JPEGs on certain websites is corrupted. Sometimes the whole image is looks very "blocky" and sometimes the first 10-30% of the image displays correctly and the rest is distorted and/or displays with weird colors.
    I am using Firefox 4.0.1 on three different computers and it happens on all three! One computer is Windows 7 64-bit and the others are Windows XP SP3.
    I have updated video drivers - no change. Two computers have Nvidia video, the third has some cheesy old integrated graphics.
    The problem happens with Firefox in Safe Mode, and it happens (with both laptops) when I go to different WiFi hotspots.
    It happens no matter how I set the color management.
    I have cleared caches and cookies ... I have disabled my antivirus program ... no difference.
    I have disabled hardware acceleration in Firefox - no difference.
    Reloading the affected web page page does not change the problem. But I can copy the URL and paste it into IE9 and the page '''always displays correctly!''' Now, that should make you guys worry!

    Sometimes it is that corrupted, sometimes less corrupted, but usually not at all corrupted. I'm using Firefox 7.0.1 and been having this problem since upgrading to Firefox 4.
    Here are two images, which showed as corrupted. But later, atleast rebooted, but no Firefox or any other cache etc. cleaned, the first picture shows as it should be. The second picture still shows as corrupted, but when opening the second link when using private browsing, it shows as it should be.
    [http://image.nettiauto.com/extra/carimg/4061201_4061300/volkswagen-kupla-4061252_b_4b724b54184c6d41.jpg Here's example of corrupted image]
    [http://h2.abload.de/img/103_pana-p1030763agkq.jpg Another example of corrupted image from different website]

  • Having trouble with Aperture images in a slideshow in iMovie

    I've searched for answers to this but can't seem to find out what I'm doing wrong....
    I'm trying to put together a slideshow in iMovie with my images from Aperture. They look horrible, color is way off and they're grainy. It was my understanding that iMovie uses the preview images from Aperture for making the movie so I have my settings in Aperture set to the best quality for previews. Is that right? Is there something else I should be doing?
    Thanks for any help.

    No, thats the right way I do it with my images. I use iMovie 09 and the preview size of my iLife previews are set to 1680 pixel. I do mostly some slideshows in iMovie for displaying on the web and for iPhone, so the output from iMovie will be most times at 480 pixel wide. The colors are fine and images look best as in Aperture.
    What I found sometimes is, some outwashed colors - unsaturated - after I export my movie from iMovie. This comes when I use other settings for exporting the movie than the presets for iPhone or Apple TV. The same behavoir did I recognize when exporting a movie from Final Cut Express or Keynote. This behavoir may be outdated in Snow Leopard, because Quicktime X should use Colormanagement the first time.

  • Having trouble to set image in a frame

    I use the sample code from "InternalFrameDemo" from http://java.sun.com/docs/books/tutorial/uiswing/components/example-1dot4/index.html#InternalFrameDemo
    and I modifiy it as bellow:
    MyInternalFrame frame = new MyInternalFrame();
    IconLabel = new JLabel();
    ImageIcon icon = new ImageIcon("1.jpg",
    "img1");
    IconLabel.setIcon(icon);
    DisplayPanel = new JPanel();
    DisplayPanel.add(IconLabel);
    frame.setContentPane(DisplayPanel);
    frame.setVisible(true); //necessary as of 1.3
    but I can't see the image I set to "icon", does anyone have any idea?

    also, you could try creating the label with the image in it by using the constructor:
    ImageIcon icon = new ImaheIcon("1.jpg"); //this is in current dir?
    IconLabel = new JLabel(icon);
    frame.setSize(300, 300);
    frame.getContentPane().add(IconLabel);
    ...you could do this in the MyInternalFrame class, instead of the InternalFrameDemo class. it would make more sense since the picture is more closely related to this particular instance of the internal frame.

Maybe you are looking for

  • [SOLVED]amdcccle won't start

    Hi all, before I explain my problem, I have spent the last 6 hours searching google and these forums for the answer, so I apologize if I have missed the solution somewhere. Its 1:38pm here in Australia, and since I woke up today I have been trying to

  • Envy 17t J000 - Maximum Hard Drive Size and speed

    I going to place a 2nd hard drive in the open space in my Envy 17t-j000. The Maintenance and Service Guide states; Hard drives Supports 6.35-cm (2.5-in) hard drives in 9.5-mm (.37-in) and 7.0-mm (.28-in) thicknesses (all hard drives use the same brac

  • Enable Related Files Setting on Dreamweaver CC reset on restart.

    Hello, I am running Dreamweaver CC on OS X Mountain Lion and everytime I try to set Enable Related Files to false and Dreamweaver restarts, the setting is checked on again. I have uninstalled and reinstalled DW, I've fixed my disk permissions, I have

  • Using :APP_ID in the sql query in apex

    Hi All, I am facing problem while using :APP_ID in the query for populating the Select list in apex. can any one suggest me how to use :APP_ID in the query. It is working fine in URL making.... in the javascript codes. And one more thing please put u

  • Submit On Quick Pick

    Apex 3.2 I have a quick pick set up using the following. In page HTML Header <script type="text/javascript"> function setTheValue(id,val) { obj = document.getElementById (id); obj.value = val; } </script>In the Pre Element Text of quick pick I have <