View formatting

I am having trouble with consistency over various devices. The pages I have built look one way in my laptop a different in another and then different on the mobile device.
For example this page repeats the background on the mobile device and smaller laptops.the web url is chefdavidfunaro.com

If you want good cross browser rendering, fix your code errors.  At the moment, your code is quite the mess of misplaced tags and poor HTML structure.  You can see the details below.
[Invalid] Markup Validation of http://chefdavidfunaro.com/chefswords.html - W3C Markup Validator
It's a good idea to stay on top of code errors by validating your work often during development.  
CSS - http://jigsaw.w3.org/css-validator/
HTML - http://validator.w3.org/
Nancy O.

Similar Messages

  • Drop down list for User ID's and SAP List viewer format

    Couple of quick questions. Any help will be greatly appreciated.
    1) I need to put User ID on the selection criteria screen. And also, I need to build a dropdown list for user ID selection by finding all user IDs in the Finance department and put it on the list.
    2) I need to display the report in the SAP List viewer format, which enable these functions including sorting, hiding fields, filtering, exporting to an excel file as necessary. My output is currently plain vanilla as follows
    loop at ibkpf where belnr = ibseg-belnr.
           read table iskat with key saknr = ibseg-hkont.
           read table icepct with key prctr = ibseg-prctr.
           read table icskt with key kostl = ibseg-kostl.
           write:/
           iBKPF-BELNR,     " Accounting document number
           iBKPF-BUKRS,    " Company code
           iBKPF-GJAHR,     " Fiscal Year Range
           iBKPF-MONAT,     " Period
           iBKPF-USNAM,     " Username
           iBSEG-BELNR,      "Document #
           iBSEG-BUZEI,      "Item #
           iBSEG-BSCHL,      "Posting Key
           iBSEG-SHKZG,      "Debit/credit indicator
           iBSEG-PRCTR,      "Profit Center
           icepct-ktext,
           iBSEG-KOSTL,      "Cost Center
           icskt-ltext,
           iBSEG-HKONT,      "G/L Account
           iskat-TXT20,
           iBSEG-DMBTR,      "Local currency
           iBSEG-WRBTR,      "Document currency
           iBSEG-SGTXT,      "Explanation
           iBSEG-KOART.      "Account type

    Hello Syed
    Here is a sample coding for a dropdown listbox:
    *& Report  ZUS_SDN_DROPDOWN_LIST
    REPORT  zus_sdn_dropdown_list.
    TYPE-POOLS: vrm. " Value Request Manager: Typen und Konstanten
    DATA:
      gt_values   TYPE vrm_values.
    PARAMETERS:
      p_usrid    TYPE xubname AS LISTBOX VISIBLE LENGTH 13.
    INITIALIZATION.
    * Select the allowed values for dropdown listbox
      SELECT bname AS key FROM  usr02 INTO TABLE gt_values
             WHERE  bname  LIKE 'S%'.
      CALL FUNCTION 'VRM_SET_VALUES'
        EXPORTING
          id              = 'P_USRID'
          values          = gt_values
        EXCEPTIONS
          id_illegal_name = 1
          OTHERS          = 2.
      IF sy-subrc <> 0.
    * MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
    *         WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
      ENDIF.
    START-OF-SELECTION.
    END-OF-SELECTION.
    You have two fields for the listbox available:
    - KEY (obligatory)
    - TEXT (optional)
    Regards
      Uwe

  • Home sharing - view format for other users tunes

    When I home share with another user's tunes, I can't get a fully organised view format (e.g. under "view" menu, sort by list, cover flow etc are greyed out). I can only get a single long list which is pretty-not-useful... It looks like this is the only way to go, but does anyone know how to get a fully featured and formatted view of another library? Thx M

    Store the media files somewhere other than the standard location. Other users cannot access the files if they are stored in the standard location. Example c:\itunes media
    Within each users login, set the library location to the location you want. Each user can access all the files and the library for each user will be different.
    My wife and I do this with an external drive on our home network.

  • Which view format is preferred in Ui5 development ?

    Started with Ui5 a week back and documentation is really good. But when getting hands on with this made me bewildered. Can anyone help me with below queries
    1) Which view is preferred in application development for UI5 ? i can only see Js sample codes in documentations. (IS JS only preferred for development)
    2) Is it possbile to use mixture of View formats in an application ? (XML view and its controller for one screen and HTML view for other screen)

    Thanks ,
    When i look at the api reference of SAPUI5 SDK - Demo Kit  i get the below error. Is something wrong ?
    API Reference 
    sap.ui.core.mvc.View
    HTTP Status 404 - /sdk/docs/docs/api/symbols/sap.ui.core.mvc.View.html
    type Status report
    message /sdk/docs/docs/api/symbols/sap.ui.core.mvc.View.html
    description The requested resource is not available.

  • Applying Business View format of ARA into Job Monitoring of Process Control

    Hi Gurus,
    I have an issue regarding with the Job Result of when using SOD sub-scenario in Process Control. We have integrated AC and PC and the controls that have been set for automation, however, the fields (User ID, Name, Group, Risk Description, etc.) are not showing on the PC Job result like the ARA can do. Below information are given:
    1. In ARA --> User Level --> Simulate the risk analysis with Business View format --> Result --> choosing Management Summary --> above mentioned fields are shown.
    2. In Automated Monitoring --> Choosing Management Summary --> onlyfields of technical view format are the only ones that can be shown (User ID,Risk ID and Control ID).
    Thus with this, is there any possibility that the Result of the Job Monitoring of the PC can be manipulated? If yes, can you provide some steps?
    Hope you can help me on this.
    Kindly refer on the attached file for more info.
    Thanks!
    Mackoy

    Christopher,
    Re-generating the transfer structure does not need InfoPacks to be re-created. if you are still getting the old error, two possibilities:
    1) You created a new DataSource with new transfer structure, etc. but the InfoPack in the process chain still points to the old trsnfer structure.
    2) The data in the table has some records as MM/YYYY and some as YYYYMM.
    You don't need to re-create the InfoPacks if your transfer structure is re-generated. They should work off the latest definition always.
    Cheers
    Aneesh

  • Removing the vertical divider after the actions view format menu.

    Hi,
    i have a table in a applications table component on my UI. i've a UX requirement to remove the Actions, View, format menu along with the vertical divider next to these menus that comes with the applications table component. i could get rid of the three menus but have not been able to get rid of the vertical divider. so the apps table looks a li'l odd now. Any suggestions on how to get rid of the divider?

    Hi ,
    We the world outside Oracle donot use the Applications Table which is a purely ApplCore component.
    Please post this question on the internal ADF Frontend forum @ myforums.oracle.com

  • How do I change iphone calender view format

    How do I change the calender view format to "List View" on my iPhone?

    The following shows how: http://www.iphoneincanada.ca/how-to/calendar-list-view-ios7-1/

  • FR PDF view format adjustment

    FR report works fine in HTML view But it doesnt fit fine in pdf print . Is there any way i can adjust my pdf view and users want to view report in portrait format
    can information on this will be really helpfull
    thanks

    i was able to fix from page set up
    thanks

  • ICal week view format

    I use iCal for all my scheduling and in a busy household a printed hard copy on the refrigerator is helpful. I would like to use the weekly view but find the format unfriendly- both printed and displayed on screen . I would prefer to have the days of the week along the verticle axis and the time along the horizontal.  I would rather use Apple's native iCal instead of a different third party product. Is there any kind of plug-in or dodad to provide this format? If not does anyone know of an alternative application that will provide this format and work seamlessly with the Apple way of doing things?
    Thanks in advance.

    Hi,
    Open iCal's Preferences window and from the General tab change the "Show XX hours at a time" to what you'd like to see.
    Best wishes
    John M

  • How to set the view format of the numbers in the tooltip.

    By default a graph will automatically format the axis view to be a scaled value.
    Example: 180321005 will show as 180 M on the axis label for the graph
    There is a way to set the scaling on the y-axis of a graph so that it will not be displayed as a scaled number.
    m_graph.getY1Axis().getViewFormat().setScaleFactor(BaseViewFormat.SCALEFACTOR_NONE);
    Now: Example: 180321005 will show as 180321005 on the axis label for the graph
    But is there a way to set the scaling factor for the pop up tooltip that appears when the user mouses over a point on the graph?
    Right now the tooltip view shows the y value as a scaled value; therefore, much of the number's percision is lost.
    Thanks,
    michelle

    Hello
    Did you find any soloution?

  • Single record view: xml in clob view formatted

    I'm storing xml data in a clob. When I select 'single record view' I see my xml on a single line. I would like to see it formatted for easy reading. Is there a way to accomplish this?

    Don't think so, works the same way in the grid; you have to press the Edit icon inside the cell to see proper line breaks.
    You can always add this as feature request at the SQL Developer Exchange, so other users can vote to add weight for possible future implementation.
    Regards,
    K.

  • Dynamic Content JSP + Tree View Format

    I have a JSP page from where i collect all the data and display it in a table format (8 columns).
    I have restricted the display on a single page to 4000 rows, of which 500 rows need to be the Main Folder Like and on click of each one get 8 more rows open or close.
    1st View
    +1
    +2
    +500
    2nd View
    -1
    1
    2
    3
    4
    5
    6
    7
    8
    +2
    -500
    1
    2
    3
    4
    5
    6
    7
    8
    The values from 1 thru 500 and a, b, c, d.. h are all got from the database (mySQL). What i'm doing currently is
    1
    2
    3
    4
    5
    6
    7
    8
    1
    2
    3
    4
    5
    6
    7
    8
    Also i would like to mention that the page is refreshed at certain intervals that have been set, so it should remember the previous view. Can some one help!!

    Tnx for the quick replies, but i forgot to mention what is actually displayed, i got the kind of display as mentioned above, but the exact requirement is like...
    What will be there
    + 1 1 1 1 1 1
    + 2 2 2 2 2 2
    �. �. �. �. �. �.
    �. �. �. �. �. �.
    + 500 500 500 500 500 500
    On Click of the Plus Sign
    - 1 1 1 1 1 1
    1a 1a 1a 1a 1a 1a
    1b 1b 1b 1b 1b 1b
    1c 1c 1c 1c 1c 1c
    1d 1d 1d 1d 1d 1d
    1e 1e 1e 1e 1e 1e
    1f 1f 1f 1f 1f 1f
    1g 1g 1g 1g 1g 1g
    + 2 2 2 2 2 2
    �. �. �. �. �. �.
    �. �. �. �. �. �.
    + 500 500 500 500 500 500
    .i.e. the entire set of row with abt 6-8 columns need to be displayed. Now any suggestions??

  • Different query view format not shown

    Dear Gurus,
      I am kinda new to WAD; Here I made 2 different query views(Different format) and used 'Query View Selection' in WAD. But somehow, when i choose different query views from the drop down list, the format of the result all seem to be the same(as the first chosen one). Is there any setting that i might have missed out?
      And here is another question, can i possibly fill 'Query view selection' from different Query? and how to do that ?
    It's quite urgent for me, please help out ASAP.
    Thanks a lot~~ Points will be rewarded~~
    Charlie Lin

    In the property of the drop down box, you should have property called affected area, in that select both the query views you want to see and you should see different result as you change the drop down box.
    And also make sure your data provider for both of the views are different, need to create a new for the next one.
    thanks.
    Wond

  • Why did iCalendar loose view formatting on all browsers since yesterday on Windows 7?

    iCalendar on Windows 7 formatting view lost from Safari, Firefox, and IE.  No background and no style exists. Was ok yesterday.  Reboot did not change anything.  Any ideas on what is happening?

    Diamond Dave wrote:
    Reinstalling Safari 3.1.1 appears to have recreated a fresh copy of the WebKit.framework folder and all it's contents, in the correct place. Needless to say, as ever, this hasn't solved the problem...
    Hmm. Wish I'd seen your posts earlier, I could have saved you some trouble. It's nothing on your machine. It's a problem at Chatropolis. I am able access a page on one of the two machines, the one at cs10.chatropolis.com. But the one at cs7.chatropolis.com, while the server is there, and can be pinged, sends back a "404 - not found" response.
    No matter what the owner says, these errors are server errors on his end, and have nothing to do with any settings on your computer. He's simply mistaken when he says they are coming off your computer. It's possible that he's confused by how Internet Explorer on Windows can be set up so that it will give you an error page that looks a lot like the same error page you'll get from a Windows IIS server. Or he simply doesn't know the technical details.
    But it doesn't look like he's running a Windows IIS server, either. According to the headers on his servers, they're running something called "IFCS", which a little digging shows to be something owned by his company.
    charlie

  • How to return the month view format on IPhone to show text of events and not dots?

    The month view in my IPhone ICal is now filled with dots to let me know I have an event as opposed to the former view where I could see text at a glance and know what I had to do on certain days.  The month view of days with dots is now worthless to me unless i can change it back to see text.  Also, you have to scroll through to see all the hours in a day.  Is this really necessary?  Who has time to enter in so much activity on their daily calendar that is reqires scrolling through the hours?  Can I make the entire day appear on one screen if I'm in day view?
    Thanks for your help.

    You can see what is similar to the List view by tapping on the magnifying glass. The former Month view with a couple of lines ot text under it no longer exists.
    Feedback to Apple can be made at www.apple.com/feedback and click on the appropriate link.

  • Discoverer Viewer Formating

    I created one cross tab report.but when the end user uses the report from discoverer viewer 4i. Headings of the column are not displaying. In plus it is working fine

    Are you referring to the axis labels?
    If you look in: Tools -> Options -> Crosstab (as it's a xtab, otherwise it would be labelled Table), you'll see an 'axis labels' box.
    Check it on and you'll get the axis labels.
    Russ

Maybe you are looking for