Adding margins while leaving a header in place

Hi,
I recently purchased the latest version of Dreamweaver and I am constructing my first web site. I used a starter page (1 column liquid with a header and a footer). I want my header image to fill the entire width but I want to be able to add space for indenting my text. However, when I add padding for the text, it also adds padding for my header image which I do not want to have happen. What do I need to do to keep the header in place and not have any padding added to it?  I am going through a lot of training using lynda.com but I have not found this answer.  Thank you for your help.

Thanks but I am not sure what this means.
HOW IMPORTANT IS CODE? A Plea to new posters.
http://forums.adobe.com/thread/691654?tstart=0
Set aside Dreamweaver and Lynda.com.  Spend time learning the basics first.   DW expects you to have a working knowledge of X/HTML, CSS code and web terminology or you will continue being confused & frustrated.
Start here:  HTML & CSS Tutorials - http://w3schools.com/
I tried putting my image in the background and it is in the background but only about 5 percent of it is visible.
To reveal the entire background-image, add CSS min-height to your #header.
CSS:
#header {
min-height: 125px; /**equal to height of image**/
background-image: url (some-image.jpg)
Nancy O.
Alt-Web Design & Publishing
Web | Graphics | Print | Media  Specialists
http://alt-web.com/
http://twitter.com/altweb

Similar Messages

  • Why does my late 2013 IMac OS X Yosemite 10.10.2 keep logging of the administrator while leaving all other users logged on?

    Over the past few months I have noticed that my IMac logs off only the administrator account overnight while leaving all other user accounts logged on. The computer does not physically restart, it simply logged out the administator. It has never logged me out while I am using the administrator account, it only logs off the administrator if the computer has been ideal for more than roughly 20 minuets.
    I have checked all of my energy saving settings and security settings and nothing appears to fix this problem. However, after browsing some online help forums I decided to check my console to see if anything look out of place and I did find something.
    I am not sure what it means but I don't think these error messages are good. Can someone help me figure out what these mean and inform me if they are related to me overall problem of getting logged out?
    Thanks

    Hi Linc thank you for getting back to me.
    I don't see anything labeled as crash reports under system diagnostics. I do not use the console very often because I only do basic things on my iMac so my familiarity with it is not as good.
    I know you said you wanted text but I can't past this text here so it is another screen shot. If you see something you want more information on, I can post the text of that specific line.
    Keep in mind, since last night when I originally posted, the administrator account has been logged off, while my other account remained logged on and good to go.

  • When I am sending an email and add a recipient, and then go to add another recipient, my contact book will start at "A". How do I change it so that it will leave me at the place I left off at in my contacts?

    When I am sending an email and add a recipient, and then go to add another recipient, my contact book will start at "A". How do I change it so that it will leave me at the place I left off at in my contacts?

    When I am sending an email and add a recipient, and then go to add another recipient, my contact book will start at "A". How do I change it so that it will leave me at the place I left off at in my contacts?

  • Using an external hard drive for some media while leaving the rest on the desktop

    How can I access ripped DVDs on an external hard drive through iTunes while leaving our music and downloaded media on the desktop hard drive?
    I'm in the process of ripping all of our DVDs so we can watch them using our Apple TV. I can't figure out how to access the DVDs on an external hard drive while leaving all of our downloaded media on the desktop. We have way too much media to store it all on the desktop so that isn't an option.
    Thanks for any help,
    Natalie

    Hi,
    How about creating two libraries - one on your main computer and the other on your external hard drive.
    http://support.apple.com/kb/ht1589
    Once you've done this you can use the library on your computer but when you want to access stuff on your ext HD, you hold down option key whilst launching itunes > select library on ext drive.
    jim

  • I have an older MacBook Pro using 10.4.11 and want to use new operating system to use the latest iLife. Can i install 10.7 on an external hard drive and use the external hard drive to run new system while leaving my old system intact?

    I want to use a new version of iLife (for iMovie and iDVD) but am currently running OS 10.4.11, which won't work with the newer iLife programs. Can i install OS 10.6.3 or 10.7 on an external hard drive, boot to that hard drive and work with the new software (installed on the external hard drive) using my MacBook Pro  (circa 2005/6) as the engine while leaving my laptop running 104.11 the rest of the time?

    Yes, you can use an external drive. To upgrade, however, means:
    Purchase Snow Leopard DVD then update Snow Leopard to 10.6.8.
    Access the App Store with your Apple ID and purchase and download Lion.
    Your computer must meet system requirements:
    Snow Leopard General requirements
    Mac computer with an Intel processor
    1GB of memory
    5GB of available disk space
    DVD drive for installation
    Some features require a compatible Internet service provider; fees may apply.
    Some features require Apple’s MobileMe service; fees and terms apply.
    Lion System Requirements
    Mac computer with an Intel Core 2 Duo, Core i3, Core i5, Core i7, or Xeon processor
    2GB of memory
    OS X v10.6.6 or later (v10.6.8 recommended)
    7GB of available space
    Some features require an Apple ID; terms apply.
    Obviously, you do not have to upgrade to Lion but can stop at Snow Leopard 10.6.8 which is sufficient for the current versions of iLife apps. Note that iDVD is no longer part of the newest version of iLife. Lion 10.7.2 or later is needed should you wish to use iCloud.

  • Adding field in ME21N po header

    Hi All,
    I have added field on ME21N on header level.
    I used below screen exit
    SAPMM06E 0101 CUSTSCR1 SAPLXM06 0101 Subscreen: PO header
    and added fields to structure CI_EKKODB. Field is created on ME21N but table is not updating.
    can you please let me know what and where should I write the code to update the table.

    Hi Atul,
    I have added below code as adviced by you.
    EXIT_SAPMM06E_008  ( include ZXM06U37)
      e_ci_ekko = ekko_ci.
    EXIT_SAPMM06E_006 (   INCLUDE ZXM06U36)
    ekko_ci      = i_ci_ekko.
    it still not updating ekko table for these fields.
    How can I put logic in PBO even of screen 101 for enabling this.
    Please help.

  • Customize the report margin while rendering

    I want to customize the report margin while rendering. I am using ReportExecution2005.ReportExecutionService  webservice to render report. how to customize the report margin?
    I try to use deviceinfo for this and set the below device info, it is not work out. It always render the report with design time margin. Is it right approach? Are there any issue on below deviceinfo?. Thanks in advance.
    <DeviceInfo><PageWidth>11in</PageWidth><PageHeight>8.5in</PageHeight><MarginTop>.25</MarginTop><MarginBottom>.25</MarginBottom><MarginLeft>.25</MarginLeft><MarginRight>.25</MarginRight></DeviceInfo>
    Best Regards
    Senthil
    Developer

    I found the solution. Device info have has the value without metric. The below device info is correct one. Thanks to all ;)
    <DeviceInfo><PageWidth>11in</PageWidth><PageHeight>8.5in</PageHeight><MarginTop>.25in</MarginTop><MarginBottom>.25in</MarginBottom><MarginLeft>.25in</MarginLeft><MarginRight>.25in</MarginRight></DeviceInfo>
    Developer

  • What is the best way to erase my computer for personal stuff while leaving the computer ready to use

    what is the best way to erase my computer for personal stuff while leaving the computer ready to use

    If the Mac came with Mountain Lion or Lion, press Command, Option and R keys on boot, open Disk Utility, erase the disk and reinstall Lion or Mountain Lion. If it came with Snow Leopard or older, insert the DVD, press C key on boot, go to Utilities > Disk Utility, erase the drive and reinstall Snow Leopard

  • Can i backup my new TC while leaving old TC connected for the wifi?

    My original TC (500gb) is full so purchased a 2Tb.  I want to do initial backup with ethernet while leaving the old TC connected as the wireless device.  My router is in another room and I don't want to move my computer into a different room for days.

    Ah, details. Sorry for the confusion.
    Might be worth the time savings to invest in a long Ethernet cable and run things that way overnight to allow the copies to go at a much faster pace. Backups usually run at about 30-35 GB per hour or more using Ethernet, so you get 300-350 GB copied overnight.
    Otherwise, you have no choice but to relocate and reconfigure things.

  • Adding custom information in HTTP Header in an outgoing request from GWWS

    Is there a way to send custom header information with the a webservice request (HTTP post) that happens via GWWS server?
    All the methods I read about deal with managing the soap envelop that gets sent.
    We are looking for ways which will allow us to put custom information in the headers.
    I am aware there is something we can do using the Salt Plugins.
    For example, we can write a Out bound plugin which has a capability of putting the "Authentication:Basic..." in the header.
    Then there is message conversion plugin which deals with transformation of message, which gives us control over the soap body.
    Is it possible to put information in the header for outgoing request (from GWWS) to a specific web service?
    Thanks and Sincere Regards,
    Mrugendra

    Maurice,
    Thanks for confirming this.
    It clarifies the doubts that I was having while reading through the documentation Xu pointed to.
    Yes, we need to add HTTP Headers (not SOAP header).
    For now we just need to add Basic Authentication HTTP Header for outbound service calls.
    We have developed a plugin to do that for now.
    And even if the salt plugin takes care of adding the Basic Authentication in the HTTP Header for outgoing calls, I guess we do not have any option to include some custom information in the HTTP Header which might be required in the future.
    At-least, not unless we request that enhancement.
    Bringing the plugin into our mix requires a lot of changes to our architecture including inclusion of AUTHSVR in the UBB,
    Which, in turn, makes it imperative to change the endpoint clients of our application.
    In addition to that, the incoming web service calls also need to include TUXEDO authentication information, which would again require either communicating the authentication information to the consumers of our service or device some kind of a proxy which would add the authentication information for all the incoming requests!
    With these facts in mind, we were wondering if we have an easier way to include the HTTP header information.
    As you say, Maurice, it seems it is not possible yet.
    Thank you again for your replies.
    Sincere Regards,
    Mrugendra

  • Adding values to XI Soap Header

    Hi All,
    We have scenario, Soap to RFC. We are generating the wsdl for the ICO. We want the end system to send some values in the soap header(XI Soap header). We have used the keep header in the sender soap communication channel and added the value to the variable binding. When we generate the wsdl, there is no header in wsdl. We can only get the body.
    Kindly let us know if what we are doing is correct.
    Also please let us know how it can be  done.

    Hi,
    We want the end system to send some values in the soap header(XI Soap header). We have used the keep header in the sender soap communication channel and added the value to the variable binding. When we generate the wsdl, there is no header in wsdl. We can only get the body.
    Checking the Keep Header option will only include the XI header as part of the response message. It will not be included in the request message. The variable binding allows you to place three variable headers (HTTP Headers) that you can use in dynamic config, it will not populate the SOAP Header at all.
    If there is information in the SOAP Header that you need, you might as well run it in noSOAP mode by checking Do Not Use SOAP Envelope in your sender CC.
    Regards,
    Mark

  • How to run [strike]line thru work[/strike] while leaving it visible

    in body of text sometimes useful to 'strike' one term out, leaving it visible to recipient, while adding an alternate term after '/strike'
    Have been unable to figure out how to do this, or read any prior tip.
    Please advise.

    In a new Write message
    type the word
    then highlight the word
    'Format' > 'Text Style' > select 'Strikethrough'

  • Adding Animation While Waiting

    Have a number of CF form pages, which users fill out (formpage.cfm).  These call the actionpage.cfm, which displays the report.
    Would like to add animation while the user is waiting for their reports.  Not exactly sure how best to do this with CF9.  Don't use/implement Ajax, but could learn.  If there are other ways, such as java-script, etc., just need to know the best placement for the script (does it go in the formpage or the actionpage .CFM file?, etc.).
    Just need to see a few examples of how others have implemented this in the past.  If anyone has some pointers, or sample code to share, that would be most appreciated.  Thank you.
    Gary

    Dan, you're still writing CF code?  Good for you.  Thanks for the tip.  We recently cut-over to CF9 from CF7, and wasn't aware of this tag.  It's not the easiet tag to implement.  I tried it, without success.  Followed all the instructions in Adobe's CF9 Reference Guide.   Am trying to use it in a "formpage" to "actionpage" scenario.  I have not used Ajax code before, and that could be my problem.
    I have a normal CFFORM template where users make their selections, then click SUBMIT.  That template (mypgm_formpage.cfm) calls (mypgm_actionpage.cfm) which invokes the CFC to run the query, and displays the output. 
    Per instructions, put all the scripts in the right places, changed my application.cfm file to show "sessionmanagement = yes" (don't have an application.cfc as the instructions indicate).  On my formpage, I added onClick=startProgress() to the end of this line, so it looks like this <INPUT type="submit" name="Submit" value="Submit" onClick=startProgress()>.  Then added the <CFPROGRESSBAR tag, per instructions, below that.
    However, when I display the formpage, everything below the SUBMIT button disappears from the page, including all my instructions, notes, etc. 
    I created a CFC to hold the the GETSTATUS function.  The instructions didn't say whether to INVOKE the CFC in the application page, as i normally do with CFCs.  So I tried both WITH and WITHOUT invoking the GETSTATUS CFC.  No difference. 
    In any case, I tried clicking the SUBMIT button, and got the little yellow "java script error" message.  The program ran, and my report was displayed.  But there was no progress bar.  I must be doing something wrong, or perhaps there is some other AJAX code that is required, not mentioned in Adobe's CFPROGRESBAR instructions. 
    If any thoughts, I would greatly appreciate it.  In mean time, will take a few AJAX tutorials, and see what I can learn.  Thanks again,
    Gary

  • How to protect URL with OSSO while leaving sub-URL unprotected

    Hi,
    I have deployed an application to OAS while SSO is enabled and I have the following URL to be protected:
    http://host:port/myContext
    In the myContext application, there is a servlet that I want to be unprotected:
    http://host:port/myContext/myPublic
    I tried two ways to achieve this. One is in mod_osso.conf, create a Location entry like:
    <Location /myContext/>
         require valid-user
         AuthType Basic
    Order deny, allow
         Allow from myPublic
         Satisfy any
    </Location>
    The other way is to create a LocationMatch in mod_osso, like:
    <LocationMatch ^/myContext((?!myPublic).)*$>
    require valid-user
    AuthType Basic
    </LocationMatch>
    The problems with both of these two methods are they seem to break the HTTP server or show down the whole server. I would like to get help on this:
    1. What is the legitimate way to do this: protect a URL while unprotect its sub-page.
    2. In order to protect a new URL, besides adding a Location or LocationMatch , is there something else to do? I don't know why the new entries break/slow down the server.
    Thanks for any help.

    Hi,
    Please refer to this message:
    Re: How to deal with SSO secured webservices
    I tested the described approach and it worked fine for me.
    Best regards,
    IG

  • Problem while including the header file in C source code in CIN

    While Creating code interface node....
    In the C source code we are supposed to include the Header file "extcode.h".In my system i have installed
    Turbo C. I couldn't able to find the above header files.When i am trying to use the above header file i am getting error,what could be the reason

    Hi,
    You need to point your turbo C to ..\labview\cintools which is where you will find the extcode.h and other h file and also the lib file.
    Regards
    Ray Farmer
    Regards
    Ray Farmer

Maybe you are looking for

  • Officejet 7000 networking

    The Soluion and feature guide for the Officejet 7000 (page 13) states: "Enables convenient sharing- Designed to handle up to five network users." Does this refer to a workgroup 'shared' USB connection or to an IP over LAN connection? If 5 network use

  • Playing a game with NO disk drive?

    I recently downloaded Sims 3 on my 11 inch Macbook Air via File Sharing. Now... the only issue is that it will not play unless the disk is inserted... Problem...I don't HAVE a disk drive, obviously. How can I get the game to play properly when its al

  • List Purchase order text

    Hi I have 6000 material nr where i need to get the purchase order text from. Is this possible to do in SAP? Thanks Phrozen

  • Why are my objects snapping?

    Hello Illustrator forum, I've got a bit of trouble with Illustrator that I assume has a really simple answer but I can't seem to find the preference for it. My objects seem to be snapping to place but, as far as I can tell, I have all those settings

  • Exec Stored Function in EXEC_SQL?

    Hi! How to execute a function in EXEC_SQL? I need a sample. Thanks! Steenie