Repeating Tables + CSS Borders On Cells

I'm having trouble getting borders to appear on cells in a
repeating table. Is this a problem with templates in general, I
can't seem to get it to work at all.
Here's a snippet of code fwiw :
<td width="233" align="center" valign="middle"
class="3bordertop"><!-- TemplateBeginEditable
name="EditRegion4" --> <!-- TemplateEndEditable
--></td>
then the code from the editable html page reads :
<td width="233" align="center" valign="middle"
class="3bordertop"><!-- InstanceBeginEditable
name="EditRegion4" --><img
src="images/jewellery/Jeans'-Choice-Necklace.gif" width="219"
height="135" class="bordernopad" /><!-- InstanceEndEditable
--></td>
strangely the style I applied to the image in the template
page works fine ......
thanks in advance
Simon

Where's the CSS for 3bordertop?
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
==================
"Koppites R Gobshtes" <[email protected]>
wrote in message
news:eifuj8$c0s$[email protected]..
> I'm having trouble getting borders to appear on cells in
a repeating
> table. Is
> this a problem with templates in general, I can't seem
to get it to work
> at all.
>
> Here's a snippet of code fwiw :
>
> <td width="233" align="center" valign="middle"
> class="3bordertop"><!-- TemplateBeginEditable
> name="EditRegion4" --> <!--
> TemplateEndEditable --></td>
>
> then the code from the editable html page reads :
>
> <td width="233" align="center" valign="middle"
class="3bordertop"><!--
> InstanceBeginEditable name="EditRegion4" --><img
> src="images/jewellery/Jeans'-Choice-Necklace.gif"
width="219" height="135"
> class="bordernopad" /><!-- InstanceEndEditable
--></td>
>
> strangely the style I applied to the image in the
template page works fine
> ......
>
> thanks in advance
>
> Simon
>

Similar Messages

  • Master/Detail? Repeating Tables - Combine data from 2 repeating tables to one cell in sharepoint

    Hi there, new to infopath.  I have 2 sections in my form which are hidden and display based on the department selected.  So Department A versus Department B, a section opens for details pertaining to that Department.  So in each
    section I have similar information requirements, similar but not exactly the same.  Now I was able to create hidden fields that will concat the values from both sections in the instances of similar data (i.e. Name, Department location, etc, so if Department
    A fills in Name on their section, then someone else submits the same form for Department B I still have one column of metadata in SP to displace the Name regardless of department or section they filled data into). However now I am stuck, I have repeating
    tables in both sections and I want to concate the entries to output to the sharepoint list for that cell.  However everything I have tried so far only concats the 1st value in the repeating table.  Is there a way to take ALL of the data from
    two repeating tables and merge them into one column/cell in sharepoint (metadata for the one form entry)???  I want to avoid having to create a excessive "views" of a list in order to accomodate the needs for BOTH departments.  I hope
    this is clear.  Thanks for your help!
    from msn forum

    Hi Meera,
        I apologise for delay. Anyways you can goto the
    following link:
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/36f08758-0a01-0010-c291-c03004aeb1af
    for details.
    Hope this will clear you. However, you further require
    any more information then please feel free to mail.
    Note:
    ty_t_sender, cl_abap_char_utilities DEFINITION LOAD
    all these are present in alsmex function group if you
    place your function module in this function group then
    you'll be able to access these things. Further, like
    if you have security options and can't place your code
    in this function group then create your own function
    group in your own package and copy the contents from
    alsmex function group.
        Hope that answer your questions.
    Regards,
    Mirza Ifthekhar Baig.

  • Copying information from one repeating table to another repeating summary table?

    Hi,
    I have designed a dynamic form with a Table 1 (Investigator details) to be completed at the start to provide a list of investigators. This is a repeating table, and I have added buttons to add / delete an investigator (i.e. add/remove a row). I also have another repeating Table 2 at the end of the form to allow the investigators to be listed so they can insert a signature image (signature table).
    Is it possible to set this up so that when one adds an investigator (row) in Table 1, a row is added automatically to Table 2? I then want the Title First name last name to copy into the "Investigator Full name" cell in Table 2. Can this be done and keep the automatic renumbering of the rows in both tables?
    I am not sure how to upload a file to show you what I have, so please let me know and I can send a copy directly.
    I would appreciate if anyone has any suggestions for a code to do this.
    Regards
    Souheir

    Hi,
      Check the code below
    Data: itab1 type table of tab1,
          itab2 type table of tab2.
    * itab2 is of new table type created from some fields of tab1
    * In the select statement below you can select few fields depending upon your requirement
    select * from tab1 into table itab1.
    loop at itab1 into wa1.
      wa2-f1 = wa1=f1.
      append wa2 to itab2.
    endloop.
    insert itab2 into tab2.
    Regards,
    kinshuk
    PS: Reward points if you find it helpful

  • How to handle a repeating table in FrameMaker 8 with varying columns

    Hello,
    I have a unstructred FrameMaker 8 table question that I hope someone can answer for me.
    I have a RTF document that I have brought into FrameMaker 8.
    The table came into FrameMaker without any major problems.
    From FrameMaker 8, I now have to apply a special template to generate the special "Table Title" field, that allows the table to break across several pages; using the "Table Continuation Variable".
    Also, I must use select the "Add Rows or Columns" option and choose "Add 1 Row to Heading", so that my "Table/Column/Head" row repeats on every table page.
    With that said, here is where it gets interesting!
    ISSUE #1
    Usually, my next step is to add 20-30 rows to the last row on the first table page and then paste in the table data from the second (original) table into these new table cells. The end result is that the table will bump from page 1 to page 2 and "Table Title (Continued)" will automatically appear on the second table page - and so forth...
    It is not the fastest way to handle RTF tables, but this is the only approach I know off-hand.
    Does anyone know if there is a way to simply merge the legacy breaking tables together and then apply the "Table Continuation" variable and repeating Table Column Header row?
    ISSUE #2
    As mentioned above in Issue #1, I must manually add extra rows to the bottom of the first table page and then paste in the table data that flows over the next few pages.
    But, my multi-page table is based on procedural steps and therefore some table pages have 4 columns, while others have 5 columns.
    So, using the process stated above, I simply can't copy and paste.
    I must now manually add another column to the affected table page. But when I do this, FrameMaker 8 naturally adds an additional column to the first table page. When that happens, I must then go back to the first table page and straddle the new column into the original column.
    Does anyone know if there is a better way to handle these legacy (RTF) tables?
    Overall, I am hoping that there is an easier way of handling a legacy (RTF) table that breaks over several pages and has different columns, based on the section in the table.
    Thanks in advance for any solutions offered.
    Regards,
    Jim

    Rick Quatro has a plugin that handles some of your issues:
    http://www.frameexpert.com/plugins/tablecleaner/index.htm

  • Tables without borders print with borders

    I have had trouble getting right-aligned graphics to print
    when I print my documentation. So I am inserting the graphics into
    tables, which eliminates that problem. My new problem is that,
    although I have configured the tables to have no cell borders and
    no table borders, they print with a thin border anyway.

    If you are defining the borders and shading in the Table
    Properties, you might want to consider also using the regular
    Borders and Shading menu option. They seem to both apply, and I've
    found it more reliable to set the "normal" borders than specific
    table borders.
    Hope that helps.

  • Value in repeating table

    Good day, colleagues. I have InfoPath form the "Waybill car." In a separate cell indicates the initial meter reading at the time of receiving shift. In repeating table set field: Route (text), Mileage (in this field is the final meter reading at
    the place of arrival, km) distance. During the shift the number of routes can be from 5 to 20. Need to adjust the form to automatically calculate the range (distance) for each route in a separate field.
    Example:
    Initial indications: 310 km.
    Repeating Table: Route:
    Object 1 Mileage: 315 Distance, km: 5.
    Object2 Mileage: 323 Distance, km 8 ....
    How can I insert in the "distance" from the previous field "Mileage"?

    Hi  ,
    According to your description, my understanding is that you want to get the field “distance” value based on the previous field "Mileage"  in the repeating table of InfoPath.
    For achieving your demand, you need to create the fields “Initial indications (km)”  with Number type, “Mileage (km)” with Number type in the repeating table ,”
    Distance (km)” with Number type in the repeating table.
    Then you can create a rule as below on the Mileage (km) field:
    Condition: Mileage (km) is not blank
    Action: Set a field’s value : Distance (km) = Mileage (km) - Initial indications (km)
    Thanks,
    Eric
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support,
    contact [email protected]
    Eric Tao
    TechNet Community Support

  • Tables, CSS or XML ?

    Hi there, I'm new on WEB design and programming, I'm using
    the Studio 8 suite, and I've started from the dreamweaver "livedoc"
    to create a site, there are three different ways explained in that
    document tables, CSS levels and XML/XLT. What is the best way and
    why?
    I have some problems already to make it works with the CSS
    levels, because once I've added the colour to the levels and to the
    main page the levels aren't visible. Why? thank you.

    > tables, CSS levels and XML/XLT.
    CSS levels?
    Here's a post I have repeated (and updated) more than once
    here about layers
    and tables -
    you may find it helpful -
    > If you need to use layers, then use them. If you want to
    begin using
    > CSS-P
    > methods, then use them by all means! But learn how to
    use them first -
    >
    >
    http://www.great-web-sights.com/g_layerlaws.asp
    >
    > The word "layer" was first coined by Netscape when it
    introduced its
    > heinous
    > and ill-fated <layer> tag with NN4x. It has since
    been adopted by the
    > community to generally refer to absolutely positioned
    <div> tags, and
    > Dreamweaver has
    > propagated that usage. In fact, there is really no such
    HTML thing as a
    > layer, but for the purposes of this discussion let's use
    the Dreamweaver
    > sense of applying that term to absolutely positioned
    <div>s.
    >
    > ==============================
    > In plain talk, a layer is like a magic carpet - it
    floats above your page
    > content (any page content, including tables, images,
    text, etc.). It is
    > unaffected by page margin settings because it is not
    really *on* the page.
    > You can whisk it around on the page to provide motion
    (using timelines).
    > You can make it visible or invisible using any of the
    actions appropriate
    > to
    > your browser selection (like onMouseOver, onClick,
    onLoad, etc.). You can
    > dynamically clip or scroll the contents of layers to
    provide a windowed
    > effect within a page. Layers are wondrous constructs
    that let you bring
    > your pages to life! Get to know them - they are your
    friends....
    > =================
    >
    > I would add in clarification and elaboration that layers
    are positionable
    > elements and as such allow you to put content at any
    location you desire,
    > regardless of the remainder of the content on the page.
    >
    > The downside to layers is the flip-side of their real
    benefit. Because
    > they
    > are absolutely positioned, they will be static page
    elements, i.e., they
    > will not move to reflect changes in your browser
    viewport size *unless*
    > you
    > apply some custom javascript to the page that makes the
    layers move, or
    > *unless* you use
    > specific CSS-P techniques to make them move. There
    > is no native support in HTML for moving layers - that's
    why it must be
    > done
    > with custom js or advanced CSS.
    >
    > If you consider that a 'layer' is really just a
    'division' or <div> tag on
    > the page, and that you can use
    > CSS to position this <div> tag, as well as control
    the format of its
    > contents and how it interacts with
    > other content around it, then you can see how valuable
    it might be for use
    > as a page layout tool!
    > This impression is certainly true. As you become more
    familiar with CSS,
    > you will learn how to
    > replace a large part of your current page layout
    methodology with pure CSS
    > positioned page
    > elements. But it's something you should take your time
    with. It *is* the
    > way of the future, so at
    > some point we will all have to come to grips with using
    CSS in this
    > manner.
    >
    > Some people use layers exclusively for page layout
    because of the ease
    > with
    > which they can be positioned. I do not recommend this
    approach for anyone
    > that is new to layers or to CSS in general because it
    can be confusing and
    > troublesome. This is partucularly the case if you will
    have multiple
    > layers, each
    > containing nominally uncontrolled/unstyled text. Viewers
    resizing this
    > text in their
    > browsers will see a disappointing overlap of paragraphs
    that is surely NOT
    > what you desire.
    >
    >
    http://www.great-web-sights.com/g_layer-overlap.asp
    >
    > Tables, on the other hand, are most everything that
    layers are not! They
    > are flexible page elements, in that native HTML can
    center, or right or
    > left
    > align a table - in other words, they can float around on
    your page
    > depending
    > on the browser's viewport width. Although originally
    added to HTML as a
    > means of displaying tabular data *only*, tables quickly
    became the
    > principal
    > structural element used in page layout. They can be made
    rigid in order
    > to
    > provide a stable base for your page elements, including
    text, images,
    > Flash,
    > etc. They are easy to use and to learn (more or less),
    and behave in
    > (mostly) predictable ways across browser and platform
    combinations - but
    > there are quirks that must be learned to use them
    successfully. Luckily,
    > most of these quirks are discussed here daily and are
    illuminated on the
    > several sites devoted to Dreamweaver/HTML issues,
    including the Macromedia
    > Technotes link in my sig below. In spite of these
    quirks, however, if you
    > intend
    > to be a credible web developer, you must learn how to
    build stable tables
    > with
    > your hands behind your back!
    >
    > So - to summarize...
    >
    > If you want motion on your page, you must use layers. If
    you want bedrock
    > for your page layout, you must use tables at this point.
    Or not
    > (particularly when you
    > consider what you can do with CSS positioned page
    elements and NO tables
    > at
    > all -
    http://www.csszengarden.com).
    And make sure that you understand this -
    http://apptools.com/examples/pagelayout101.php
    >
    > Bear in mind that advanced use of these two page
    elements can
    > *significantly* blur these two criteria.
    >
    > And remember, the use of one does not preclude the use
    of the other on the
    > same page.
    > Use them both if the spirit moves you.
    >
    > There you go....
    >
    >
    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
    ==================
    "Francesco Marchese" <[email protected]>
    wrote in message
    news:[email protected]...
    > Hi there, I'm new on WEB design and programming, I'm
    using the Studio 8
    > suite,
    > and I've started from the dreamweaver "livedoc" to
    create a site, there
    > are
    > three different ways explained in that document tables,
    CSS levels and
    > XML/XLT. What is the best way and why?
    > I have some problems already to make it works with the
    CSS levels, because
    > once I've added the colour to the levels and to the main
    page the levels
    > aren't visible. Why? thank you.
    >

  • How to loop and read repeating table data of infoPath form in Visual studio workflow.

    Hi,
    I am trying to read info Path form repeating table data in Visual studio workflow.
    could anyone elaborate me in brief how to loop through repeating table and read all rows value one by one in workflow.
    any help would be more then welcome. 
    Thanks...

    Hi Rohan,
    According to your description, my understanding is that you want to create a Visual Studio workflow to get data from info path repeating table.
    I suggest you can submit Repeating Table to a SharePoint List and then you can create a .NET workflow to read data from the SharePoint List.
    Here are some detailed articles for your reference:
    Codeless submitting InfoPath repeating table to a SharePoint list
    Create a Workflow using Visual Studio 2010
    Best Regards
    Zhengyu Guo
    TechNet Community Support

  • Urgent help needed!! Layout table and Draw layout cell dissapeared.

    I need some urgent help. I'm using CS3 but for a while my
    Layout Table and Draw Layout Cell icons appear greyed and can't use
    them at all. Is there any kind soul out there who knows how to fix
    this? I'm going nuts trying all the possible options but none seem
    to work.
    Help please!!!!!!

    > How would you about designing a page without using html?
    You don't. But I don't recall suggesting that you not use
    HTML. I just
    suggested that you use best-practice HTML, no? Or maybe you
    meant to ask
    how you would go about building your site without learning
    HTML? In that
    case, I think you are outta luck. Using DW without knowing
    HTML is a very
    punishing experience, I'm afraid.
    > PS: A virtual box of 12 bottles of Moet Chandon is
    already on your way!!
    I'd prefer Cristal, please.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "Untersberg" <[email protected]> wrote in
    message
    news:g4tj9a$m5o$[email protected]..
    > Ahhhhhh!!!!! They came up!!!! They came up again!!
    > I was on standard mode. Now going back to your
    suggestion, which I really
    > appreciate. How would you about designing a page without
    using html? I'm
    > just
    > redesigning my website at the moment and need it to get
    going urgently,
    > hence
    > the reluctance to start learning HTML at the moment.
    I'll do after but I
    > need
    > to get this up and running fairly quickly.
    >
    > Cheers.
    >
    > PS: A virtual box of 12 bottles of Moet Chandon is
    already on your way!!
    >

  • How can I create a new table from a filed cell?

    Every time that I fill a row of cells I want to creat a new table with the content of that cells.
    How can I do it?
    Donw here it´s the example.
    From the top table, I want to fill these rows, and everytime that it´s done, I want that a new table apears like the cells under.
    There is any Way to do it?
    In the Spanish version of Number I found in the references formulas, one formula called "DIRECTION" that describes to do this.
    But I found no way to do it.
    The above formula it´s this:
    =DIRECCION(row; collumn; type of direction; stile of direction; table name)
    Anyone can help me?
    I really need this solution.

    Otto,
    Based on the syntax you quoted for that function, the english equivalent is "Address". It doesn't create a Table, but rather it creates an Address that references a Cell, in the form of a String. The common, and only, use that I am aware of for Address is to use it as the parameter for INDIRECT. For example: INDIRECT(ADDRESS)) will produce a reference to a table cell, but it will not produce a table.
    Jerry

  • How to add a running value from external field in a repeating table of SharePoint list

    I'me creating an infopath form that will display a SharePoint list. I want to add a link control in a repeating table using the value of the first column per row but I'm getting an issue. the link control displays only the first row. thanks in advance.

    Hi,
    I found a similar thread posted by you here:
    http://social.technet.microsoft.com/Forums/en-US/e1fa36c1-cb5c-456d-ba40-2f26301913d2/how-to-loop-through-each-row-in-a-repeating-table-using-sharepoint-workflows?forum=sharepointgeneralprevious
    I suppose both the threads are reuqesting the method to get values from repeating table via workflow, so we can focus on the issue on the other case. If there is more requestment here, let me know.
    Regards,
    Rebecca Tu
    TechNet Community Support

  • Using the Current Function in a repeating table with cascading drop-downs

    I have a Repeating Table where a customer can choose the values for three cascading drop-downs. I then want the member to start a new entry with the same cascading drop-downs but with different results based on their most current input not
    based on all their input throughout the form.  I also do not want the current input to affect previous inputs replacing what was already entered.  
    Please assist.
    -Ben
     

    Hi,
    Based on your description, you don't want to meet the following issues:
    The first row returns back all the data from the list up to the value selected.
    Any new item added, replaces the value in the other items.
    Here is an article about InfoPath Repeating Table Lookup control on SharePoint List, refer to it:
    http://www.sumitrawat.net/2009/10/infopath-repeating-table-lookup-control.html
    Besides, here is a similar post, you can use as a reference:
    https://social.msdn.microsoft.com/Forums/office/en-US/43253974-990d-4307-bf54-cc615618362a/issue-with-cascading-dropdown-in-a-repeating-table
    Best Regards,
    Lisa Chen
    Lisa Chen
    TechNet Community Support

  • Infopath submit button only works for the first row in a repeating table‏

    Hi, I have a InfoPath Email submit button issue I could not figure out. I have a master/detail repeating table in my form, and one of fields is "EmailAddress" which shows customer's email address. I created a submit button and put the "EmailAddress"
    field to "TO" object. When I tested it, the submit button only would return the first row of emailaddress from the repeating table, but not the rest of it..
    What I want is when I highlighted a customer, and click the submit button, the current customer's email address would show up in "TO" list. I did some research and saw some suggestions about using current() function. So I put current() in the front,
    like this:
    current()/dfs:dataFields/d:vw_HZLeadLists/@EmailAddress
    Still not working..Just return the first record of emailaddress from master repeating table... Does anyone know what's going on here? Thanks a lot!

    Hello,
    Use double eval to get all rows values. See my reply for more information in below thread:
    eval(eval(EmailAddress, 'concat(ToField, ";")'), "..")
    http://social.technet.microsoft.com/Forums/sharepoint/en-US/cc22aeb7-351f-45a7-8a4c-94132c3e0db2/eval-semicolon-function-issue?forum=sharepointcustomizationprevious
    Hope it could help
    Hemendra:Yesterday is just a memory,Tomorrow we may never see
    Please remember to mark the replies as answers if they help and unmark them if they provide no help

  • Append table with multi-line cells to word report

    Hi,
    I am using LabView 7.0. I need to append table to word report and I am using Append Table to Report VI. My VI works fine as long as the table cells do not have multiple lines. For multiple lines, each line is put is a seperate cell in the word report.
    Is there a way to append multi-line cells to Word Report??? If not, any suggestions on how I can copy the multi-line table to Word report???
    Please kindly help!!
    Please see the attached document for details on the problem.
    Thanks,
    Mim
    Attachments:
    Table with multiple line cells.doc ‏33 KB

    Hi Mim,
    Yes I understood the multiple-lines part. I think the doc is the report you want. Correct ?
    The doc is generated with your VI without any modifications.
    I am using XP, Office 2002 SP3 and LV7.1
    Attachments:
    Verification Report.doc ‏39 KB

  • Repeating Table in Template -- Can't Edit It

    Hi --
    I created a template
    http://www.practice.thelegatogroup.com/Templates/employee_list.dwt
    ) to be
    used as a list of employees for a client. For the employee
    list I used a
    repeating table. All seemed to go OK when I created the
    initial list of
    employees
    http://www.practice.thelegatogroup.com/employees/employees_al.htm
    However, when I opened the page a few days later to add a new
    employee I
    couldn't. In fact, none of the controls (add row, delete row,
    move up, move
    down) work. To make matters worse, when I create a new page
    based on the
    above template I can add no new rows.
    I've gone over things several times and can't figure out what
    I did wrong.
    Can someone take a look for me?
    Thanks,
    John

    I have actually had a similar issue like this before and it was a simple fix once I figured it out.
    Move the folder that is in the trash to your Desktop.  Open it and then move the folder that is in there to the trash.  You should be able to empty the trash.  Next move the empty folder that you had put on the Desktop back into the trash and you should be able to empty it again.
    Also, you should run an app like DiskWarrior, TechTool Pro or Drive Genius that can rebuild the volume directories.

Maybe you are looking for

  • How to control the attribute of sub VI?

    I'm a newbie. I want to make a dialog box sub-VI which runs allways on top but the callers( parent-VI's) control be still active. Setting the windows option term as a dialog box lets the sub-VI be always on top but disables all the control of the par

  • Apple ][GS - GS/OS Disks?

    Hello Apple Support Communities, I am now the proud owner of an Apple ][GS. I have heard of the Apple ][ systems and read about them on the Internet, but I have to admit I know very little about them. Even so, when I saw this complete, working ][GS f

  • Recover pages document after power failure

    I lost power on my iMac and lost my Pages 08 document I was working on (no I didn't save it yet! :-( learning has occurred). Is there a way to recover this document?

  • Crystal report blocks bex query

    Hi,  gurus. I'm in such situation - i need to delete BEX query wich is used in crystal reports. Changing database in my report i simply made new crystal report. So i need to delete it from bw. If you know the way please tell me. Any help ll be apprec

  • Importing from photoshop to iphoto

    I want to import from photoshop to  iphoto and keep getting an file unreadable message. I changed it from a psd to a jpeg.