Background in table automatically tiled

I have an image in the background of a table. The program
automatically tiles the background, but I would only like it to
appear once in the upper left hand corner. Is there any way to keep
it from tiling?

It's time for you to learn some CSS! 8)
http://www.projectseven.com/tutorials/css/qdmacfly/index.htm
http://www.macromedia.com/devnet/mx/dreamweaver/css.html
http://www.macromedia.com/devnet/dreamweaver/articles/tableless_layout_dw8.html
http://www.macromedia.com/devnet/dreamweaver/articles/css_concepts.html
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
==================
"Ally86" <[email protected]> wrote in
message
news:e4sj0b$t0u$[email protected]..
> Thanks you two! That did the trick

Similar Messages

  • Inserting multiple rows in a table automatically

    Hello everyone,
    A question about SQL/PLSQL.
    I have a homework to create a table in SQL and to insert 10,000 rows in the table regardless of what the values are. The question is: is there a way (like a PLSQL code that has a loop) to inserts values in a table automatically without the need to insert the values 10,000 times manually?
    I really appreciate it and thanks in advance...

    Frank Kulash wrote:
    Is it possible to give me an example of a complete Connect BY/Insert statement would look like in my case?See the SQL Language reference manual
    http://download.oracle.com/docs/cd/B28359_01/server.111/b28286/statements_9014.htm#i2145081
    or your textbook for examples of inserting values with a subquery.
    A subquery using dual will work as well as a subquery using any other table; there's nothing about dual or CONNECT BY that complicates using a subquery in an INSERT statement.
    If you get stuck, post your best attempt here. If your problem involves an error, then post the complete error message, too.Frank,
    Thank you for your help and reply.
    I think I did not explain the situation well because what I am looking for is called <b>populating a table</b> and it seems that the CONNECT BY makes a loop of a single column and that is not the case.
    I have a table which is called customer and it contains 7 coulmns in which the first one (cust_id) is sequenced as shown below:
    create table customers
    cust_id int primary key,
    f_name varchar2(40),
    l_name varchar2(40),
    address varchar2(40),
    postnr varchar2(40),
    city varchar2(40),
    e_mail varchar2 (40)
    create sequence cust_id
    minvalue 0
    maxvalue 99999
    start with 1
    increment by 1
    cache 20;Now the quesiton is: how to populate this table with random data of 10,000 rows?
    Thank you very much in advanced.

  • How can I make background images change automatically

    I want my page background to change automatically after a set period of time (almost like a very slow slideshow). Is there any reason (other than file size) I can't simply do this with an animated gif as my body background image? I haven't got the expertise to do anything too technical. Thanks

    Is there any reason (other than file size) I can't simply do this with an animated gif as my body background image?
    BG images are not meant to be animated. It's a performance problem - the browser would have to continually re-render the whole page, since GIFs work on specific increments. That's why it's not supported. What you wanna do would be best done with jQuery/ JavaScript or Flash, where the substitution can be controlled, so the browser only needs to work hard when there is actualyl something changing. whether that's a good idea, is another matter, though. Personally I really despise such toy-ish features, as they severely impair usability and readability.
    Mylenium

  • Dependent tables automatic conversion during transport (SE14?)

    Hello all,
    I have changed the length of our custom ZATLAPC1 attribute of 0MATERIAL from 2 to 3 (data type = NUMC).
    When I tried to activate this attribute in the development system - it asked me to go SE14 transaction and convert /BI0/PMATERIAL and /BIC/SZATLAPC1 tables.
    So that helped.
    But when I transported this change to the test system - the transport failed saying structures changed at field level.
    I could only open the system for changes, went to SE14 to convert tables and activate infoobject.
    This solution is not really elegant to transport this change to production in order to do manual changes there.
    Any one can help me if there is a better option? Is there any possibility the transport will convert dependent tables automatically?

    Hi,
    when activating your IObj in DEV the system has complained asking you to convert the underlying tables. You should accept this prompt; you will then be directed directly to SE14 where you manually adjust the tables. Then you would have gone back to your RSD1 screen and activate it again. The system would have prompted successively the same for each table to be converted.
    If you go by yourself in SE14 (out of RSD1), the "adjustment" won't be "transported automatically".
    Usually the transport does that automatically for simple changes. In your case it would have worked if ZATLAPC1 wouldn't have been an attr of your 0MATERIAL I guess; at least in my case, the transport has nearly always taken care of this conversion automatically.
    hope this shed some light...
    Olivier.

  • How to updating mapping table automatically

    Hi everyone,
    Can anyone please tell me how can we update the mapping table automatically.....? We get the mapping table file in .csv format (2 fields, one is source, other is target) to our server.
    The requirement is to update the mapping table automatically, when the file is present in local disk ( I mean to say particular location/path in system/server).
    Thanks in advance,
    James.

    Hi there,
    You can write a script that will be executed when you will load the text file.
    You can check the FDM_admin manual who to write scripts in workbench.
    Regards,
    Thanos

  • IPad background changing orientation automatically.

    IPad mini retina problem: background changing orientation automatically despite orientation lock. I am using Smart Cover .

    Is there a lock symbol at the top of the screen next to the battery indicator ? If so, then depending on what you've got Settings > General > Use Side Switch To set to (rotation lock or mute notifications), then you can lock/unlock the rotation by the switch on the right hand side of the iPad, or via the taskbar : double-click the home button; slide from the left; and it's the icon far left; press home again to exit the taskbar. The function that isn't on the side switch is set via the taskbar instead : http://support.apple.com/kb/HT4085
    If there isn't a lock symbol then try a reset : press and hold both the sleep and home buttons for about 10 to 15 seconds (ignore the red slider), after which the Apple logo should appear - you won't lose any content, it's the iPad equivalent of a reboot.

  • Is there a better way to do this?  CSS rules/Background image/tables

    Hi,
    I am designing a site and I have used a table for the banner.  Everytime a different page is displayed, the banner image changes.  I have created .html pages, and I have created a lot of css rules to change the background image.  I think there must be a more efficiant way to do this?
    http://www.taffyproductions.com/test/
    ALSO... I need to figure out how to make the links (hover/active states) work on all the pages... I figured it out on the index page, but I'm sure there is a better css rule?

    Put a div in the head section?  Surely you jest!
    But you do hint at the easy solution - just have an embedded stylesheet in the head of each page that changed the background image only on that page.  No need for any other complexities.
    In other words on page1, change this -
    <link href="outpost.css" rel="stylesheet" type="text/css" />
    </head>
    to this -
    <link href="outpost.css" rel="stylesheet" type="text/css" />
    <style type="text/css">
    table#banner { background-image:url(images/banner1.jpg); }
    </style>
    </head>
    and on page2 change it to this -
    <link href="outpost.css" rel="stylesheet" type="text/css" />
    <style type="text/css">
    table#banner { background-image:url(images/banner2.jpg); }
    </style>
    </head>
    etc.

  • Create Target Table Automatically with ODI

    Hi,
    We can reverse engineer the source table Schema from the source Database, does ODI support creating the target schema based on the source schema on the Target Database automatically? is there any better way rather than creating manually on the target DB? Thanks in advance!

    If you are setting the staging area different from target then at IKM level choose CREATE TARGET TABLE to YES.
    ODI will create the target table for you. In ODI we call this type of interface as Yellow Interface.

  • Background and table.

    Hi, I have a really easy question. How do I get a solid
    background with a table inside that has a set width and centered
    that my content would go in.
    Like this:
    http://www.leica-camera.com/
    Thanks

    >>What should I do here if I'm not a coder
    At the risk of sounding flip... Learn to code. Seriously, you
    really have
    only 2 choices:
    1. Learn to code
    2. Be willing to settle for a very simple, basic site. IOW
    forget things
    like drop-shadow effects.
    Walt
    "L0WRIDE" <[email protected]> wrote in
    message
    news:fv8s5k$6q6$[email protected]..
    > So I'm pretty new at this whole website thing, but I
    really want to become
    > good, and not only that, but correct. My problem is that
    since I'm just
    > learning basic html I'm really limited to what I can do?
    if you look at my
    > site
    > "mykkah.com" I want to put everything on a page effect
    from photoshop...
    > you
    > know just the look of a drop shadow on each side. so my
    question is, since
    > I'm
    > using tables to keep everything straight, I was
    wondering if I can put a
    > background image in a table and then put my content
    table inside of it?
    > does
    > that make sense? I tried to just use a small background
    image and repeat
    > it
    > through page properties, but anytime I resize the page
    or open it up in a
    > different browser it doesn't line up? the background is
    fixed, but my
    > content
    > isn't? What should I do here if I'm not a coder and
    don't have a lot of
    > experience?
    >

  • Refresh table automatically after adding record in dynpro

    I have a table element in my layout which is bind to a dictionary table and displaying the records correctly.I have input fields in the same view along with the add buttoon which inserts the entered record into the dictionary table successfully.
    Till now its fine but what I want is after adding the record, the displayed record in the table should be refreshed automatically.I guess one method would be that in action of button click  i  fetch the records using select query into an internal table and bind it again to the table.
    Is there any other method to do this. Also will supply function be helpful in this case???
    THanks

    @sarbjeet:
    Here is the code of supply method
    method SUPPLY_FILLNODE.
    DATA:
                  NODE_TABLE_EMP                      TYPE REF TO IF_WD_CONTEXT_NODE,
                  ELEM_TABLE_EMP                      TYPE REF TO IF_WD_CONTEXT_ELEMENT,
                  STRU_TABLE_EMP                      TYPE wd_this->ELEMENT_TABLE_EMP,
                  ITAB                                TYPE TABLE OF wd_this->ELEMENT_TABLE_EMP.
              navigate from <CONTEXT> to <TABLE_EMP> via lead selection
                NODE_TABLE_EMP = WD_CONTEXT->GET_CHILD_NODE( NAME = `TABLE_EMP` ).
               SELECT EEMP_NO ENAME ECITY DDEPT_NAME INTO CORRESPONDING FIELDS OF TABLE ITAB FROM ZEMPLOYEE_MASTER AS E  INNER JOIN ZEMPLOYEE_DEPT AS D ON EDEPT_NO = DDEPT_NO order by E~EMP_NO  .
             CALL METHOD NODE_TABLE_EMP->BIND_TABLE
               EXPORTING
                 NEW_ITEMS            = ITAB
                SET_INITIAL_ELEMENTS = ABAP_TRUE
                INDEX                =
    endmethod.

  • I want to enter information in one table and have it update other tables automatically

    I am a very unlearned Numbers user.
    Here is my desire/dilemma.  I run a summer camp and have to record information for our camp.  I use the information in a number of forms from check in and check out to records for each cabin, and more.
    I would like to create a master table that has all of the information for each camper that I will call a master list. I then want to create the tables that will contain the information needed for each specific form.  I want the specific forms to be able to update automatically when new information is entered in the master.  The master record will be sorted by the cabin and bed numbers, so I can tie the subtables to those cells, but I need the row to update as well.
    My question is how can I do this in the shortest and simplest way possible?
    I hope this question is clear.
    Thanks!
    Roy

    Hi Roy,
    Well, the simplest is likely to sort the Master table by Cabin number, then use copy/paste to transfer the information to the separate tables for each cabin. But that's not automatic.
    Before jumping in to this, I'd like a better idea of what your Master table will look like, what one of the sub-tables would look like, and which data you want to transfer from the Master to the Subs. A screen shot would be helpful to anyone trying to help you with this, not just to me.
    One consideration is how you will use the sub-tables. An immediate difficulty that comes to mind if you are goiing to mix retrieved data and directly recorded data on the same table is that data collected from the Master table and data recorded directly on one of the sub tables are independent of each other. Consider the list below:
    1 Bob Baines
    2 Chuck Clay
    2 Dexter Davis
    3 Ed Elmore
    1 Frank Fencepost
    1 Greg Gilson
    3 Harvey Hall
    Bob, Chuck and Frank would appear (in that order) on the Cabin 1 list:
    Bob       x √ √ √
    Frank    √ √ √ √
    Greg     √ x x √
    But if Chuck, for some reason, was transferred to cabin 1:
    1 Bob Baines
    1 Chuck Clay
    2 Dexter Davis
    3 Ed Elmore
    1 Frank Fencepost
    1 Greg Gilson
    3 Harvey Hall
    That transfer would affect only the data collected from the Master table. The data entered directly would remain where it was when entered, with disastrous results to Frank's (so far) perfect attendance record.
    Bob        x √ √ √
    Chuck    √ √ √ √
    Frank     √ x x √
    Greg
    Regards,
    Barry

  • WD ABAP: white background for table

    Hi all,
    I need to create a table with a white background.  In the following link, though the "standard" design shows a white background, it is actually blue in the application.
    http://help.sap.com/saphelp_nw04s/helpdata/en/6e/ae0e422dfcdc2ce10000000a1550b0/content.htm
    How do I change it to white? 
    Thanks,
    Sravanthi

    Hi Sravanthi,
    You could use the property "Design" of cell editor like text viw/input box for this purpose.
    Declare a an attribute in context of type of value of property Design(Check documentation) and set it value like "Emphasized" based on your requirements. This code could be in the method where you retreive grid data.
    Next bind this context attribute to property "Design" of cell editor to selectively bold the font size.
    Regards,
    Srini.

  • Display the background of table row alternatively and hiding cell border

    Hi all,
    I am trying to display the background of the table using different color alternative and at same time I need to hide the border of all cells.
    What I found in <af:table> is using bandingInterval="1" banding="row", but how can I set the background color? And how to hide the cell border?
    Or if there is a thing like row index so that I can mod it like rowIndex%2==0 in every column to determine the inlineStyle?
    Thanks.
    Shawn

    <af:table value="..." var="row" varStatus="status">
      <af:column inlineStyle="#{status.index % 2 > 0.5 ? 'border:none;' : ''}">
      </af:column>
    </af:table>For some reason, EL operation always seems to return a double, so the condition has to be defined with that in mind.
    Regards,
    ~ Simon

  • Table - Automatic scroll on changing the lead selection

    Hi @ all,
    I´ve got two tables and I want to add an entry from tab1 to tab2 if it is not existing in tab2. In case of an existing entry in tab2, the lead selection will be set on the entry in tab2 to show the entry. My Problem is the behaviour of the scroll bar in tab2. I need something like automatic scrolling to the lead selection of the table. Is that possible?
    Armin

    Hi  Armin,
    you can the use the proterty "First visible row" of the table.
    create one attribute of type WDy_BOOLEAN and bind it to the "First visible row" of the table.
    as soon as you set the lead selection,get its index and set it to the attributr that is( property  "First visible row").
    once this property is set , scrolling is done automatically and lead selected row is visible as first row.
    I hope this resolves your issue.
    Thanks,
    Krishna

  • Render/Lighting/Background colour buttons automatically switch on layers?!

    Hi There,
    I've discovered what is either a bug in Acrobat 3D v7 or a problem with my scripting (most likely the latter!).
    I have a series of buttons that i've scripted so that when pressed, switch on/off various objects. However, when any of the Render Mode or Lighting or Background Colour buttons are pressed, all the objects (whether they've been switched off or not) are automatically switched on.
    Does anyone have any ideas on why this is happening? I had intended to attach my pdf as an example, but there doesn't seem to be an "attach file" option here.
    Can anyone help?
    George

    George,
    This is not a bug, it is indeed intentional. The Toolbar buttons are for the User, and if they click on a button to affect the rendermode/lighting/Background color, the safest and most logical thing for us to do was apply this affect to every object in the scene, and show the results.
    There are a Few ways you could solve this:
    1) In the 3D Properties dialog, DE-select "Show Toolbar by Default".
    2) Use a ToolEventHandler(), and re-run your functions after the user interacts with a given tool. You would need to keep a visibility state variable to know what to re-instate.
    gb

Maybe you are looking for