Importing graphic into hybrid page

I've never used Blank Pages before, but I opened
Dreamweaver's "2 column hybrid, left sidebar, header and footer"
blank page. How do I correctly import a header graphic into the
header area so that it adjusts to different display
settings?

This is not a resolution issue. It's a browser width issue.
Your only way
out is to prevent the container from flexing as the browser
width decreases.
In other words you should have chosen a fixed width page
rather than a fluid
one.
You can probably just change this -
.twoColHybLtHdr #container {
width: 80%; /* this will create a container 80% of the
browser width */
background: #FFFFFF;
margin: 0 auto; /* the auto margins (in conjunction with a
width) center
the page */
border: 1px solid #000000;
text-align: left; /* this overrides the text-align: center
on the body
element. */
to this -
.twoColHybLtHdr #container {
width: 830px; /* this will create a container 830px wide */
background: #FFFFFF;
margin: 0 auto; /* the auto margins (in conjunction with a
width) center
the page */
border: 1px solid #000000;
text-align: left; /* this overrides the text-align: center
on the body
element. */
And get something acceptable.
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.projectseven.com/go
- DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs,
Tutorials & Resources
==================
"rpapalia" <[email protected]> wrote in
message
news:g6d4nb$qqm$[email protected]..
> The graphic I'm trying to insert is a banner across the
top, but I don't
> know
> how to make it fit correctly. Of course it looks really
bad if I change
> the
> monitor to 800x600. This is how it looks now:
>
http://www.eriercd.org/catholicfoundation.html
>
>

Similar Messages

  • Cannot Import Graphics Into Project

    I am experiencing some very odd behavior in RoboHelp 9 project. When I attempt to import/insert a graphic into a topic, I receive the message:
    Unable to rename file, "image.gif".
    The file contains illegal characters.
    First of all, I am NOT trying to rename the graphic. Secondly, the file name image.gif does not contain illegal characters. This happens for any graphic I attempt to import/insert into the project. Any ideas? Thanks in advance.

    Hi there
    If you click File > Rename Project (don't worry, we aren't really going to rename the project) what do you see at the bottom of the dialog where it shows the path?
    Just click Cancel to dismiss the dialog.
    Cheers... Rick

  • Place the tabular data and it's corresponding graphic into one page?

    We know that BEx Analyzer seems not be able to place tabular data and it's corresponding graphics like pie chart into one page.  Could someone yield detailed technical steps on how to realize this?
    Thanks!

    Hello Kelvin,
    As responded above, Yes it is possible to show both in a single page using the Drop down option you would find in the web report.
    And in case you want to see both table and graph in a single page for all the reports by default, then you may want to edit the standard web template that is being used to all the web reports (most possibly 0ANALYSISPATTERN) to change the deafult settings for this drop down box.
    Regards,
    Pratap Sone

  • Not able to import .FLV into Welcome Page in Acrobat Portfolio

    Hello,
    I would like to import either an FLV or an SWF file into the Welcome Page of an Acrobat Portfolio. It does not work if I import an FLV, and it only half works if I import an SWF.
    I've put together a video illustrating the problems I have. I am not sure if 1. my expectations are too high, 2. there is a bug in Acrobat Professional, or if 3. There is a mistake in the documentation.
    http://wemads.com/adobe/
    The help file referenced in the video is:
    http://help.adobe.com/en_US/Acrobat/9.0/3D/WS8C3A613D-D486-49ff-97E9-D3E0984D0E74.html#WS3 B2E1248-62A9-4e86-8C67-8813609EEC8C
    Thank you!
    Nick

    Hi,
    Use below utililty
    java oracle.jrad.tools.xml.importer.XMLImporter SupplierLovRN.xml -username apps -password $PASSWORD -dbconnection "(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=$db_host)(PORT=$db_port))
    (CONNECT_DATA=(SID=$TWO_TASK)))" -rootdir ./ -rootPackage $HOME/stoplight/xxx/oracle/apps/pos/stoplight/webuiRegards,
    Gyan

  • Import XML into Single Page PDF Form - Form Repeats

    I have a created a PDF form in Acrobat, which is a single page that has about 16 text fields to be filled in. The data I am importing is in an XML format. I am able to import the data for a single page with no trouble. I would like to be able to import multiple pages of data and have the form repeat with the corresponding additional data.
    For example,
    - I have a "grid report" that is 3 rows and 16 columns. Each row of data represents a separate page. The data is converted to XML format and saved as a single file (see below sample).
    - I have a single page PDF Form with text 16 fields. The text fields correspond to the column data from the "grid report"
    - (Desired) After importing the XML data into the single page PDF form, I would like to have a file that has 3 pages. Each page is a replicate of the original form.
              - The data contained in the 16 fields of page 1 reflect the data from Row1 of the "grid report"
              - The data contained in the 16 fields of page 2 reflect the data from Row2 of the "grid report"
              - The data contained in the 16 fields of page 3 reflect the data from Row3 of the "grid report"
    I am not sure if I need to change the format of my XML, or if there is a way to add a tag of some kind at the end of the PDF From that indicates the (blank) form should repeat for each <Row> of data.
    I am open to other reporting/form applications, but I am having a hard time finding anything online that indicates this specific functionality. I would think that this is a pretty standard process, but I am having quite the time finding a solution. Any help is GREATLY appreciated!
    <?xml version="1.0" encoding="utf-16"?>
    <Data>
      <Row>
        <BOL>82862AK</BOL>
        <Movement_Date>7/10/2014</Movement_Date>
        <Exporter_Addr_1>1568 Washburn Avenue</Exporter_Addr_1>
        <NetWeight>191,016.4580</NetWeight>
        <NetVolume>29,079.0000</NetVolume>
        <SpecificGravity>0.7879</SpecificGravity>
        <APIGravity>48.0913</APIGravity>
        <Energy>81.5100</Energy>
        <Chemical>ETHD</Chemical>
        <MovementLocation>Cherokee, IA</MovementLocation>
        <DestinationLocation>Toronto,ON</DestinationLocation>
        <Date>7/10/2014</Date>
        <City>Cherokee</City>
        <State>IA</State>
        <ZipCode>51012</ZipCode>
        <Name>Processors</Name>
      </Row>
      <Row>
        <BOL>82862AL</BOL>
        <Movement_Date>7/10/2014</Movement_Date>
        <Exporter_Addr_1>1568 Washburn Avenue</Exporter_Addr_1>
        <NetWeight>190,497.5165</NetWeight>
        <NetVolume>29,000.0000</NetVolume>
        <SpecificGravity>0.7879</SpecificGravity>
        <APIGravity>48.0913</APIGravity>
        <Energy>81.5100</Energy>
        <Chemical>ETHD</Chemical>
        <MovementLocation>Cherokee, IA</MovementLocation>
        <DestinationLocation>Toronto,ON</DestinationLocation>
        <Date>7/10/2014</Date>
        <City>Cherokee</City>
        <State>IA</State>
        <ZipCode>51012</ZipCode>
        <Name>Processors</Name>
      </Row>
      <Row>
        <BOL>82862AM</BOL>
        <Movement_Date>7/10/2014</Movement_Date>
        <Exporter_Addr_1>1568 Washburn Avenue</Exporter_Addr_1>
        <NetWeight>190,497.5165</NetWeight>
        <NetVolume>29,000.0000</NetVolume>
        <SpecificGravity>0.7879</SpecificGravity>
        <APIGravity>48.0913</APIGravity>
        <Energy>81.5100</Energy>
        <Chemical>ETHD</Chemical>
        <MovementLocation>Cherokee, IA</MovementLocation>
        <DestinationLocation>Toronto,ON</DestinationLocation>
        <Date>7/10/2014</Date>
        <City>Cherokee</City>
        <State>IA</State>
        <ZipCode>51012</ZipCode>
        <Name>Processors</Name>
      </Row>
    </Data>

    Hi there,
    Your discussion was moved to the Acrobat Forms forum: the folks here should be well suited to answer your question.
    Best,
    Sara

  • Importing classes into JSP page

    Hi There,
    I am new to this and here is my problem.
    I am doing a shopping cart tutorial and trying to get a JSP page to import two classes :
    <%@ page language="java" contentType="text/html"
    import="ShoppingBasket,Product"
    errorPage="errorpage.jsp" %>
    I get :
    C:\jakarta-tomcat-4.1.30\work\Standalone\localhost\_\shop_0002dbasket_jsp.java:7: '.' expected
    import ShoppingBasket;
    ^
    C:\jakarta-tomcat-4.1.30\work\Standalone\localhost\_\shop_0002dbasket_jsp.java:8: '.' expected
    import Product;
    ^
    C:\jakarta-tomcat-4.1.30\work\Standalone\localhost\_\shop_0002dbasket_jsp.java:50: cannot resolve symbol
    symbol : class ShoppingBasket
    location: class org.apache.jsp.shop_0002dbasket_jsp
    ShoppingBasket basket = null;
    The classes compile ok . I read that instead of comma seperating the classes it might be better to put them in a package but I do not know the correct syntax or where to put the package if this is correct.
    The tutorial is from this book and the shopping cart source code is here.
    http://www.ineasysteps.com/books/?1840781971
    Any help appreciated
    Jim Ascroft

    A little beginners explanation of classpaths and packages is in order here. A package works like an extension of the name to keep class names unique. For example, if you have a ShoppingBasket.class and you want to use my ShoppingBasket.class along with it the two class names must be unique or different from one another in some way. Yours could be in com.yourcompany package and mine could be in org.mycompany package. When you reference you Shopping backet in your code you would use com.yourcompany.ShoppingBasket and when you reference mine in the same code you would use or.mycompany..ShoppingBasket. Shorthand for the class can be used by adding an import at the top of the referencing java file. An import is like saying "hay compiler, whenever you see ShoppingBasket look for it in the com.mycompany package!" That brings us to the next point. The package name must always be reflected in the directory structure of the .class file location in order to be found. Your shopping basket must be stored under the directory com/yourcompany if it is in package com.yourcompany. That directory structure should extend off of a classpath entry in order to be made available to the JVM. Classpath entries point to folders, jar or zip files that contain packaged and unpackaged classes. So If you have a classpath entry that points to C:\jakarta-tomcat-4.1.30\webapps\ROOT\WEB-INF\classes then all unpackaged classes (classes compiled from a .java file without a package statement) will be pulled directly out of this folder. Also, packaged classes will be pulled out of they're packaging directory structure, which should be located in this folder. You can have as many classpath entries as you want but the classes will be pulled out of the first entry that they can be found under. Now with a web app you don't normally fuss with the setting of classpaths since they are already predefined and configured for you. You just need to know to put all of your class files under the WEB-INF/classes directory in the root of your web app. You do, however, still need to know how they work. You also should know that any jar files should be placed in the lib folder of your web app and not under the classes folder.
    Getting back to your immediate problem, why are you getting class not found errors? Well this stems from what was said above. To fix these kind of problems follow these steps:
    1st off, find out exactly which .java file the .class file was compiled from. (This can be a problem in some environments where multiple copies of source hang around.) This step may involve a recompile and paying close attention to the compiler arguments. In an IDE there should be a setting or dialog that lets you find out exactly where it's placing the .class files created from you source.
    Next, determine what package the .class file should be in by examining (and maybe changing) the package statement at the top. For example, if you intended to put ShoppingBasket in the com.bloodoo package make sure it has a package "com.bloodoo;" statement at the top.
    Next recompile the .java source and move the packaging directory structure into the classes folder of your app. (This would be WEB-INF/classes under the root of the web-app.) For example if ShoppingBasket.class was compiled into the com/bloodoo folder under C:\Program Files\YourIDE\projects\yourproject\output then copy the com folder out of the output folder and into the WEB-INF\classes folder.
    Next examine the calling code (JSP or servlet .java code) and make sure it references the problem class out of the right package. For example, yourpage.jsp should reference the class com.bloodoo.ShoppingBasket and not ShoppingBasket if the shopping basket is deployed in package com/bloodoo. This gets tricky with jsp usebean tags because the desire is to use shorthand but I'm not sure if that works with the use bean tag. Make any modifications and recompile if necessary.
    Lastly, as a rule of thumb avoid wild-card imports (eg. import com.package.*) because they are a common cause of confusion especially when refactoring package names and resolving these kind of issues.Those steps should allow you to resolve 85-90% of your class not found issues. The other 10-15% are rare cases involving the use of custom classloaders, the Java extension mechanism and/or classpath trickery. If you still have questions/problems post back.
    Cliff

  • Importing graphics into iMHD

    I've built some 'title cards' using Graphic Converter. I saved them as .tif files. I can't get them into iMHD. I tried a backdoor method, but they won't import into iPhoto, although they show up in the photo album.
    What am I doing wrong?

    How can you get them into a photo album if you can't import them in iPhoto?
    When saving as TIFF, did you use LZW compression? Try saving without using LZW compression. iMovie SHOULD be able to read TIFF.

  • Problem with importing graphics into InDesign

    This is a fictitious example to illustrate my problem...
    I have .PSD file measuring 10cm square. It's completely blank except for a layer containing a 5cm square box in the middle. When I import to InDesign it places as a 10cm square picture frame (with the 5cm image in the middle surrounded by blank space), rather than a 5cm square picture frame "snapped" to the edges of the .PSD content.
    This means doing a "Fit Frame to Content" now makes the InDesign frame the same dimensions as the .PSD document (ie. 10cm square), when it used to make it 5cm square (i.e the same dimensions as the CONTENT of the .PSD document). Any ideas about changing this back? I've no idea what's changed recently...
    Apologies; that's been described incredibly badly. I hope someone understands what I mean!
    Thanks in advance

    Thanks guys. But in the past when this has happened it's seemed to be linked to the last image I opened in PhotoShop. Often I have to render PDFs in PhotoShop to send visuals to printers and, depending on what I pick in the "Crop to:" drop down box, in the past has altered the way my next image imports in InDesign. In the past if the next .PSD image imported into InDesign with the extra white space around it, I turned Import Options on and then got similar "crop to" options in InDesign, and (off the top of my head) chose "Bounding Box" to resolve the issue. Now I'm just getting the option to turn layers on or off.
    That said, InDesign does now seem to be behaving exactly as you (Daniel) describe. This is annoying because I've been testing this now on a .PSD graphic which used to place and crop to the content, but now places at the size of the full PhotoShop document.
    And Rik: I agree that I could crop the original images in PhotoShop, which would technically resolve the issue - and may end up being what I have to do in the short term. But I've got a bee in my bonnet about this now, because this isn't how InDesign has been behaving for me for the past 5 years.
    I've tried deleting the preferences for both InDesign and PhotoShop in the vain hope it would be as simple as that. That didn't work.
    I'll keep searching for the answer...

  • Tips for importing graphics into FCP

    Hi all,
    I am very new to Final Cut Pro, as my experience is as a print designer.
    I have to make a very simple slide show and luckily I am working with a friend who has experience with FCP. My job is to set up the graphics that we'll be importing into the app. This will be authored on a DVD and played on a standard television/DVD unit.
    Does anybody have any tips on how I should set up the documents I'll be importing? A resolution for the "canvas" I'll be working on? Any particular file formats I should use ( PICT, JPG, etc?...)
    Any help would be much appreciated! Thanks in advance.
    - John
    20' iMAC G5   Mac OS X (10.4.3)   2.1 GHZ // 1.5 GB RAM // Mac OSX 10.4

    I suggest you work on graphics with a larger number of pixels than the "base" video frame size - so you can zoom in, rotate and pan around it (known as the "Ken Burns" effect west of the Atlantic, or "Ken Morse" if east of the Atlantic!)
    I you don't do this, and you want to tweak the graphic in FCP at all in respect of size, rotation, position etc (or move it, of course) you will lose definition in a big way.
    I suggest trying about 2000x1500 pixels.

  • What is the best image format to use for importing images into a Pages document?

    Image quality is good in photoshop. I am currenlty saving as .tiff at 300 dpi but when I import the image in the resolution diminishes radically.

    I like to use .png or .pdf.

  • Importing graphics into FCE

    Hi
    I'm trying to draw with a vector graphics drawing program and export to FCE... but the graphics do not look quite right in FCE... Well actually they look OKish in the viewer but wrong in the canvas...
    Can anyone help?

    If by wrong you mean low quality, you must keep in mind that DV has a much lower resolution than any graphic you may create.
    What you see in the viewer is the original file, even though adapted to the viewer window size. When editing the graphic to the timeline, the DV codec is applied and you can see the result in the canvas: this is usually worse than the original, for graphics.
    As a suggestion you should always check the resulting quality of your editing, by connecting an interlaced monitor (e.g. a TV) to your Mac using the firewire port and a D/A converter (or your camcorder). What you see in this case may be better (or sometimes worse...) than in the canvas; but at least you can tune your editing and effects in real time. This of corse if tour movie will be burned to a DVD or played directly to a TV.
    Piero

  • Wrong Initial size (%) when importing graphics

    (earlier post sent by error).
    When I import graphics into FM (FM10, WIN7, 64-bit), they appear by deafault at 88.87% of original size.
    Anyone out there knows how to set FM to import at 100%, if at all possible?
    TIA!

    When you import a graphic by reference, you set the resolution in DPI. If the resolution you set is the same as the resolution of the original graphic, Graphics > Object properties will then inform you that the graphic is imported at 100% of its original size.
    The resolution setting in the Imported graphic scaling dialog doesn't seem to be sticky, which is a shame; that is, FM doesn't seem to remember your choice from last time.
    experiment to find out the DPI value that imports your graphics at 100%
    post again to ask whether you can make this DPI value the default; I suspect the answer will be Yes, but don't myself know
    N
    an hour or so later … I've been working on a real document, and now it seems the resolution setting is sticky. That would, of course, make things a little easier.

  • How can I import text produced in Pages into Adobe inDesign?

    How can I import text produced in Pages into Adobe inDesign?

    Menu > File > Export > Word .doc/x
    I doubt it will do graphics and layout, but maybe, depending on your version of Indesign you may hit lucky (but probably not).
    Peter

  • Importing jpeg into pages

    I have been sent a jpeg to use in a document.
    It views fine when I open it in preview.
    However, when I import it into my document it just displays as a black rectangle.
    What am I doing wrong?

    How are you importing it into Pages? Pages does seem to handle graphics that are inserted using Insert > Choose... better than dragging & dropping. You might also try saving the image as a PDF from Preview & using that in Pages.

  • I'm getting an error message after importing a table through Dreamweaver into a page developed in Muse.

    I'm getting a couple of messages after importing a table through Dreamweaver into a page developed in Muse. I have compared the code of the page with the table with the page before I inserted the table and cannot find anything missing. the web address is http://gourmetdreams.com/weekly-menu.html
    How can I clear this up?
    I also noticed that when I uploaded the file there was one error: "- error occurred - Access denied.  The file may not exist locally,  may be open in another program, or there could be a local permission problem."

    Thanks for your help! I imported the table into Muse, then exported the site as html and opened it in Dreamweaver. I should've tried that in the first place but gave up when I couldn't edit it in Muse. I didn't know you could edit the html right in Muse. Also, my styling and the images I was using weren't showing up in Muse but once I opened it in Dreamweaver, everything fell into place. AND I could edit it! My client needs to edit this page every week, so I needed to be sure she could do that. She doesn't use Muse but does use Dreamweaver. At this point, I think I'll leave it alone and not try to style it with inline css. Maybe when I get a little more time, I'll try it. I just don't want to mess things up now that the're working.

Maybe you are looking for

  • How do I move my iTunes library from one computer to another?

    Is it accessaible online or how do I do it?

  • IDOC_OUTBOUND_WRITE_TO_DB

    Hi, Could any one give me idea regarding the following function module? Why these are used in IDOC and how to use them? If any one could please forward me sample coding using these function module. CRM_UPLOAD_BTMBDOC_FILL CMS_UPLOAD_BTMBDOC_START_FLO

  • How do I switch to full screen when watcing videos on Yahoo plus7

    I'm using a Samsung Galaxy S2 4G. The full screen button as well as pause, volume etc, doesn't work! It works when using the Opera Mobile Web browser, so why not with Mozilla? Any suggestions?

  • Palm PDA reliabilit​y

    My TX, purchased less than a year ago, already has a malfunctioning power switch, and the touchscreen will not stay calibrated. After a significant amount of time wandering around the website, I reached a customer support rep by telephone to ask if t

  • Scripting airstatus.exe from PHP

    Hi, I've just written a small piece of PHP to get us out of a hole for a couple of weeks until the permanent piece of software we're waiting for gets delivered. We can start and stop events with a Windows command lines of the form: "c:\program files\