Trimming Top of Main/Wrap Table

I hope I am able to phrase this question correctly . . .
First off, I consider myself a Web Design hobbiest - not a
professional by any stretch of the imagination. The other premise
is - yes, I know CSS all the rage for web deign these days - but
for the purposes of this issue, I am using good ole' traditional
tables.
I am working in Dreamweaver 8. I set a main/wrap table for my
entire project - let's say 1024 x 768. I have been designing my
site within the main tables (with embedded tables and such). I have
decided that I want to trim some space off of the top of my main
table and, essentially, have everything within it bump up
accordingly. (I hope that made some sense). So, in essense, the
main/wrap table will now be something like a height of 760 (from
768).
Is there a way I can accomplish this without having to
painstakingly reposition all of the embeddeed tables, cells and
graphics within the main "wrap" table?
Thanks for any help, insight, or direction you can provide.
TOM

> Believe me ... I tried using CSS, using layers and such
Using layers is definitely not equivalent to using CSS,
although layers are
CSS constructions.
> The problem is, the
> layout neveer conformed cross platform (all the current
browsers).
A well built CSS page can definitely do that - and may not
have a single
layer on it - see for example, this page -
http://66.165.96.216/
> I'm not diminishing your advise, mind you ... just
explaining my
> frustration
> as it relates to my progress. I've been working ont his
website
> (eCommerce)
> project for many months - and I need to get it out.
Now - have you not been given a solution to your 'trimming
top of table'
question?
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.dreamweavermx-templates.com
- Template Triage!
http://www.projectseven.com/go
- DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs,
Tutorials & Resources
http://www.macromedia.com/support/search/
- Macromedia (MM) Technotes
==================
"tcraw1010" <[email protected]> wrote in
message
news:[email protected]...
>
quote:
Originally posted by:
Newsgroup User
> On Sat, 5 Aug 2006 17:50:50 +0000 (UTC), "tcraw1010"
>
> But I have really learnt a lot from this forum, and now
embrace CSS -
> not well perhaps - but I'm really trying. So I would
encourage anyone
> else in the same position to do likewise. Leave HTML
only pages
> behind.
>
> I'm now embarking on using PHP as well - and learning a
lot and
> hopefully improve my websites as a result.
>
>
>
> Believe me ... I tried using CSS, using layers and such.
The problem is,
> the
> layout neveer conformed cross platform (all the current
browsers). It
> simply
> got to be way too frustrating and time consuming to try
to learn
> everythign I
> needed to to get my site up and running. Perhaps at some
point I may have
> a
> profesional go over the site and see if he/she can't
re-qork ti to where
> it is
> all CSS . . . but for the time being, using traditional
tables is getting
> the
> job done (for the most part).
>
> I'm not diminishing your advise, mind you ... just
explaining my
> frustration
> as it relates to my progress. I've been working ont his
website
> (eCommerce)
> project for many months - and I need to get it out.
>
>
> TOM
>
>

Similar Messages

  • TOP OF PAGE printing according to SORT - ALV main internal table

    Hi guys
    I manage to solve my previous issues but 1 minor problem here
    Lets say I have an itab which has 3 records
    Sales Order | Purchase No, | Distributor
    1                  |   123               | abc
    1                  |   123               | abc
    2                  |   456               | TGIF
    I'm using FM REUSE_ALV_BLOCK_LIST_APPEND to display the ALV
    its working for the main INTERNAL TABLE but  when it comes to top of page, it doesn't follow the sort
    I want it to print
    Sales Order: 1
    Purchase No: 123
    Distributor: abc
    TABLE 1
    Sales Order: 2
    Purchase No: 456
    Distributor: TGIF
    TABLE 2
    But now its printing
    Sales Order: 1
    Purchase No: 123
    Distributor: abc
    TABLE 1
    Sales Order: 1
    Purchase No: 123
    Distributor: abc
    TABLE 2
    Sales Order: 2
    Purchase No: 456
    Distributor: TGIF
    TABLE <empty table>
    My codes was working previously but its not longer the same.
      READ TABLE it_report INTO l_report INDEX SY-tabix
      WRITE: text-003,          "Sales Order Number
            AT 22 l_report-ebeln.
      WRITE: / text-004,        "Purchase Order Number
             AT 25 l_report-purch_no.
      WRITE: / text-005,        "Distributor Number
             AT 22 l_report-kunnr.
      WRITE: / text-006,        "Ship to Name
             AT 16 l_report-wename1.
      WRITE: / text-007,        "Order Date
             AT 14 l_report-vdate.
      WRITE: / text-008,        "Delivery Date
             AT 17 i_vdatu.
    Can anyone help me out here?  How do I make it print just like the SORT for ALV?

    Refresh the work areas then it work fine

  • How to find out the top ten Change log tables in BW

    I want to know the top ten change log tables in terms of size. Do we have a SAP standard table where we have the following fields : "changlog table name", "number of records" field or "data in size" field.
    Regards,
    Prashant M J

    Hi,
    Click on change log table in the ODS/DSO at the top you see the name as /bic* which is the name of the database table which could also be seen at SE11.
    If you wana see the requests in this change log use rstsodsrequest
    and if you wana see the size in terms of kb, mb DB02 or st04
    use the table name /bic* and click on tables and indexes option in history tab
    DB02 tells you the sizes of the tables present on database. Incase you are not able to your basis team would help you in that
    Thanks and regards
    Kiran

  • Hide Main Window Table Footer information in only one of three copies

    Hi all, I have a problem regarding Smart Forms.
    So, I have used a Copies Window to display 3 copies(Vendor, HO, Site) of the same PO form.
    Below this I have a Main Window under which Ive defined a Table. The table has a footer which is looped with a different internal table. The Footer displays certain values, the way it is meant to be.
    But now, the problem is that the management does not want certain information (displayed in the footer of the Main WIndow table) to appear in the Vendor Copy and Site Copy. Meaning this information need to be displayed only in the HO copy.
    I tried putting the condition SFSY-COPYCOUNT = '002' on the footer but it doesnt work - nothing is displayed in all copies.
    I cannot create a new Copies Window because this info has to be necessarily placed in the Footer of the Table.
    So the question is, Is there any way I can hide certain Footer data of the Main Window in the HO Copy using any conditions?
    pk

    Ansari,
    Thanks for the reply. Thats a work-around Ive kept aside if I do not get a straight forward solution. Just need to know if theres a simpler solution that I might have overlooked. Tried searching the forums for a simpler solution but didnot find a relevant hit.
    So I'll keep waiting for a little while longer and if nothing come of it, I will go for this work around.
    Thanks again.
    pk

  • Problem in modifying the main internal table gt_data

    Hello i have written code for modifying the main internal table. i have read data from ausp table and put into the internal table gt_ausp. now i want to modify my main table GT-DATA with gt_ausp. i am not able to do this.
    LOOP AT gt_data  INTO ls_list.
        lt_temp-objek  =  ls_list-matnr.
        APPEND  lt_temp.                  " 특성값 발췌용도로 저장
        APPEND  ls_list  TO lt_work.      " 핵심작업용도로 저장
      ENDLOOP.
      DESCRIBE TABLE lt_temp.
      IF  sy-tfill  EQ  0.
        pv_flg  =  'X'.
        EXIT.
      ENDIF.
    Get 제품인증(플랜트별).....
      DESCRIBE TABLE lt_cetino_tp.
            플랜트          자재번호
            카타로그-인증   코드그룹-인증   인증코드
            Certi. No.
    Get 자재별 특성값..........
              오브젝트  특성이름  내부특성   내부카운터  특성값
      SELECT    aobjek    batnam   aatinn    aatzhl    a~atwrt
            INTO CORRESPONDING FIELDS OF TABLE  lt_ausp_tp
            FROM ausp AS a  INNER JOIN  cabn AS b
              ON aatinn  =  batinn
             FOR ALL ENTRIES IN  lt_temp
           WHERE a~objek  EQ  lt_temp-objek   " 오브젝트키(자재번호)
             AND a~klart  EQ  '001'           " 클래스유형
           AND a~atzhl  EQ  '001'           " 특성값카운터(최종건만 존재)
                                              자재특성 변경시 변경됨
             AND b~adzhl  EQ  '0000'.
      IF  sy-subrc  EQ  0.
        DELETE ADJACENT DUPLICATES FROM  lt_ausp_tp.
        lt_ausp[]     =  lt_ausp_tp[].
        lt_ausp_tp2[] =  lt_ausp_tp[].
        DELETE ADJACENT DUPLICATES FROM  lt_ausp_tp2.
      Get 특성내역
              내부특성   " 내부카운터
              특성값       특성값내역
        SELECT    aatinn  " aatzhl
                  aatwrt    batwtb
              INTO CORRESPONDING FIELDS OF TABLE  lt_cawn
              FROM cawn AS a  INNER JOIN  cawnt AS b
                ON aatinn  =  batinn  AND
                   aatzhl  =  batzhl  AND
                   aadzhl  =  badzhl
               FOR ALL ENTRIES IN  lt_ausp_tp2
             WHERE a~atinn  EQ  lt_ausp_tp2-atinn  " 내부특성
               AND b~spras  EQ  sy-langu.
      ENDIF.
      SORT  lt_work BY matnr .
      BREAK-POINT.
      LOOP AT lt_work  INTO ls_list.
      특성내역
        READ TABLE  lt_ausp  WITH TABLE KEY  objek = ls_list-matnr
                                             atnam = 'SECTION_WIDTH'.
      수출자재가 아닌 것은 제외
    LS_LIST-SECTION_WIDTH = LT_AUSP-ATWRT.
    MODIFY TABLE GT_DATA FROM LS_LIST  TRANSPORTING SECTION_WIDTH.

    Hi,
    Question before: why dont you just use the std.API for reading the classification data?
    e.g. "BAPI_OBJCL_GETDETAIL"
    Second: a DELETE DELETE ADJACENT DUPLICATES works only only sorted tables.
    Doing this after a select will only succeed randomly depending on the buffers of your data based below.
    ( 90% chance if it is an oracle system)
    To your question:
    Just replace your LOOP AT gt_data into ls_list
    by a LOOP AT gt_data ASSIGNING <current_list_record>.
    then you can access the fields directly:
    <current_list_record>-SECTION_WIDTH = LT_AUSP-ATWRT.
    Cause of your issue:
    "MODIFY" needs a key to to find the record to be updated.
    If your gt_data ist referencing a DDIC table type with a key or a local type with a key
    it has no chance to do it.
    Hope that helps.
    br,

  • No records in main.active table?

    I just updated my Muse, made a few changes to my site and saved. While saving, Muse crashed. Now when I try opening the site I receive the message "This Adobe Muse site file cannot be opened. no records in main.active table"? I freaking out here a little.... please help. Thank-you!

    Please contact me directly at [email protected] I'd like to thoroughly understand your network and exactly how/where the file was being saved.
    During Save As muse creates a file named similarly to the file you're attempting to Save As over with the ending "renamed". If a major error occurs during Save As (as appears to have occurred in this case), this file should still be present next to the file you were attempting to Save As to. This "xxx renamed" file will be your original file. Make a copy of it and rename it to have a .muse file extension.
    Please contact me directly so I can better understand what may be unique to your environment to have resulted in this error. Thanks.

  • How to copy complete internal table into main dababase table

    please tell me how to copy complete internal table into main dababase table by overwriting all the entries of the main DBtable.

    HI,
    you can use<b> Insert Or  Modify statement ..</b>
    <b>Modify updates the existing record, insert creates a new one. ...</b>
    insert ZDBTAB from table itab.
    Modify ZDBTAB from table Itab.
    The structure of itab should be exactly the same as the z table.
    You should not update standard tables directly though.
    rewards if usefuyl
    regards,
    nazeer

  • BO Universe on top of SAP R3 Tables

    Dear Experts,
    We are planning to build an universe on top of the R3 Tables, will it be possible to do this so as we do in our non SAP Tables for universe design?
    Regards,
    Suresh

    Hi,
    Hope this link will give you some idea.
    [http://www.forumtopics.com/busobj/viewtopic.php?t=139666]
    Regards,
    ArunKG

  • Why does my table heading butt up against the top border of the table?

    I've created a one-cell table that is acting as a section heading in a quick reference guide.
    The problem is that the heading text butts up agains the top border of the table, as shown below.
    I've tried changing the cell margins in the table designer, and changing the spacing options in the paragraph designer.
    Or is there a better way than a table to accomplish this heading?
    How do I fix this?
    Cindy

    Cindy,
    Check the Paragraph designer to see what cell location (Top, middle or bottom) is specified for the paratag used for the heading in the table. Also, check to see if there are any positional overrides for the margins specified in the paratag. These will trump whatever settings you specify via the Table designer.

  • How to print horizantal lines in smartforms main window  table

    hi ABAP gurus,
           i am faceing the problem in smartforms main window, i created the table, in that header, main area, footer is coming and i am created the line type in that five culamns, i am specifing the header and main area data, after the printing the header information, in main area 5 record or more than 5 records,each record after one harizantel line,  it will be print a table maner i.e 5 culamns and more than 5 rows in a table.
    thanks,
    raj.

    Hi,
    Double click on the table.
    Click on Select pattern icon>Display framed Pattern>Select the Second one (1 row 2nd column)
    Regards
    Sandipan

  • Can you trim top and bottom black from videos?

    Hi
    I have a project where I need to make all my video clips the same height.
    Some of the clips are in widescreen, and I'd like to trim the black from the top and bottom so that I maximise the height of the footage.
    Can this be done in elements, and if not, are there any programs that you can do that in?
    Thanks for your time and help.
    Shaun

    John,
    Glad that you found it. I use it constantly, as I often animate my Titles with Keyframed Effects, and will just Copy/Paste Attributes to all. Same for Effects that are common to multiple Video (or Audio) Clips.
    One caveat: when planning on use it, do one Clip with the complete Effects line-up, then Copy. Select all other Clips that you wish to Paste Attributes to. If you have already added some Effects, beyond the Fixed Effects, you will get multiple instances of that/those Effect(s), i.e. if you have already added Color Correction to the destination Clips, an have Color Correction in your source Clip, you will likely get 2 instances of Color Correction. Plan ahead, so that you do not have to go back and Delete any duplicated Effects.
    Good luck,
    Hunt

  • Adding slide in caption on top of main image in gallery

    ok, now the same caption question from another angle...how
    would you get the caption to display on top of the main photo...and
    once that is accomplished, I want to add a slide effect *smile*
    I found a page that I want to recreate with spry...but its
    gonna be hard...I have the basics started, but cannot figure out
    how to put the text on TOP of the image
    http://www.nmdhsem.org/default.asp?CustComKey=270308&CategoryKey=274276&pn=Page&DomName=nm dhsem.org
    oh I am using the photo gallery demo, but hiding the select
    and gallery name so that just 3 images cycle on opening the page
    Edited: 08/28/2007 at 03:06:40 PM by karonz

    ok, so far I have this...I got the images to fade, but still
    would like to have a caption that fades in and out as well...
    any suggestions
    http://www.nmprc.state.nm.us/Copyindex.htm
    oh...and lol...I still have to get some images from NM
    instead of china *g*

  • Sapscript: display in main window table ... repeat table haeder on new page

    Hi all,
    I have a form with one Window -> Main Window, in this Window it will be written many different information... there is also a table, when the table cause a new-page, the header (discription of the table) should be written (repeated) also on the new page.
    Im trying to find out, how i can get the page number in the print-programm... but I dont found any variable (print_co-actpage doesnt work)
    Thanks a lot for your help.

    Hi David,
    I'm sure you've got around your requirement by now, but for future reference you can get the page number into your print program by calling the function module 'GET_TEXTSYMBOL'.
    data: lv_page(255) type c.
    lv_page = '&PAGE&'.
    call function 'GET_TEXTSYMBOL'
         exporting  line             = lv_page
                        start_offset = 0
         importing  value            = lv_page.
    Cheers,
    Darren

  • How to add new row at the top of the advance table.

    Hi,
    I have one advanced table.
    I want to add new rows in advanced table. I can able to add rows using the AddMoreRows button in the footer of the advanced table.
    This adds the row at the end. But I want to add the row at the top.
    How to achive this? Please suggest.
    Thanks & Regards,
    Raja

    Hi,
    Yes you can do it...
    Just set the add Rows automatically property to False of Add Row Button
    and then in processForm Request capture the addRows event
    and invoke a method in AM and then create a new Row in VO.
    Use this code...it will insert row at the top...
    if("addRows".equals(event))
    am.invokeMethod("addrows");
    public void addrows()
    AddressesVOImpl vo1 = getAddressesVO1();
    AddressesVORowImpl row1 = (AddressesVORowImpl)vo1.createRow();
    vo1.insertRowAtRangeIndex(0,row1);
    vo1.setCurrentRow(row1);
    Thanks,
    Gaurav

  • Wrapping table column header text

    Hi
    I want my jTable column header texts to be wrapped automatically when the text does not fit in the width of the column. Any one help me?
    thanks
    mortoza

    Hi
    Thanks for your good advise. I have checked the site and found double line header of table. BUT, those lines are static i.e. not wrapping rather fixed. I want it to be wrapped automatically when the width is smaller than the required width to display in on single line. Can anyone help?
    Mortoza

Maybe you are looking for