Layout trouble

Hello everyone,
I have been having a hard time with layouts in dw (box method).  I did a vid tute and followed the instructions to the T but my results were different than the instructors. I am using DW CS5 (same as the instructor).  He taught a simple layout which I have posted instructions below.  When I click on live view, the div.container has small space at the top of the page. He doesn't have any space on his results. He indicated 0 margins. everything is fine until I go to the box within the header (logo placeholder) and change it to 15px all the way around, then when I click on live view, it has the space at the top of the div container. The space should be within the header for the placeholder, not the div.container.  Help please

here you go.
these are my notes.
new file, Choose html, 2 column fixed, left sidebar, header and footer; doctype xhtml 1.0 transitional
Customizing the layout
First change the overall width of the page. Need to change pixel measurement of the outside element which is called div.container.  The width should be 960 px and change to 1040 and press tag twice and it will adjust.
The margin in css styles panel is set to center the fixed element on the page (if reduce the panels you will see it is centered on the page on the left and right).  It is handled by changing the margins .the current margin is set for Top and bottom use 0 margin and left and right use auto setting which will automatically calculate the amount of margin left after you subtract the size of the container.
Lets start adjusting design starting with the header. The height of the header is currently being driven by the logo placeholder. You can tell by going to header rule and will notice there is no height specified.  Never let the header go with being controlled by an element in it (logo placeholder). So make it 173 px (typically logo Is that size). Click on the logo placeholder, go to css styles panel and choose new css rule.  Choose compound type, and name the selector .header img ( so any image that’s in the header will be affected by this rule). Keep rule definition in this document only. Go to box category and add margin (15 px all the way around (choose same for all)
Now will work with additional width we got from expanding the layout.  Will bring the sidebar up and expand it. Select sidebar and open up css styles panel. Go to properties and then css styles, change width to 220px. Change img placeholder to 220 px in width. Now the links are too short and don’t fill out the column. We need to adjust them. Open the css styles panel. Go to rules, don’t want to select the selected ul.nav. hover rule but the one above it the a.visited link. Then see the width in the properties diaglog box below it. Change the width to 200px instead of 220 which is what we changed the placeholder and left sidebar too. (can change to 220 if you wish)
Now we will change the content, cause if we go in liveview, we will see the extra space to the right. So select the div.content and go the css styles menu and change the width to 820px, because we already had the left nav bar at 220 and the entire div.container at 1040 px and 820px and 220px equals 1040px.

Similar Messages

  • Tecra A4: Bios passwords rejected: keyboard layout trouble?

    Before traveling I have decided to protect my professional laptop (Tecra A4) with both a Bios password and a harddrive password.
    I went into the Bios, entered the main password, went on page 2, enter the disk password, rebooted, got prompted for the password, type it... rejected. Tried 3 times and the laptop stoped.
    What is going on here? I *know* the password I typed, plus I typed it twice in the Bios screen, so I am *sure* of what I typed.
    Sooo I am suspected a keyboard layout issue, as I have an Azerty layout.
    Is it possible that when in the Bios admin the layout is one way and in the initial password screen, another way? I have used "a" and "m", letters that move between Qwerty and Azerty.
    Of course I have tried typing my password with "q" instead of "a" and ";" instead of "m", but to no avail.
    I am locked. This is driving me nuts.
    Any help welcome,
    David

    Hi
    I have investigated a little bit on the Toshiba website and found this Toshiba document:
    http://support.toshiba-tro.de/kb0/TSB5A0164000IR01.htm
    Well, if you will not solve this issue you have to contact the Toshiba service.
    He can downgrade the BIOS or remove the BIOS password.

  • Nokia 5800 Layout trouble!

    Hey guys,
    About a month ago, my new nokia 5800 which i recieved on a plan using virgin fell into water. I bought a new one from a website called topbuy.com.au, which came from Hong Kong, although claimed to be made at the same factory as all the other phones. When i received my new phone, i was suprised to see that everything seemed to be in order, and that it all looked fine.
    When i started the phone i noticed many problems with my layout. It all seemed very awkward, and the Add button for the quick contact function was large. I also had 2 buttons saying telehpone and contacts at the bottom of the screen instead of the 2 icons that were there on my older phone. I also do not have the full screen qwerty keyboard available, or atleast cannot find it, when i want to text. Another small thing i noticed was that when i scrolled through with the stylus, for example through the messageing menu, instead of stopping at the top or bottom it would keep scrolling untill i stopped.
    Sorry for the wall of text, but i would appreciate any help that anyone could offer.
    Thanks!
    Solved!
    Go to Solution.

    It sounds like your new 5800 has the new version 40 firmware on it.
    This version includes a new and improved contacts homescreen that allows for 20 contacts instead of 4.  It's not possible to have the old version back.  If you aren't bothered about the contacts homescreen you can switch to the shortcuts screen giving you back the two icons.
    Menu > Settings > Personal > Home screen > Home screen theme > Shortcuts bar
    The scrolling you have noticed is called kinetic scrolling. This was also added in v40 and cannot be disabled.  The faster you swipe the faster it will move.
    The full screen qwerty appears automatically when you rotate the phone when using the alphanumeric keyboard.  Auto rotate needs to be enabled in the settings for this to work.

  • JTabbed Pane Applet, Panel layout troubles

    Why is it not letting me set the layout on the panel that shows up in the tabs? This is driving me nuts :|
    import javax.swing.JApplet.*;
    import javax.swing.event.*;
    import javax.swing.*;
    public class UI extends JApplet
      public void init()
        JTabbedPane tabbedPane = new JTabbedPane();
        JTextField textfieldA = new JTextField();
        JComponent panell = makeTextPanel("Blah");
        tabbedPane.addTab("One", panell);
       protected JComponent makeTextPanel(String text) {
         JPanel panel = new JPanel(false);
         JLabel filler = new JLabel(text);
         filler.setHorizontalAlignment(JLabel.CENTER);
         panel.setLayout(new BorderLayout());  //Cannot resolve symbol
         panel.add(filler, BorderLayout.CENTER);
         return panel;
      public UI()
    }

    swing is just an extension of awt, but not everything needed to be extended. awt is the only library with BorderLayout.

  • My Posts still has layout trouble

    Posted below is the source of a line that came out of alignment. I am using (lt) to indicated less than, and (gt) to indicate greater than symbols:
    (lt)tr(gt)
    (lt)td width="1%"(gt)5.(lt)/td(gt)
    (lt)td width="1%"(gt)
    (lt)img src="http://a772.g.akamai.net/7/772/51/20070826/discussions.apple.com/images/read-16x 16.gif" width="16" height="16" border="0" title="Read" alt="" /(gt)
    (lt)td class="jive-thread-name" width="99%"(gt)
    (lt)a href="message.jspa?messageID=5531180#5531180"
    (gt)Re: OS 10.4 freeze on startup</a(gt)
    (lt)/td(gt)
    This is on Internet Explorer 6.0.2 for Windows 2000.
    Message was edited by: a brody

    I am also having a lot of trouble with post alignment in safari 3.0.3 on Mac OS 10.4.10.
    Could a host please look into this issue?
    Thanks!

  • Custom layout trouble

    I have created a custom layout to lay elements out in a especial way.
    But I want to enable mouse wheel function. Let every element move like in the path when they are staticed.
    I try to change the verticalScrollPosition or horizontalScrollPosition but the result is not what I imaged.
    So should override some function to achieve that ?

    I think you'll want to override getElementBoundsLeftOfScrollRect() etc.  This post has a code sample that does that: http://flexponential.com/2010/03/06/learn-how-to-create-a-simple-virtual-layout-in-flex-4/

  • CSS Layout Trouble

    Here is a
    problem child I am working on.
    I have tried different orders with the divs and clears, etc,
    but i cannot get the main content div to stick to the top.
    Attached is the style sheet.

    Set the margin-top to 0
    Gary
    "OlDirty" <[email protected]> wrote in message
    news:[email protected]...
    >
    http://php.wmsgroup.com/eofd6.org/education.html
    >
    > I have tried different orders with the divs and clears,
    etc, but i cannot
    > get
    > the main content div to stick to the top.
    >
    > Attached is the style sheet.
    >
    > /* Top Elements */
    > * {
    > margin: 0px;
    > padding: 0px;
    > }
    > body {
    > font: 12px/1.5em Arial, Helvetica, sans-serif;
    > color: #FFFFFF;
    > background: #FFFFFF;
    > text-align: left;
    > }
    >
    > /* links */
    > a, a:visited {
    > color: #999999;
    > background: inherit;
    > text-decoration: none;
    > }
    > a:hover {
    > color: #333333;
    > background: inherit;
    > padding-bottom: 0;
    > text-decoration: underline;
    > }
    > a.gallery, a.gallery:visited {
    > color: #FFFFFF;
    > text-decoration: underline;
    > }
    > a.gallery:hover {
    > color: #FFFFFF;
    > text-decoration: none;
    >
    > /* headers */
    > }
    > #volunteer h1 {
    > font: normal 18px Georgia, "Times New Roman", Times,
    serif;
    > color: #660000;
    > padding-bottom: 10px;
    > }
    > #content h1 {
    > font: normal 22px Georgia, "Times New Roman", Times,
    serif;
    > color: #650000;
    > padding-bottom: 10px;
    > }
    > #gallery h1 {
    > display: block;
    > color: #FFFFFF;
    > letter-spacing: -1px;
    > padding-bottom: 10px;
    > font: normal 20px Georgia, "Times New Roman", Times,
    serif;
    > }
    > h2 {
    > font: normal 18px Georgia, "Times New Roman", Times,
    serif;
    > padding-bottom: 6px;
    > border-bottom: 1px solid #999999;
    > width: 300px;
    >
    > /* images */
    > }
    > .floatright {
    > float: right;
    > margin: 8px;
    > border: 1px solid #CCCCCC;
    > background: #EFEFEF;
    > padding: 10px;
    >
    > /* form elements */
    > }
    > form {
    > margin:10px; padding: 0 5px;
    > background: #F5F5F5;
    > }
    > label {
    > display:block;
    > font-weight:bold;
    > margin:5px 0;
    > }
    > input {
    > padding:2px;
    > border:1px solid #eee;
    > font: normal 1em Verdana, sans-serif;
    > color:#777;
    > }
    > textarea {
    > width:400px;
    > padding:2px;
    > font: normal 1em Verdana, sans-serif;
    > border:1px solid #eee;
    > height:100px;
    > display:block;
    > color:#777;
    > }
    > input.button {
    > font: bold 12px Arial, Sans-serif;
    > height: 24px;
    > margin: 0;
    > padding: 2px 3px;
    > color: #333;
    > background: #e7e6e6 url(button.jpg) repeat-x;
    > border: 1px solid #dadada;
    > }
    >
    > /* search form */
    > .searchform {
    > background-color: transparent;
    > border: none;
    > margin: 0 5px 0 10px; padding: 5px 0 15px 0;
    > width: 190px;
    > }
    > .searchform p { margin: 0; padding: 0; }
    > .searchform input.textbox {
    > width: 100px;
    > color: #777;
    > height: 18px;
    > padding: 2px;
    > border: 1px solid #E5E5E5;
    > vertical-align: top;
    > }
    > .searchform input.button {
    > width: 60px;
    > height: 24px;
    > padding: 2px 5px;
    > vertical-align: top;
    > }
    >
    > /********************************************
    > LAYOUT
    > ********************************************/
    > #wrapper {
    > margin: 20px auto 0px;
    > width: 980px;
    > position: relative;
    >
    > }
    > #logo {
    > float: left;
    > height: 192px;
    > width: 234px;
    > position: relative;
    > }
    > #header {
    > float: left;
    > height: 192px;
    > width: 745px;
    > position: relative;
    > }
    > #content {
    > float: left;
    > width: 691px;
    > position: relative;
    > background: #FFFFFF url(images/content.jpg) no-repeat;
    > color: #333333;
    > padding: 150px 30px 20px 22px;
    > }
    > #gallery {
    > float: left;
    > height: 200px;
    > width: 116px;
    > position: relative;
    > background: url(images/photogallery.jpg) no-repeat;
    > padding-top: 72px;
    > padding-left: 12px;
    > padding-right: 10px;
    > }
    > #training_photo {
    > float: left;
    > height: 197px;
    > width: 234px;
    > background: url(images/training_photo.jpg) no-repeat;
    > position: relative;
    > clear: both;
    > }
    > #volunteer {
    > float: left;
    > height: 170px;
    > width: 214px;
    > position: relative;
    > background: url(images/volunteer.jpg) no-repeat;
    > padding-top: 27px;
    > padding-left: 20px;
    > color: #333333;
    > }
    > #firetruck {
    > float: left;
    > height: 197px;
    > width: 266px;
    > position: relative;
    > }
    > #training {
    > float: left;
    > height: 197px;
    > width: 245px;
    > position: relative;
    > }
    >
    > /* Navigation */
    > #nav {
    > float: left;
    > height: 272px;
    > width: 234px;
    > position: relative;
    > background: #333333;
    > }
    > #nav ul {
    > float: left;
    > list-style: none;
    > width: 234px;
    > padding: 0;
    > height: 40px;
    > display: inline;
    > text-transform: uppercase;
    > margin: 0 0 0 0px;
    > }
    > #nav ul li {
    > display: inline;
    > margin: 0;
    > padding: 0;
    > }
    > #nav ul li a {
    > display: block;
    > float: left;
    > width: 214px;
    > color: #999999;
    > text-transform: capitalize;
    > text-decoration: none;
    > font: normal 13px/38px Georgia, "Times New Roman",
    Times, serif;
    > margin: 0;
    > padding-left: 20px;
    > border-bottom: 1px solid #666666;
    > }
    > #nav ul li a:hover,
    > #nav ul li a:active {
    > color: #FFFFFF;
    > }
    > #nav ul li#current a {
    > background: #DBDBDB url(nav-current.jpg) repeat-x;
    >
    > /* footer */
    > }
    > #footer {
    > float: left;
    > height: 50px;
    > width: 980px;
    > position: relative;
    > text-align: right;
    > margin: 0px;
    > padding: 0px;
    > color: #333333;
    > font: 11px/1.5em Georgia, "Times New Roman", Times,
    serif;
    >

  • Card layout trouble

    I cannot figure out why when I run the program it shows the second card, and will not change when I click on the buttons that should change the card.
    import java.io.*;
    import java.awt.*;
    import java.awt.event.*;
    import javax.swing.*;
    import java.text.*;
    import java.util.*;
    public class Payroll extends JFrame
        // Card Layout to hold panels of GUI
        private CardLayout cardLayout = new CardLayout();
        // panels for various parts of GUI
        private JPanel homePanel = new JPanel();
        private static JPanel filePanel = new JPanel();
        private JPanel processedPanel = new JPanel();
        private JPanel journalPanel = new JPanel();
        private JPanel checkPanel = new JPanel();
        private JPanel stubPanel = new JPanel();
        // contentPane will hold other panels via cardLayout
        private JPanel contentPane;
        //row panels that will be used in various other panels
        private JPanel firstRow = new JPanel();
        private JPanel secondRow = new JPanel();
        private JPanel thirdRow = new JPanel();
        private JPanel fourthRow = new JPanel();
        private JPanel fifthRow = new JPanel();
        //create other data
        private int fileReturnValue;
        private JFileChooser fc = new JFileChooser();
        private File file;
        public Payroll()
            super("Widget Incorporated Payroll");
            contentPane = (JPanel)getContentPane(); // get contentpane
            contentPane.setLayout(cardLayout);  //set its layout to cardlayout
            //create the panels as cards
            homePanel = createHomePanel();
            filePanel = createFilePanel();
            /*processedPanel = createProcessedPanel();
            journalPanel = createJournalPanel();
            checkPanel = createCheckPanel();
            stubPanel = createStubPanel();*/
            contentPane.add(homePanel,"home");
            contentPane.add(filePanel,"file");
            /*contentPane.add(processedPanel);
            contentPane.add(journalPanel);
            contentPane.add(checkPanel);
            contentPane.add(stubPanel);*/
            cardLayout.show(contentPane, "home");
        private JPanel createHomePanel()
            //Create the layout for this panel
            JPanel homePanel = new JPanel(new GridLayout(4,1));
            FlowLayout rowSetup = new FlowLayout(FlowLayout.CENTER);
                firstRow.setLayout(rowSetup);
                secondRow.setLayout(rowSetup);
                thirdRow.setLayout(rowSetup);
            //Create components for this panel
            JLabel hoursWorkedLabel = new JLabel("Default hours worked:");
            JTextField hoursWorkedField = new JTextField("40",2);   
            JButton processButton = new JButton ("Process payroll for all non-terminated employees");  
            JButton closeButton = new JButton ("End Program");
            //Clear all rows
            firstRow.removeAll();
            secondRow.removeAll();
            thirdRow.removeAll();
            fourthRow.removeAll();
            fifthRow.removeAll();
            //Add the components to rows
            firstRow.add(hoursWorkedLabel);
            firstRow.add(hoursWorkedField);
            secondRow.add(processButton);
            thirdRow.add(closeButton);
            //Add the rows to this panel
            homePanel.add(firstRow);
            homePanel.add(secondRow);
            homePanel.add(thirdRow);
            //Add action listeners to the buttons
            processButton.addActionListener(new ActionListener()
                public void actionPerformed(ActionEvent e)
                    //creates next part of GUI
                    cardLayout.show(contentPane,"file");
            processButton.addActionListener(new ActionListener()
                public void actionPerformed(ActionEvent e)
                    //Verfies user wants to close program
                    int answer = JOptionPane.showConfirmDialog(null,"Are you sure you want to end the program","Exit",JOptionPane.YES_NO_OPTION);
                    if (answer == JOptionPane.YES_OPTION)
                    System.exit(0);
            return homePanel;
        private JPanel createFilePanel()
            //Create the layout for this panel
            JPanel filePanel = new JPanel(new GridLayout(3,1));
            FlowLayout rowSetup = new FlowLayout(FlowLayout.CENTER);
                firstRow.setLayout(rowSetup);
                secondRow.setLayout(rowSetup);
                thirdRow.setLayout(rowSetup);
            //Create components for this panel
            JLabel chooseFileLabel = new JLabel("Select the payroll file");
            final JTextField fileChooseField = new JTextField(25);
            JButton fileChooseButton = new JButton("Find");
            JButton fileOKButton = new JButton("Process");
            JButton fileBackButton = new JButton ("Back");
            //Clear all rows
            firstRow.removeAll();
            secondRow.removeAll();
            thirdRow.removeAll();
            fourthRow.removeAll();
            fifthRow.removeAll();
            //Add the components to rows
            firstRow.add(chooseFileLabel);
            secondRow.add(fileChooseField);
            secondRow.add(fileChooseButton);
            thirdRow.add(fileBackButton);
            thirdRow.add(fileOKButton);
            //Add the rows to this panel
            homePanel.add(firstRow);
            homePanel.add(secondRow);
            homePanel.add(thirdRow);
            //Add action listeners to the buttons
            fileChooseButton.addActionListener(new ActionListener()
                public void actionPerformed(ActionEvent e)
                    //Goes back to previous part of GUI
                    chooseFile(fileChooseField);
            fileBackButton.addActionListener(new ActionListener()
                public void actionPerformed(ActionEvent e)
                    //Goes back to previous part of GUI
                    cardLayout.show(contentPane,"home");
            return filePanel;
        private void chooseFile(JTextField field)
            fileReturnValue = fc.showOpenDialog(filePanel);
            if (fileReturnValue == JFileChooser.APPROVE_OPTION)
                file = fc.getSelectedFile();
            field.setText(file.toString());
        public static void main(String[] args)
            java.awt.EventQueue.invokeLater(new Runnable()
                public void run()
                    Payroll frame = new Payroll();
                    frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
                    frame.pack();
                    frame.setLocationRelativeTo(null);
                    frame.setVisible(true);           
        }

    I used an example from Encephtalophathic as a guide
    import java.awt.*;
    import java.awt.event.*;
    import javax.swing.*;
    public class SimpleCardLO1 extends JFrame
        // first create a CardLayout object
        private CardLayout cardlayout = new CardLayout();
        // contentPane will hold the next two panels via CardLayout
        private JPanel contentPane;
        private JPanel firstPanel;
        private JPanel nextPanel;
        public SimpleCardLO1()
            super("Simple Card Layout");
            contentPane = (JPanel)getContentPane(); // get contentpane
            contentPane.setPreferredSize(new Dimension(160, 80));
            contentPane.setLayout(cardlayout); //set its layout to cardlayout
            // create the two panels held in contentPane as cards
            firstPanel = createFirstPanel();
            nextPanel = createProcessPanel();
            // and add them.  The String helps to recognize which panel is which
            contentPane.add(firstPanel, "First");
            contentPane.add(nextPanel, "Next");
        private JPanel createFirstPanel()
            JPanel firstPanel = new JPanel(new GridLayout(0, 1, 20, 20));
            JPanel buttonPanel = new JPanel();
            JButton nextButton = new JButton("Process");
            buttonPanel.add(nextButton);
            firstPanel.add(buttonPanel);
            nextButton.addActionListener(new ActionListener()
                public void actionPerformed(ActionEvent e)
                    // to get the next panel, simply call cardlayout's next method
                    // also pass a reference the component that is using the cardlayout as its manager
                    cardlayout.next(contentPane);
            return firstPanel;
        private JPanel createProcessPanel()
            JPanel processPanel = new JPanel(new GridLayout(0, 1, 20, 20));
            JPanel buttonPanel = new JPanel();
            JButton backButton = new JButton("Back");
            buttonPanel.add(backButton);
            processPanel.add(buttonPanel);
            backButton.addActionListener(new ActionListener()
                public void actionPerformed(ActionEvent e)
                    // to get the previous panel, call the previous method
                    cardlayout.previous(contentPane);
            return processPanel;
        // code to call this program in a thread-safe way
        public static void main(String[] args)
            java.awt.EventQueue.invokeLater(new Runnable()
                public void run()
                    SimpleCardLO1 frame = new SimpleCardLO1();
                    frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
                    frame.pack();
                    frame.setLocationRelativeTo(null);
                    frame.setVisible(true);            }
    }The example works and mine doesn't and I just can't find the difference
    Edited by: tim.raptorrunner on Jan 17, 2008 8:54 PM
    As far as I can tell it decided to randomly work.

  • Please help, Pages layout trouble

    So I'm doing a newsletter...and I'm about ready to take my computer and pages with it and smash it with a sledgehammer. For some odd reason I cannot get text boxes that I insert to move. They will move on their own and will only have the resize box and It's very infuriating. Secondly, when I print it out, it's not on the full page. It literally doesn't fit an 8 1/2 x 11 page. Why is that???? Lastly, when I try to make the background box (I'm using a layout) to conform to the rest of the page, I get an x and it won't move. Can someone help me please? Because I swear I'm about to go and do this on a PC.

    I understand your frustration. We've all been there. But I think both of these problems have easy fixes.
    When an inserted object can't be moved, the cause is almost always that it is set to "move with text." This happens when the cursor is active in the text layer when the object is inserted. To avoid this, click outside the layout area to enter the object layer then insert the object. For those objects already inserted, click on an object (you should see faint handles), then go to the wrap inspector (the third icon) & click the button next to "fixed on page." You may want to change the "extra space" to less than the default 12 points. Objects you want in the background have to start out as fixed on page.
    For the shrunken printed page, my guess is that you have comments turned on. Go to the View menu & select Hide Comments.

  • Page Layout Trouble

    I have designed a page layout in Fireworks 8 that my
    client is very intereted in. It consist of a brick wall with
    antique paper nailed to it. I would like the "paper" to contain the
    content. When I add the content to the layout in Dreamweaver 8, the
    paper graphic is no longer in alignment with the rest of the
    design. I would like for this "content area" to be scrollable,
    separate from the rest of the design. This site needs to be in html
    and not flash, due to the target audiences internet connections.
    Does anyone have any suggestions?

    Loco-Motive,
    Thanks a bunch for the tip. I'm still fairly new to CSS. That
    was exactly what I was trying to figure out. One thing that this is
    doing now though is when the screen resolution is changed, the
    <DIV> stays absolute and then the rest of the background
    graphic is mis-aligned. Can this be prevented?
    FluidMX

  • Equium A60 keyboard layout troubles

    Hello folks... I got a problem with my notebook if someone would to help me ....
    My computer is a equium A60, the keyboard layout is : English-United Kingdon, because I bought the laptop in England last year.. but I've moved to my country - brasil, and I can't configure the keyboard to use the brazilian portuguese accents, I tried so many different layouts but no one worked... so, how can I get further support to sort it out? I already sent an email to toshiba brasil and toshiba england asking for some help, it's very important....
    thanks a lot...

    Hi!
    I alreay tried the brazilian abnt and abnt2 layout and didn't work... I tried the input language : portuguese brasil and layout: brazilian abnt(&abnt2)... didn't work ... I know the keyboard layout is UK, but I don't know why it doesn't want to work, because if a choose the input language as portuguese and the keyboard layout as UK it should work, isn't? Also, I tried US international, US, UK extended, portuguese from portugal, spanish, etc.. etc...
    What can I do? I really need to sort it out, is someone knows the way to fix that problem, please help me !!
    thanx man !!!!

  • Layout issues

    Hi,
    I'm with some layout troubles. I want the app to look exactly like this:
    http://pastebin.com/d2bf719e3
    But when I fill the "Devices" container with some elements, the whole App extends its height. This is not what I want it to behave. I want this exact layout, clipping the contents (not expanding to fit then) and adding a scrollbar. Would someone give me a tip?
    Thanks in advance

    Whatever container should have scrollbars needs minHeight/minWidth=0

  • Hyperlinks don't work after publishing

    Hope someone can help. I've had the same site up and running smoothly for a couple of years. Recently added some photo pages. Today, when I published the site to Mobile Me, the links stopped working. I didn't add any new links. Only the navigation bar on the new pages. I checked to make sure hyperlinks were active using the inspector, and they are. To see if something I did with the new pages was the culprit, I deleted both photo pages. All that work! Still, the hyperlinks work while I'm working in iWeb, just not on the published website. The website is www.toysfortotsmedford.org. Hope someone can help. Thanks!
    Nancy

    Bonjour
    It's a Layout trouble.
    Your textbox on iWeb becomes a text image on your website (shadow over the text?).
    http://www.toysfortotsmedford.org/Site3/Welcome_files/shapeimage2.png
    it overlays the whole page (and the menu).
    iWeb > Show > Show Layout > Check this textbox (size and position)
    and remove the shadow over the text.
    The navigation menu works perfectly on the other pages

  • Trouble adding a custom PDF Portfolio layout to Acrobat 9

    I asked this question over in the Acrobat Windows and Mac forums, but no luck. I think I was in the wrong place...anyways...apologies for cross-posting, but I'm stuck and up against a deadline!
    I've developed a custom navigator for an Acrobat 9 Pro PDF Portfolio. However, I’m having trouble getting it to show up as a layout option when I open Acrobat to create a PDF portfolio. The basic layouts are there, but I can't find my layout or the "other layouts" category.
    I've tried this in both Windows and Mac environments on two different computers. In Windows, I tried installing the .nav file in the C:\Program Files\Adobe\Acrobat9\Navigators directory; on Mac, I tried both /Application Support/Adobe/Acrobat/9.0_x86/Navigators/ and Applications/Acrobat 9 Pro/Contents/Resources/en.lproj/Navigators/ directories. I've shut down Acrobat and reopened the application, as well as restarted my computer. I still can't get the new navigator to show up.
    Is there perhaps a plug-in or something from the SDK that I need to install into Acrobat first in order for my custom .nav to show up? I'm sure it's something simple and obvious that I'm overlooking - but I haven't been able to figure out what. Any ideas would be greatly appreciated! Thanks in advance!
    Jill

    I thought so. I followed the instructions in a tutorial I saw on Acrobatusers.com. I updated the config.xml, navigator.xml, and the assets (arrows, background), then used WinZip to open an existing .nav file as an archive and swap out the files I changed. Maybe the mimetype file is getting compressed when I close WinZip? Is there another/better way to create the .nav file?

  • Having trouble with Layout Editor

    Hi,
    I'm using Oracle Forms Builder 6, with patch 18. Whenever I try to open the layout editor, I'm getting an error saying "Oracle Forms Designer has encountered a problem and needs to close. We are sorry for the inconvenience." and the whole program closes. This happens no matter which application I work on, even on a new form. It seems that this is a known bug and fixed in patch 12, but probably not. I have uninstalled and reinstalled the programs more than 10 times now, but still not working, and it was working good till 2 days ago.
    My system is Windows XP SP2, Dual core 1.86Ghz with 2GB memory.
    Any help?
    Thank you in advance.

    > and it was working good till 2 days ago
    What other software did you install 2 days ago?
    Something has corrupted your system. If you have a System Restore point prior to the failure, I would try restoring to that point.
    If that does not work, try to completely uninstall Forms and then re-install it.

Maybe you are looking for

  • Weblogic.security.internal.SerializedSystemIniException

    While starting weblogic server, I am getting the following error, Exception raised: weblogic.security.internal.SerializedSystemIniException: Version mismatch. have 0, expected 1      at weblogic.security.internal.SerializedSystemIni.<init>(Serialized

  • Problem calling servlet from within a jsp

    I have a servlet which obtains images for a page http://bychance.ca/servlet/ImageServlet?PhotoId=AJ-LA-4008 I use the servlet from within a jsp <img src="servlet/ImageServlet?PhotoId=<%=rs.getObject("ID")%>" border="0"> for some reason it does not wo

  • Apple TV 3 - Wont load library (spins)

    I have an Apple TV 3 as well as some Apple TV 2's on my network.   My Apple TV 3 is on my living room TV hooked up through an AV receiver that accepts multiple hdmi inputs.  I have a separate mac running iTunes in my audio closet.   Whenever I switch

  • Invoke OSSO protected SOAP service from composite

    Hi, I would like to invoke an OSSO protected SOAP Service from a composite. I haven't been able to figure out how exactly to invoke the service properly, and I end up with javax.xml.soap.SOAPException: Bad response: 401 Unauthorized or oracle.j2ee.ws

  • Service order costs

    Hello PS Experts, I am new to PS and I am working on Open service order costs. My requirement is  I have to pull all the costs on Project/WBS element summarized by Cost element. These costs should include the costs posted on order (which roll up to P