Can't get line items on same vertical plane

I am having some trouble getting elements to line up on the
same vertical plane. I am not sure if I am even going about it
correctly. Take this page for example:
http://visualidentity.iu.edu/media/standards.shtml
I want to acheive something similar to the top of the page
where it has visual identity on the left and then a search box on
the right. However, whenever I do it, the visual identity part is
always a little higher than than the search box. What I did was
make a div called "header" then 2 divs inside header called
"sitename" and "search". I floated sitename to the left and search
to the right but it seems the text in the sitename div is slightly
higher than the text in search. Is this the correct way to do this
or is there another way? Also,should I set a static height on the
header div and then "auto" widths on the sitename and search divs?
Also, how in dreamweaver do I enter a search box? Do I do
Insert-->form-->form and then modify the code?
thank you.

Try adding a margin or some padding to the search div. That
should expand the layer enough to make it the same height as your
other layer.
As far as a search box is concerned you do exactly what you
already have. You could insert a text box as that is the same as a
search box. So you wouldn't need to code that if you didn't want
to.

Similar Messages

  • Can't remove line item...

    I can successfully add products to my shopping cart. The problem is that I cannot remove them. My app consists of 2 beans and 2 jsp pages. One bean is just a setter/getter for a product (not show). The shopping cart bean is here:
    package shoppingcart;
    import java.util.ArrayList;
    import java.util.Iterator;
    import javax.servlet.*;
    import javax.servlet.http.*;
    public class CartBean extends HttpServlet {
    private ArrayList items = new ArrayList();
    public void addItem(OrderItem o) {
         items.add(o);
    public void removeItem(OrderItem o) {
         items.remove(o);
    public Iterator getContents() {
         System.out.println(items.size());
         return items.iterator();
    }The product page (not shown) just sends a value for 'product' over to the shopping cart. With the code here, I get a variable o unknown.
    <%@ page import="shoppingcart.OrderItem" %>
    <%@ page import="shoppingcart.CartBean" %>
    <jsp:useBean id="cart" class="shoppingcart.CartBean" scope="session"/>
    <%
    String action= request.getParameter("Action");
    %>
    <%
    if (action.equals("addtocart")) {
    String product = (String)request.getParameter("product");
    System.out.println(product);
    OrderItem o = new OrderItem();
    o.setProduct(product);
    cart.addItem(o);
    if (action.equals("Remove"))
    cart.removeItem(o);
    %>
    <%
         Iterator contents = cart.getContents();
         if (!contents.hasNext()) {
         out.println("<tr><td height=50><center>" + "You have no items to checkout" + "</center></td></tr>" );
         else {
         while (contents.hasNext()) {
         OrderItem o = (OrderItem)contents.next();
         %>
                          <tr class="text">
                            <td class="text"><%=o.getProduct() %> </td>
    <td align="center"><input name="Action" type="submit" value="Remove"></td>
    ...Any suggestions on how I can remove an line item at a time?? Thanks!

    If you upgrade a capex planning application through the upgrade wizard then the "Line Item" dimension will remain the same name, if you create a new application  then it will use the new options.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • How can i get my items to stay in place and not cross over each other when readjusting the browser s

    How can i get my items to stay in place and not cross over each other when readjusting the browser size.
    Basically on my site when i go from a small screen to a big screen everything doesn't adjust to the screen size. I don't know what im missing
    Here's the link to the page all the pages & they all do it
    http://theatricalworkslive.com/
    Thanks in advance

    Please read this whole message before doing anything.
    This procedure is a diagnostic test. It’s unlikely to solve your problem. Don’t be disappointed when you find that nothing has changed after you complete it.
    The purpose of the test is to determine whether the problem is caused by third-party software that loads automatically at startup or login, or by a peripheral device. 
    Disconnect all wired peripherals except those needed for the test, and remove all aftermarket expansion cards. Boot in safe mode and log in to the account with the problem.  Note: If FileVault is enabled, or if a firmware password is set, or if the boot volume is a software RAID, you can’t do this. Post for further instructions.
    Safe mode is much slower to boot and run than normal, and some things won’t work at all, including wireless networking on certain Macs. The next normal boot may also be somewhat slow.
    The login screen appears even if you usually log in automatically. You must know your login password in order to log in. If you’ve forgotten the password, you will need to reset it before you begin. Test while in safe mode. Same problem? After testing, reboot as usual (i.e., not in safe mode) and verify that you still have the problem. Post the results of the test.

  • FI drilldown reports- cant get Line item details in dynamic selection

    Hi,
    In FI drill down reports line item analysis, i create form in FDI4.I get document currency as a key figure.
    While executing a report in tcode FDI0. i gave company code,dealer and currency as 'EUR' in dynamic selection,.
    the correct output value '1245678.98' also displaying ,but i am not able to get line item details for the value '1245678.98'.
    the path to get line items is Extras-->Line items.
    it shows message as 'The value for characteristic Currency is not unique. Reposition the cursor'.
    how to display line item details.
    plz help.

    Hi,
    You can get this functionality with Virtual Key figures.
    You will have the complete dataset in the RSR00002 Enhancement in CMOD.
    Thank you
    Arun

  • To get line item and confirmation details from CRM_ORDER_READ

    Hi,
    Please can anybody let me know which the field from which i can get line item details and material for the service order given?
    I am using CRM_ORDER_READ to retrieve the values. In that i am exporting 4 fields - et_orderadm_h,  et_orderadm_i, et_product_i, et_doc_flow. So from where to get line items and material id from these fields?
    I will be very thankful if i get the answer of this question.

    Hi,
    The attribute NUMBER_INT of ET_ORDERADM_I contains the Item Number.
    Hope this helps!
    Regards,
    Rohit

  • How to get line item net price and net value?

    I have using "BAPI_SALESORDER_SIMULATE" to SIMULATE to create SO,
    the return table
    ORDER_ITEMS_OUT-NET_VALUE is not equals than created by VA01 .
    how to get line item net price and net value?

    Hi,
    Can u elaborate ur query ?
    By this FM you cannot create a SO . Use FM --> BAPI_SALESORDER_CREATEFROMDAT2
    Regards,
    MAdhukar Shetty

  • Can sales order line item text be replicated into production order

    Hi
    Can sales order line item text be replicated to production order through standard PP configuration? If so how can it be done?
    If that is not possible through standard configuration then can it be possible to read both sales order line item information and production order information using a BAPI or a program?
    Please help me, i have been trying hard for this and also searches sdn for relevant posts but could not find any, I thank all people who can help me with some information on this.
    Regards,
    Jessica

    Sample code:
    DATA:
      wa_order_objects    TYPE bapi_pp_order_objects.
    DATA:
      it_order_header     TYPE STANDARD TABLE OF bapi_order_header1.
    *--Setting Flag to get details of BAPI
      wa_order_objects-header         = c_x.
      CALL FUNCTION 'BAPI_PRODORD_GET_DETAIL'
        EXPORTING
          number           =  "Order number"
          order_objects    = wa_order_objects
        TABLES
          header           = it_order_header.

  • I have 2 accounts in my family and would like to purchase some of the same songs for both accounts, however when I try to purchase a duplicate song from the second account the song says play instead of purchase. How can I get some of the same songs?

    I have 2 accounts in my family and would like to purchase some of the same songs for both accounts, however when I try to purchase a duplicate song from the second account the song says play instead of purchase. How can I get some of the same songs?

    Drrhythm2 wrote:
    What's the best solution for this? I
    Copy the entire /Music/iTunes/ folder from her old compouter to /Music/ in her account on this new computer.

  • How can I get an item that has the broadcast icon next to it into MP3 format so I can put it on my ipod nano?

    Question: how can I get an item in my itunes library, on my mac os 10.6.7 that has a broadcast icon next to it into MP3 format so I can play it on my ipod? right now it won't let me, and it's very frustrating!!!! thanks

    I might have misunderstood what you mean by the "broadcast icon," but if you are talking about an audio stream, then there is just no way you can convert a stream to MP3. What this would involve is either recording the stream, and then you would just be replaying the recorded audio on your iPod (is this what you are trying to achieve?), or reading the stream directly on your iPod, which an iPod nano does not support (it would need wireless connectivity).
    Hope this helps

  • My phone froze and deleted two items in my reminders. How can I get those items back?

    I was writing some notes in my reminders and my phone froze for a second. When it unfroze I notice it had deleted two of the items I wrote in my reminders. How can I get those items back?

    They are only where you put them, if you did not download them on the computer or transfer them from the iDevice, there is no logical expectation for them to be on the computer.
    Downloading past purchases from iTunes

  • What is line item datas,how can u check line item in Infocube?

    Hi friends,
    what is line item datas,how can u check line item in Infocube?

    hi konda,
    line item data
    i shall give u an example .
    consider a super market bill,
    the bill has 1.customer name        2. bill number   3. date of purchase
    the above line will be header.
    line item data are the items which u purchase.
    item 1 pencil  2 rubber  3. sharpner  4. cryon  5. sketch pens
    above are line item datas.  for a particular set of header data u may have many line item datas.
    reward points if helpful.
    bye.

  • HOW CAN I GET LINE IN ON SOUD IN SYSTEM PREFERENCE I NEED TO CONNECT MY GUITAR.

    HOW CAN I GET LINE IN ON SOUD IN SYSTEM PREFERENCE I NEED TO CONNECT MY GUITAR.

    Please do Not type in ALL CAPITALS.  It is considered shouting in online communications.  Now, in System Preferences, click on "Sound", and in that window click on the "Input" tab shown below.  Then in the list below that click on "Line In."  That will activate the Audio Line-In Port.

  • HT1766 I purchased an iPad air and chose a backup from my iPhone 5s.  The only issue is only 30 of my photos downloaded to my iPad and none of the music.  How can I get all items on the iPad?

    I purchased an iPad air and chose a backup from my iPhone 5s.  The only issue is only 30 of my photos downloaded to my iPad and none of the music.  How can I get all items on the iPad?

    you are using I tunes as the middle man for this back up, right?
    When you plug in the pad to i tunes, give it a unique name, like my pad.  I tune may be thinking it is talking to your phone.  It will keep track of what you what on each device.  Then plug your phone back in, and make sure your photos are uploaded to the computer - in i photo if you are using a mac, or in whatever photo program you are using on a windows device.  You also want to make sure you have uploaded to the computer all of your music.
    Once you get all that stuff there, plug the pad back in, and go through each of the tabs - selecting the music, photos etal that you want on the pad, then resync.

  • Can i get After Effects in 30days trial plan?

    can i get After Effects in 30days trial plan?

    Yes, provided you have a 64 bit computer and a 64 bit operating system.
    http://www.adobe.com/products/aftereffects/tech-specs.html

  • How to avoide entry of same material in  line item in same sales order?

    Dear SD Experts,
      In my project client has requirement related to Material in sales order. Client wants " while creating sales order (VA01) that time particular Material  should use one time in the sales order". If  same material used more than one time in item line in the existing sales order  that time system must  give the Error  Massage.
    Kindly suggest me how can I fulfill above requirement. 
    Regards,
    Manzoor Ahmad

    Hi Manzoor Ahmad,
    This is an interesting requirement  and this cannot be achieved through Standard SAP functionality. We can achive this through custom development in Userexit MV45AFZZ with the help of Developer . The logic has to be while creating sales order , you have created line no 10 with "matl no 1234 " and again trying to use the same material  in line no 30 , then the system has to check all the line items that are created before the line no 30 . This same logic need to be applied for Tcode VA02  also.
    Please post the  the solution once implemented.
    Thanks and regards
    Veera

Maybe you are looking for

  • IPod no longer Authorized, since OS 4.3 upgrade

    A little bit of history first- iPod touch is 1 year old (3rd gen). Until a week ago, I have had no problems syncing it with iTunes. All of a sudden, after the iOS 4.3 upgrade, next time I connected for Sync, I get: This computer is no longer authoriz

  • MB5B transaction report modification

    Dear SAP gurus, Can anybody help me to add material group and material type in MB5B transaction report . thanks and regards Amit

  • Trip simulation error in WD ABAP

    Hi SDNers, We are using WD ABAP based travel management via ESS/MSS with EP 7.0 ECC 6.0 EhP4 landscape. We are trying to raise a travel request for various employees (pernrs), it gives the following error message. Trip can not be saved due to errors

  • How to fix iMac g5 - 17" overheating problem

    Hi, I have an iMac G5 (17") which seems to be overheating. The fans turn-on about 10-15 min after start-up. Occasionally, the machine will go to sleep. Not the usual sleep-mode but a sleep mode in which all processes seem to stop. If I place the mach

  • InDesign CS4 - saving as PDF, text has faint boxes behind each letter.

    I can't figure out why when I save or export my document as a PDF the text doesn't show correctly.  What happens is the letters have small boxes behind each one and some of the letters are just outlines.  I checked and the font I'm using has been ins