Inline tables in dreamweaver???

A buddy of mine made an inline table or maybe he called it an
inline frame with frontpage for a website. Is this possible in
dreamweaver??? I've looked in all of my books and nothing in terms
of "inline" is there Im wondering if dreamweaver calls it by a
different name. For any that dont know, it would look like a
webpage inside of another webpage, so when you click on a link only
the new data shows up, the menu bars or banners or anything else
you want is already loaded on the main page and doesnt have to load
again.

It's either a frame or an iframe, a distinction without a
difference.
Frames, no matter what you call them, are a very poor way to
design &
structure a web page at least 99.99% of the time. Search this
newsgroup/forum for "frame" and you'll find hundreds of posts
explaining why
you should avoid them.
Walt
"jaykav99" <[email protected]> wrote in
message
news:g5aoal$c8u$[email protected]..
>A buddy of mine made an inline table or maybe he called
it an inline frame
>with
> frontpage for a website. Is this possible in
dreamweaver??? I've looked in
> all
> of my books and nothing in terms of "inline" is there Im
wondering if
> dreamweaver calls it by a different name. For any that
dont know, it
> would
> look like a webpage inside of another webpage, so when
you click on a
> link
> only the new data shows up, the menu bars or banners or
anything else you
> want
> is already loaded on the main page and doesnt have to
load again.
>

Similar Messages

  • I'm getting an error message after importing a table through Dreamweaver into a page developed in Muse.

    I'm getting a couple of messages after importing a table through Dreamweaver into a page developed in Muse. I have compared the code of the page with the table with the page before I inserted the table and cannot find anything missing. the web address is http://gourmetdreams.com/weekly-menu.html
    How can I clear this up?
    I also noticed that when I uploaded the file there was one error: "- error occurred - Access denied.  The file may not exist locally,  may be open in another program, or there could be a local permission problem."

    Thanks for your help! I imported the table into Muse, then exported the site as html and opened it in Dreamweaver. I should've tried that in the first place but gave up when I couldn't edit it in Muse. I didn't know you could edit the html right in Muse. Also, my styling and the images I was using weren't showing up in Muse but once I opened it in Dreamweaver, everything fell into place. AND I could edit it! My client needs to edit this page every week, so I needed to be sure she could do that. She doesn't use Muse but does use Dreamweaver. At this point, I think I'll leave it alone and not try to style it with inline css. Maybe when I get a little more time, I'll try it. I just don't want to mess things up now that the're working.

  • How to Create Inline Table to Display Detail Data in a Master Table in 11g?

    Hi,
    I have a requirement to create inline table inside master table to show data.
    I found this 10g article for this http://download.oracle.com/docs/cd/B31017_01/web.1013/b28967/web_masterdetail006.htm#BABCDCGE
    I couldn't find such option in 11g. Am i missing something? Please let me know where i can find more details.
    Required Output:
    [+] DepartmentId DepartmentName
    [-] DepartmentId DepartmentName
    EmployeeId FirstName LastName
    EmployeeId FirstName LastName
    EmployeeId FirstName LastName
    [+] DepartmentId DepartmentName
    Also, I tried creating the Page as below (Departments -Employees Relation). i.e I have tried using the ADF treeModel in the bindings and then created a table/inline table manually to populate. The data is available in the iterators (i found using sops in back bean), but the inline table is not showing any data. I tried enabling PPR on detail based on master. But no luck.
    <af:table rows="#{bindings.Departments1.rangeSize}"
    emptyText="#{bindings.findAllStaff1.viewable ? \'No rows yet.\' :
    \'Access Denied.\'}"
    var="row" value="#{bindings.Departments1.treeModel}">
    <af:column headerText="#{bindings.Departments1.labels.DepartmentId}"
    sortable="false" sortProperty="DepartmentId">
    <af:outputText value="#{row.DepartmentId}"/>
    </af:column>
    <af:column headerText="#{bindings.Departments1.labels.DepartmentName}"
    sortable="false" sortProperty="DepartmentName">
    <af:outputText value="#{row.DepartmentName}"/>
    </af:column>
    <f:facet name="detailStamp">
    <af:table rows="#{bindings.Departments1.rangeSize}"
    emptyText="No rows yet." var="detailRow"
    value="#{row.children}">
    <af:column headerText="#{row.children[0].labels.EmployeeId}"
    sortable="false" sortProperty="EmployeeId">
    <af:outputText value="#{detailRow.EmployeeId}"/>
    </af:column>
    <af:column headerText="#{row.children[0].labels.FirstName}"
    sortable="false" sortProperty="FirstName">
    <af:outputText value="#{detailRow.FirstName}"/>
    </af:column>
    <af:column headerText="#{row.children[0].labels.LastName}"
    sortable="false" sortProperty="LastName">
    <af:outputText value="#{detailRow.LastName}"/>
    </af:column>
    </af:table>
    </f:facet>
    </af:table>
    Thanks in Advance,
    Harikiran

    Hi,
    After reading the above links end-to-end twice, I'm finally able to establish the relationship in UI. I've used iterator for my specific purpose, although it can be done using a table/forEach.
    1) Create VOs for Dept and Emp, i.e. DeptVO and EmpVO.
    2) Then a View Link on deptID, i.e DeptEmpVL
    3) Drag and drop the Dept as AdfTreeTable, b'coz it will create the treeBinding and also add the emp accessor by selecting it in the binding window. (refer to above doc links from BaiG)
    4) In my Page UI, i've created a new table and an iterator in the detailStamp.
    Dept Table ->
    o Value = #{bindings.Departments1.treeModel}
    o Var = dept
    o varStaus = deptVarStatus
    Add these:
    Column1-> OutputText -> #{dept.DepartmentId}
    Column2-> OutputText -> #{dept.DepartmentName}
    Insert into TableFacets -> detailStamp -> iterator
    Iterator ->
    o Value = #{dept.children}
    o Var = emp
    o varStatus = empVarStatus
    Add these:
    OutputText -> #{emp.EmployeeId}
    OutputText -> #{emp.EmployeeName}
    OutputText -> #{emp.Salary}
    This iterator/forEach comes in handy for having n Number of regions inside a layout.
    Thanks,
    Harikiran

  • Invisible Tables In Dreamweaver CS3

    Hello – I’m having a problem accessing the proper table in Dreamweaver CS3. In the past I never had a problem with this now all of a sudden I cannot figure out what I did to change this setting. I want my tables without borders, which I have achieved by setting it to zero border… however it now completely disappears from the page while I’m working on it and I have nothing to define my table. In the past when working with zero borders it would still define the structure of the table but wouldn’t appear when published on the web. I went into view / visual aids / and checked table borders and still nothing. How can I view my table boundaries while working with no border? For years I had no problem with this and now I’m really puzzled as to what I have done to change the setting. Please, if anyone can help I’d appreciate it.

    Even with a black background, you should be able to see the dotted lines surrounding a table.
    I just tested with a black background with  Visual Aids> table borders turned on and could see the outline, and then turned the borders off, and then I certainly couldn't  a thing  :-) 
    Sounds like something's broken in DW...if DW starts to act a bit weird-  this frequently means you may have a corrupt personal configuration folder.
    Close Dreamweaver, locate the personal configuration folder, and rename it.
    When you restart Dreamweaver, it should create a new configuration folder with all the program defaults.   
    For details of how to find the configuration folder, see this page in the Dreamweaver FAQ
    Hopefully this will fix the problem for you.

  • Need help with tables in dreamweaver

    So I can insert a table in dreamweaver but fine tuning it is
    a problem.
    I cannot find how to access individual cell properties to
    apply borders on only the sides of the cells I want. Also I can
    configure the width of the columns only by dragging the divider
    left and right. It does not allow me to input figures anywhere to
    set column widths.

    To set the widths in the HTML, look in the properties panel
    and find the "cell" area near the bottom left. You can enter a
    pixel value there.
    To set borders for individual sides you should use CSS. Read
    up in the help section about external style sheets. You can also
    set your widths there if you like.

  • Inline table in Pages '08 must start on a new page if it doesn't fit?

    I edit a newsletter with several tables in it. In Pages '05, I used a Layout break after the previous text, then put in the inline table. As the tables I use are around two thirds of a page long, Pages '05 split the table over two pages, automatically (and helpfully) repeating the headers on the second part of the table.
    In Pages '08, I can't seem to avoid the table moving to start at the top of a new page, whether I have a layout break or a section break, or neither, before the table.

    Peggy, I'm having the same problem. I do lots of multi-page tables that have a large number of cells with single line of text in each cell. The one I'm looking at right now has a row height of 0.21" for 42 rows. There are four lines of text on the page above where the table should start, and when I insert the table from Numbers, it jumps to the first line of the next page and cascades as it should. In Pages 2, I could insert a layout break after the last character of text on the page, set the top layout margin to 0.125" and the table would start on the first line of the new layout, cascading over any additional pages necessary.
    Any assistance would be greatly appreciated.

  • Sql type not recognized: 'int unsigned' when I expand table in Dreamweaver

    Dreamweaver warning message - "sql type not recognized: 'int
    unsigned'"
    This was happening in Dreamweaver MX and now in CS3. The
    pages using these tables are not throwing errors when I test them,
    but each time I expand a table in Dreamweaver, I get these warning
    messages. Often I get the same message multiple times and must
    click OK each time before I can proceed. Just now I had to OK the
    warning three times for a table that only has one integer field and
    two fields total.
    Any help would be greatly appreciated.
    Thanks

    Hi Bagger and Ken
    With some help from Randy Edmunds at Adobe was able to find a
    solution to this bug.
    *note I am still using DW MX 2004 so there may be some
    variation with your version.
    ANSWER: You need to add the sql type "int unsigned" to the
    dwscriptsServer.js in Dreamweaver's files.
    The file to ammend is [your path to the DW
    root]\Configuration\Shared\Common\Scripts\
    dwscriptsServer.js
    do a search for the alert: "MM.MSG_SQLTypeAsNumNotInMap" and
    then go up from there (it is about line 2059 in the DW MX 2004
    file).
    underneath a["unsignedint"] = 19;
    add a new line a["int unsigned"] = 19; // variation of
    unsigned int
    I then deleted the delete the FileCache.dat (from step #4
    http://kb.adobe.com/selfservice/viewContent.do?externalId=tn_19105)
    and restarted DW.
    That should fix it!
    If that doesn't work then search the DW folders for
    "MM.MSG_SQLTypeAsNumNotInMap" and ammend the sql data types where
    the functions raise the error alert.
    I hope this is helpful!
    Cheers
    Martin
    ps I would be using the CS3 web premium suite if it wasn't
    for the fact that the UK upgrade price is (£539) - >US$1000
    which is more then double what US customers pay. (OK my whinge
    over, boo hoo)

  • Inline tables - refresh problem

    Hi,
    I've migrated an application created with ADF 10g to ADF BC 11g + Apache Trinidad.
    Some forms constist of master-detail tables (details as inline table).
    It worked ok with ADF 10g. It was created as 2 views connected with ViewLink in a standard way.
    With ADF BC 11g/Trinidad, at first glance, it looks and works ok.
    The problem occurs after page reload: when some of master table rows are disclosed: all detail tables are shown as empty (which is incorrect).
    After any partial reload (like disclosing any row in table), everything come back to normal (detail tables are filled with data).
    I searched the forum, but didn't find any solution.
    Any ideas ?
    Thanks in advance.
    Best regarts
    Marcin

    Since you don't provide essential information which would help us give advice, I had to guess some facts, such as your version and replication setup. In the 10.2 Advanced Replication manual, I found the following quote:
    "Oracle also supports the replication of tables and materialized views with columns that use the following large object types:
    Binary LOB (BLOB)
    (the chapter is at http://download-east.oracle.com/docs/cd/B19306_01/server.102/b14226/repplan.htm#i21350).
    It doesn't say anything about the BLOB columns having to be defined as "is not null". Therefore, from the little you said, I don't know why it wouldn't work. Do you have any details to provide for us? Otherwise, I could try myself in the next couple of days, and let you know how that worked.
    Daniel

  • Working in a doc with inline tables uses 80% of my CPU

    Hi everyone,
    I'm using Pages 4.0.4, and typing (in table, around table, any where) slows to a crawl when I my document contains inline tables. Using Activity Monitor, I can see my CPU usage jump to 80% when I type in a Pages document with inline tables. It stays at 8% as I type with the very same tables positioned as floating.
    I'm working on a six-page document with four or five tables (one of which is a yearly calender with lots of small columns and rows). There are no other fonts besides Helvetica 12pt, and nothing but alphanumeric characters. I've experienced this slowdown before, but I've always put up with it. Now, it's just driving me crazy!
    I've tried...
    * Validating all my fonts - I found 40-ish minor errors (mostly duplicate font errors), but I didn't know how to fix them.
    * Thinning the tables - I read that thinning inline tables so they don't run margin-to-margin can help. It didn't.
    If I had to guess, I'd say Pages runs layout calculations with each keystroke so objects can flow with the text. Is there a setting or preference I'm missing to do this less often?
    I could float the tables, but every time I change the text above them I have to reposition all of them. I love Pages, and I hate to return to MS Office. However, this slowdown is a deal breaker for me. Any ideas?
    Thanks!
    Jack
    PS - If it helps, I experience the same type of slowdown with Numbers. If the table exceeds several rows by several columns, typing, copying & pasting, etc take forever! I've read that that's because Numbers recalculates the entire sheet with every event, but that seems pretty drastic.

    jstewmc wrote:
    Hi everyone,
    I'm using Pages 4.0.4, and typing (in table, around table, any where) slows to a crawl when I my document contains inline tables. Using Activity Monitor, I can see my CPU usage jump to 80% when I type in a Pages document with inline tables. It stays at 8% as I type with the very same tables positioned as floating.
    I'm working on a six-page document with four or five tables (one of which is a yearly calender with lots of small columns and rows). There are no other fonts besides Helvetica 12pt, and nothing but alphanumeric characters. I've experienced this slowdown before, but I've always put up with it. Now, it's just driving me crazy!
    I've tried...
    * Validating all my fonts - I found 40-ish minor errors (mostly duplicate font errors), but I didn't know how to fix them.
    * Thinning the tables - I read that thinning inline tables so they don't run margin-to-margin can help. It didn't.
    If I had to guess, I'd say Pages runs layout calculations with each keystroke so objects can flow with the text. Is there a setting or preference I'm missing to do this less often?
    I could float the tables, but every time I change the text above them I have to reposition all of them. I love Pages, and I hate to return to MS Office. However, this slowdown is a deal breaker for me. Any ideas?
    Thanks!
    Jack
    PS - If it helps, I experience the same type of slowdown with Numbers. If the table exceeds several rows by several columns, typing, copying & pasting, etc take forever! I've read that that's because Numbers recalculates the entire sheet with every event, but that seems pretty drastic.
    What you describe is perfectly consistent with what you read (I recognized what I wrote).
    If tables are floating, they don't move when the text layer is edited. So they have no impact upon recalculations.
    When they are inline, the app is so dumb that it behave as if it was recalculating from the very beginning which of course, with these embedded items, requires a lot of time.
    AppleWorks designers made a better work on this point but they were old-fashioned ones.
    They offered two interesting features :
    (a) recalculate only what was really needed
    (b) in the Spreadsheet, they gave a menu item allowing us to stop/activate recalculations
    Alas, I'm not sure that iWork designers ever open AppleWorks.
    Yvan KOENIG (VALLAURIS, France) mercredi 23 février 2011 11:04:38

  • Can't insert tables in Dreamweaver MX

    I am unable to insert any tables in Dreamweaver MX. I am
    running Windows Vista Home Premium. I've had some difficulties with
    the program since purchasing this new computer. Does anyone know a
    fix?
    Thanks!

    This is the fix y'all:
    . Delete FileCache.dat files from the Dreamweaver user
    configuration folder.
    Delete the WinFileCache-7A9586CB.dat,
    MacFileCache-BFE7CE2E.dat, or FileCache.dat file from the
    Dreamweaver user configuration folder. It is recommended to delete
    the FileCache.dat file if you are experiencing a JavaScript error
    related to "dwscripts" or if you are receiving a "translators were
    not loaded" error message. The string of characters after
    "FileCache-" may differ on your machine. The location of the
    FileCache.dat file depends your operating system and your version
    of Dreamweaver. Note that on Windows, the Application Data and
    AppData folders are hidden by default, so verify that your Windows
    Explorer folder options are set to View Hidden Folders.
    Dreamweaver CS3 on Windows Vista:
    C:\Users\[username]\AppData\Roaming\Adobe\Dreamweaver
    9\Configuration
    Dreamweaver CS3 on Windows XP:
    C:\Documents and Settings\[username]\Application
    Data\Adobe\Dreamweaver 9\Configuration
    Dreamweaver 8 on Windows XP:
    C:\Documents and Settings\[username]\Application
    Data\Macromedia\Dreamweaver 8\Configuration
    Dreamweaver 8 on Windows Vista:
    C:\Users\[username]\AppData\Roaming\Macromedia\Dreamweaver
    8\Configuration
    Dreamweaver CS3 on Macintosh:
    Mac HD/Users/[user]/Library/Application
    Support/Adobe/Dreamweaver 9/
    Dreamweaver 8 on Macintosh:
    Mac HD/Users/[user]/Library/Application
    Support/Macromedia/Dreamweaver 8/
    Works like a charm (after hours of research)

  • Creating a Table in Dreamweaver

    Hey everyone...I know I must be the bazillionth person throwing down this question, but I am trying to get a quick portal page up and the only way I know to do this is construct a table in Dreamweaver (7 columns, 8 rows, etc.) and then throw in pieces of the page until it's all there - sort of like a puzzle.
    But...why the bloody-bloody am I getting a horizontal space inbetween all my rows when I go to preview it in Safari, Firefox....?
    It's like the honeybadger. The table don't give...well anyway.
    Can anyone help or advise me?
    Thanks in advance!

    Here is
    the code!
    Thanks!
    <table width="962" height="1292" border="0" align="center">
      <tr valign="top">
        <td width="16" rowspan="7" align="left"><img src="tdHomeDropShadowTransLeft.gif" width="16" height="1292" /></td>
        <td align="left"><img src="tdHomeTopBlock.gif" width="948" height="170" /></td>
      </tr>
      <tr>
        <td align="left" valign="top"><img src="tdHomeGlobalNavLogo.gif" width="437" height="86" /><a href="#" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image4','','tdHomeGlobalNavHomeActive.gif',1)"><img src="tdHomeGlobalNavHome.gif" name="Image4" width="194" height="86" border="0" id="Image4" /></a><a href="#" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image5','','tdHomeGlobalNavWhatWeDoActive.gif',1)"><img src="tdHomeGlobalNavWhatWeDo.gif" name="Image5" width="113" height="86" border="0" id="Image5" /></a><a href="#" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image6','','tdHomeGlobalNavAboutUsActive.gif',1)"><img src="tdHomeGlobalNavAboutUs.gif" name="Image6" width="96" height="86" border="0" id="Image6" /></a><a href="#" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image7','','tdHomeGlobalNavContactUsActive.gif',1)"><img src="tdHomeGlobalNavContactUs.gif" name="Image7" width="108" height="86" border="0" id="Image7" /></a></td>
      </tr>
      <tr>
        <td align="left" valign="top"><img src="tdHomeMainImage.gif" width="948" height="335" /></td>
      </tr>
      <tr>
        <td align="left" valign="top"><img src="tdHomeServicesWeb.gif" width="232" height="333" /><img src="tdHomeServicesPrint.gif" width="205" height="333" /><img src="tdHomeServicesDesign.gif" width="307" height="333" /><img src="tdHomeRecentProj1.gif" width="204" height="333" /></td>
      </tr>
      <tr>
        <td align="left" valign="top"><img src="tdHomeFooter1.gif" width="744" height="115" /><img src="tdHomeRecentProj2.gif" width="204" height="115" /></td>
      </tr>
      <tr>
        <td align="left" valign="top"><img src="tdHomeFooter2.gif" width="948" height="55" /></td>
      </tr>
      <tr>
        <td align="left" valign="top"><img src="tdHomeBttmBlock.gif" width="948" height="198" /></td>
      </tr>
    </table>

  • Inline table throw "make a selection" error in required field upon PPR

    Hi,
    I have a dropdown in a page and when change, will do a PPR and render the inline ADF table which contains selectOneChoice, inputText components.
    Here's code snipplet:
    <af:selectOneChoice label="Action" shortDesc="Action" id="soc17"
    rendered="#{!viewScope.FaParamConfigBean.paramConfigMode
    and pageFlowScope.backing_flowFaParamsBean.flowParamConfigMode}"
    valueChangeListener="#{pageFlowScope.backing_flowFaParamsBean.onChangeAction}"
    immediate="true" autoSubmit="true">
    <f:selectItems value="#{pageFlowScope.backing_flowFaParamsBean.actionsList}"
    id="si12"/>
    </af:selectOneChoice>
    <af:panelCollection id="pc3" styleClass="AFStretchWidth"
    rendered="#{pageFlowScope.backing_flowFaParamsBean.showFlowParamConfigTable}"
    partialTriggers="soc17">
    <af:table value="#{bindings.ItasFlowParamConfigsFullVO1.collectionModel}"
    var="row"
    rows="#{bindings.ItasFlowParamConfigsFullVO1.rangeSize}"
    emptyText="#{bindings.ItasFlowParamConfigsFullVO1.viewable ? 'No data to display.' : 'Access Denied.'}"
    fetchSize="#{bindings.ItasFlowParamConfigsFullVO1.rangeSize}"
    rowBandingInterval="0"
    selectedRowKeys="#{bindings.ItasFlowParamConfigsFullVO1.collectionModel.selectedRow}"
    selectionListener="#{bindings.ItasFlowParamConfigsFullVO1.collectionModel.makeCurrent}"
    rowSelection="single" id="t11"
    editingMode="editAll" styleClass="AFStretchWidth"
    columnStretching="column:c4"
    partialTriggers="::ctb12 ::ctb13"
    immediate="true">
    <af:column sortProperty="#{bindings.ItasFlowParamConfigsFullVO1.hints.ParameterUid.name}"
    sortable="false"
    headerText="#{bindings.ItasFlowParamConfigsFullVO1.hints.ParameterUid.label}"
    id="c4">
    <af:selectOneChoice value="#{row.bindings.ParameterUid.inputValue}"
    label="#{bindings.ItasFlowParamConfigsFullVO1.hints.ParameterUid.label}"
    shortDesc="#{bindings.ItasFlowParamConfigsFullVO1.hints.ParameterUid.tooltip}"
    required="#{bindings.ItasFlowParamConfigsFullVO1.hints.ParameterUid.mandatory}"
    id="soc99" immediate="true">
    <f:selectItems id="si88"
    value="#{pageFlowScope.backing_flowFaParamsBean.parameterListDrop}"/>
    </af:selectOneChoice>
    </af:column>
    The issue is that after changing the value in "Action" dropdown, the inline table got refreshed accordingly, and ADF throws error "Please make a selection for Parameter Uid" on the required selectOneChoice value in the inline table. How can I prevent ADF having the validation checking of required fields when doing a PPR? I have already set the dropdown and table immediate=true already.
    Please advise.
    Thanks
    -Mina

    Hi,
    Need to add SOC id "si12" as table's partial Trigger.
    <af:table value="#{bindings.ItasFlowParamConfigsFullVO1.collectionModel}"
    var="row"
    rows="#{bindings.ItasFlowParamConfigsFullVO1.rangeSize}"
    emptyText="#{bindings.ItasFlowParamConfigsFullVO1.viewable ? 'No data to display.' : 'Access Denied.'}"
    fetchSize="#{bindings.ItasFlowParamConfigsFullVO1.rangeSize}"
    rowBandingInterval="0"
    selectedRowKeys="#{bindings.ItasFlowParamConfigsFullVO1.collectionModel.selectedRow}"
    selectionListener="#{bindings.ItasFlowParamConfigsFullVO1.collectionModel.makeCurrent}"
    rowSelection="single" id="t11"
    editingMode="editAll" styleClass="AFStretchWidth"
    columnStretching="column:c4"
    partialTriggers="::ctb12 ::ctb13 ::si12"
    immediate="true">

  • Mac Mail doesn't show inline tables

    When a Windows user send me mail message with inline table (I get about 10-15 messages a day in this format), all formating is garbled in Mac Mail. However, if I go to OWA (Outlook Web Access) and view the email on through web interface all is good. This is very frustrating as I want to use Mac Mail and not OWA to view such messages. Any siggestions?
    Here is an example in Mail:
    Phase 1
    Phase 2
    Phase 3
    Phase 4
    ABC GA
    NA
    April
    May
    May
    ABC
    June
    July/Aug
    Sept
    Sept
    UNI A
    March
    April/May
    June
    June
    UNI B
    June
    July
    Aug
    Aug
    AF
    April
    May
    June
    June
    XYZ
    June
    July/Aug
    Sept
    Sept
    ZYX
    Aug
    Sept/Oct
    Nov
    Nov
    Here is an example in OWA:

    Could be many things, we should start with this...
    "Try Disk Utility
    1. Insert the Mac OS X Install disc, then restart the computer while holding the C key.
    2. When your computer finishes starting up from the disc, choose Disk Utility from the Installer menu at top of the screen. (In Mac OS X 10.4 or later, you must select your language first.)
    *Important: Do not click Continue in the first screen of the Installer. If you do, you must restart from the disc again to access Disk Utility.*
    3. Click the First Aid tab.
    4. Select your Mac OS X volume.
    5. Click Repair Disk, (not Repair Permissions). Disk Utility checks and repairs the disk."
    http://docs.info.apple.com/article.html?artnum=106214
    Then try a Safe Boot, (holding Shift key down at bootup), run Disk Utility in Applications>Utilities, then highlight your drive, click on Repair Permissions, reboot when it completes.
    (Safe boot may stay on the gray radian for a long time, let it go, it's trying to repair the Hard Drive.)
    If perchance you can't find your install Disc, at least try it from the Safe Boot part onward.
    If 10.7.0 or later...
    Bootup holding CMD+r, or the Option/alt key to boot from the Restore partitirion & use Disk Utility from there to Repair the Disk, then Repair Permissions.

  • Is there a way to have text alongside an inline Table?

    Hi. Firstly, I have had the problem (after saving and re-opening my pages document) of having floating images not formatted in the same place. Anyone else encounter this? The only the way this doesn't happen is if I make them all inline before saving. The problem is that Tables seem not to be able to support the wrap features of having text be beside them on the same page. I wanted to do this with some long, narrow tables. I can get them floating to arrange them, but when I hit inline Pages formats them to only those wrap styles that have no text adjacent to the Table. Anyone know how to do this?—I do not understand why it isn't possible really. It should be.
    Despite this, I am very happy with Pages. I am in Trial mode now, but will likely purchase it and switch thereto from Word. As someone who works with multiple language fonts on the same page line however, I hope these issues are fixed in future editions. I like the fluidity of Pages and hope there is real effort to keep expanding it for Mac users.
    Thanks,
    Walt

    I am in Word Processing mode using a blank template I believe, I converted the document from Word originally.
    I did a two column layout, and I am fine with the looks, thanks for suggesting alternatives. One nuissance is that my table is the whole length of the page, and with the layout break of one page line it causes my text on the next page to be spaced one line below the top. I hope Pages will allow text wrap around for tables in future editions.
    As an aside, are there plans in the next Pages '10 or so to make it workable with Hebrew and Arabic, i.e. right to left text? I will need to be able to fluidly work with these alphabets on the same page line as English, and the sooner the better (I am aware of Mellel, but also need good graphics compatibility and like the fluidity of Pages).
    I took a screenshot but do not see any attachment options.
    Walt

  • Filling a table in Dreamweaver with different lists based on user decisions

    Hi, I'm very new to Dreamweaver and web design as a whole, so this might seem like a far fetched idea.
    What I want to do is have a situation where a user could click one of 4 buttons, upon which a predefined list would appear, presumably populating a table. As in, there are four lists (A, B, C, and D), and clicking on the respective button would make that respective list appear in a table. I only assume that a table is the appropriate option here. Furthermore, I want the user to be able to click on an element in the appearing list to make an image appear.
    Does anyone have any ideas on how I can do this? Am I on the right track with a table? I might be thinking too much in java...
    Thank you very much.

    I might be thinking too much in java...
    I believe you have confused Java with JavaScript. The two are very different, and usually when talking about web pages and interactive effects on them, it's the latter that would be relevant.
    You could do what you want most easily by building a page with all 4 tables (each containing the desired display effects already applied) explicitly coded (presumably one after the other). Each of these tables should be given a unique ID value (e.g., id="table1", id="table2", etc.) Then you would use CSS to hide all 4 tables using the style "display:none;". Then you would apply a javascript behavior to each of your buttons to change the CSS style on the table from "display:none;" to "display:block". That would make only that table appear. In addition, each of those buttons would have to set the style on the three other tables back to "display:none" to account for any table that may have been previously made visible.
    You can do this style changing using the DW behavior called "Change Property", by changing the display style on the desired table to "block", and on the other tables to "none;".
    This is a lot for a beginning user to absorb, so ask questions as you need answers. I don't think there would be any easier way to do this.

Maybe you are looking for

  • A Workaround to Error 2125 _"The offset in this file is too large"

    It seems that this means there is a discrepency between where the file actually ends and where the file says it ends. I was unable to export an Prores 422 file either from FCP or QT Pro, I tried several different things and was finally able to export

  • HT5444 App store says Mac isn't compatible but I believe its compatible

    I have a Imac with 2.5 Gb memory, Mac OS X 10.6.8, and It's 2007 and newer. What I check the about this mac option, it doesn't tell whether it's a Snow Leopard or Lion installed?  I feel it's upgradable. Can you tell me what to do?

  • Have to enter serial number very time I launch acrobat distiller

    Hi all, after using the program for a couple of years successfully, for some reason I now have to enter serial my number very time I launch acrobat distiller?, after entering the number it works fine, do I have a corrupted file somewhere, anyone come

  • How to deal with error 749,746,848?

    tterrors.log report list error and tt can't start, 02:17:34.84 Warn: : 168320: Warn 749: TT0749: Invalid log block found at location 18373.914341888 -- details: log block has incorrect lfn/lbn (actual: 18373.55806, expected: 18373/55807) -- file "log

  • PO Output Message

    Hi folks, Want to know how do we default a vendor for particular output message like Print, EDI etc. We have around 200 vendors under our company code/plant, most of the vendors have proper default output message, however there are some new vendors w