I want to find out the dimensions of a particular site

How can I find out the dimensions of a site?  For example http://www.workingmother.com/blogs?cmpid=enews10131http://
I am trying to figure out if this site is 980 pixels?
Thanks in advance,
Erica

Anytime you want to see "the guts" of a site, click View>Source  or just press ctrl+u and a new window will open with the source code for the page. I did this and clicked on the hyperlink to the css sheet, then I scrolled down to the main body (it has a really odd name in this case - container is pretty standard, but I saw a strange name for the main body in the layout) and I looked at the width declaration; it said 987px.
#container{
    clear:both;
    position:relative;
    position:relative;
    width:987px;
    z-index:5;
    zoom:1;
Why they have a redundant position declaration is beyond me, but I didn't write it.

Similar Messages

  • Where is the bookmarks stored? I Install the Firefox once again since I upgrade my computer.Is there any folder just like "favourite"to store the html file? I really want to find out the bookmarks because actually i can't remember all the website that ar

    Where is the bookmarks stored?
    I Install the Firefox once again since I upgrade my computer.
    And I try to move the bookmarks from the old computer to the new one.
    But I can't find anyone of them.
    Is there any folder just like "favourite" to store the html file?
    I really want to find out the bookmarks because actually i can't remember all the website that are important to me~ URGENT!!!~THANKS~

    You can move file named places.sqlite from your old profile to the new one. It contains bookmarks and browsing history.
    Here's a knowledge base article about it: [[Recovering important data from an old profile]]
    If you don't care about saving your current bookmarks, you can skip creating new profile (Firefox does it by itself at first run anyway).
    I'd might suggest you to install addon https://addons.mozilla.org/en-US/firefox/addon/2410/|Xmarks Bookmark and Password Sync]. It is a free web service which synchronizes bookmarks and (optionally) passwords with central server, and then to other computers, if you installed it on more. You may treat is as a backup too.

  • I want to find out the RFC or bapi that log on the SAP? is anybody know?

    i want to find out the RFC or bapi that log on the SAP?

    Hi,
    for BAPI's
    http://www.sappoint.com/abap/bapiintro.pdf
    http://www.sappoint.com/abap/bapiprg.pdf
    http://www.sappoint.com/abap/bapiactx.pdf
    http://www.sappoint.com/abap/bapilst.pdf
    http://www.sappoint.com/abap/bapiexer.pdf
    http://service.sap.com/ale
    http://service.sap.com/bapi
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCMIDAPII/CABFAAPIINTRO.pdf
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/CABFABAPIREF/CABFABAPIPG.pdf
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCFESDE8/BCFESDE8.pdf
    http://www.planetsap.com/Bapi_main_page.htm
    http://www.topxml.com/sap/sap_idoc_xml.asp
    http://www.sapdevelopment.co.uk/
    http://www.sapdevelopment.co.uk/java/jco/bapi_jco.pdf
    ***do reward if usefull
    vijay

  • How to find out the exit for a particular requirement.....!!!!

    Hi Freiends,
    i have the requirement like this..
      2 sales orders are creted for the same customer..but their delivery date is different..i want to  find out the that time difference....
      could you plz give me any idea...
    Best regards,
    Rajesh padya

    Hi,
    If you know the sales order numbers then u need to go VBAK table and take VDATU(requested delivery date) for the 2 sales order and find out the difference between these 2 dates by using the function modules.
    -Prasanth

  • My startup disc is full and I want to find out the size of trash and junk in mailbox before dumping trash & junk

    I have gotten this message saying that my startup disc is full.
    I know I need to dump the trash can on my home screen and I have done that.
    I know that there is both trash and junk in my mail app that I will dump also but I am curious as to the size of the trash and junk in mail but I don’t see how to find the sizes.
    Its nice that the Junk tells me that there are 739 messages but it doesn’t say what the size of all of them is.
    Do you know how i can see what the file sizes are for trash and Junk in Mail?
    I know I can just delete them and see how much this yellow bar decreases but that seems like a crude way to see what the file sizes are that I have deleted.
    If you have an answer for how to find out the file sizes of the Mail trash and junk I would like to know how to do it.
    I have the latest version 10.9.4 on my Mac Air.

    do you have the Size Column selected in the View pulldown?

  • I want to find out the po release code it is updated in which table

    DEAR ALL,
    Any body can help me out for finding where the PO RELEASE CODE IS UPDATED IN WHICH TABLE . I can get the release code in ekko table . so i need to find out the release code where it is getting updated

    The details can be found in EKKO table's FRGKE field.
    Here
    1 -> Blocked
    2 -> Released
    The codes may be different in your system as per your configuration.
    Regards,
    Bhavin

  • How to find out the accounts for a particular IBUs?

    Hi,
    I want to find out accounts for particular accounts.
    Regards,
    Jaya

    Hi,
    If you know the sales order numbers then u need to go VBAK table and take VDATU(requested delivery date) for the 2 sales order and find out the difference between these 2 dates by using the function modules.
    -Prasanth

  • Can I find out the dimensions of a single layer in cs3?

    Is there any way of getting the pixel dimensions of a layer within the project? Clicking on image>image size only gives me the dimensions of the entire thing.
    Example: I am building a mockup of a Website at 1000x620. After adding photos and free transforming them, I would like to know what the size turned out to be so that I can now resize the original photo to place in the site. Hope that makes sense!
    Thanks!

    Thanks J!
    After reading your comments it kicked in for me. I did find out if I select the layer and use "CTRL T" or free transform, the dimensions show up in the info palette. The info doesn't show up without using free transform... unless I'm not getting something. Doesn't matter, it works!
    Thanks for jogging my brain!
    Jules

  • I want to find out the medium Crete of gold

    Hi my name is seng I will like to check my contract killer zombies 2 why I buy the "medium crate of gold " I dint get it from yesterday night at 7.30pm to today 6.25 pm can I now wht happen. I call to hotline but there say I have to use by email can u please get this thing to me
    My email is [email protected]

    Anytime you want to see "the guts" of a site, click View>Source  or just press ctrl+u and a new window will open with the source code for the page. I did this and clicked on the hyperlink to the css sheet, then I scrolled down to the main body (it has a really odd name in this case - container is pretty standard, but I saw a strange name for the main body in the layout) and I looked at the width declaration; it said 987px.
    #container{
        clear:both;
        position:relative;
        position:relative;
        width:987px;
        z-index:5;
        zoom:1;
    Why they have a redundant position declaration is beyond me, but I didn't write it.

  • How to find out the infoProvider for a given dimension table?

    Experts:
    In RSA1, I want to find out the infoProvider for a given dimension table.
    But I am not sure how to display the tables linked to a given infoProvider.
    Could you provide a way to display all tables linked to a given infoProvider?
    Thanks a lot!

    See, The dimension table starts with Dcubename1 and incremental Dcubename2 .... so on
    Ex.ZSD_C01 is your cube name
    Dim tables starts for this is /BIC/DZSD_C011 /BIC/DZSD_C012 ...
    Goto - LISTSCHEMA  - derive cube name from given dim table and enter cube name  - execute - will show you all the tables

  • How to find out the user Country code in flex

    Hi all,
              I want to find out the country code, to load dynamic localization swfs.
      example : my swf file name
                     en_US_res.swf
    by using capabilities.langueage am getting the local user langueage, am not able to find the locale country code. please help me out
    Thanks!!

    Hi Jesudasan ,
    You can know the user details with version management.Please find the
    below procedure to know.
    Go to table->Utilities tab->version->Version management->Compare the previous one .
    Hope this solves the issue,Let me know if you have any issues.
    Thanks,
    Rajani

  • How to find out the list of workflows with active event linkage?

    Hi All,
    I want to find out the list of workflows whoe event linkage is activated in the system.
    Through SWU0, we can get a list of workflows attached to a particular event of a business object.
    Thanks,
    Sivagami

    Hi,
    Thanx for ur reply..
    I got the list from the table...
    thanks,
    sivagami

  • How to find out the list of includes:

    Hi,
    I want to find out the list of includes, hw can I do that..
    Suppose: ex: I want to know all the includes starting with zabc* hw can I do it, and one more question, where all the (total) includes will be stored.
    Akshitha.

    Hi akshitha,
    1. We can do that from se38.
    2. in se38, Press Ctrl + F
    3. A new window will come for search.
    4. <b>by pressing 4th button on toolbar, expand the search window.</b>
    5. <b>In "Program Type", enter   :   I   (for include only)
       In Program Name" enter    : ZABC*</b>
    6. Execute.
    regards,
    amit m.

  • How can I find out the current platform type?

    Hello,
    I want to find out the platform type (in the format of v$transportable_platform.platform_type) of a running Oracle instance (on 10g2 and 11g1). The v$transportable_platform shows a list of all supported platforms, and I want only the type that is encoded in the datafiles - v$datafile does not provide me such information.
    Thank you,
    Adrian

    AdrianM wrote:
    Hello,
    I want to find out the platform type (in the format of v$transportable_platform.platform_type) of a running Oracle instance (on 10g2 and 11g1). The v$transportable_platform shows a list of all supported platforms, and I want only the type that is encoded in the datafiles - v$datafile does not provide me such information.
    Thank you,
    AdrianDear Adrian, use the following query:
    select PLATFORM_NAME from v$database;

  • How can I find out the place from where a record is being inserted in table

    Hi,
      I want to find out the exact code statement from the SAP code from where record is being inserted into a SAP table. I tried ST05 SQL trace but it seems to only give the SQL statement and not the program from where it is being fired (unless you guys can show me a way to find it from the trace)
      I m trying to see that when sales order is changed in VA02, from which piece of code in SAP the tables CDHDR and CDPOS get update. Also I tried using SE30 but it doesnt seem to give the results properly. Please help.
    Thanks for reading

    Hello Srikrishna,
    Did you try the following?
    In your trace with ST05:
    i) Find the line that you are interested, right-click and select 'Display ABAP Source'.
    OR
    ii) Go to Trace List menu and click 'Summarize Trace by SQL Statement'. Then here, select the line you want and again right click to see 'Display ABAP Source'.
    Regards,
    Guven.

Maybe you are looking for

  • How to customize standard text in operation tab of PM order

    Hi everybody, I am Rajat. I have question in SAP PM: In operation tab of PM order we have standard text, rt now i m using fresh system...kindly let me know how to enter values in that so that when i take drop down i'll see those values. Kindly reply

  • Links to open PDF not working in WebHelp RH TCS3

    In my FM files I want to create links to open a pdf file (ideally at named destinations, but that seems a distant dream ) In RoboHelp I have included the PDF in my baggage folder (in it's own folder, called PDF) My Go to URL link in FM is: message UR

  • Shipment output

    Hi all, The requirment is such that only when the delivery in the shipment is PGI'd the output should be triggered Should I write a logic and assign the requirment in the access sequence for acheiving the above? Please help me.Thanks in advance Regar

  • Questions on publishing

    I have an interesting scenario, I have used iWeb to redesign a website for the student government at my university, and am considering moving the site from my .mac to their servers so that it may serve at higher speeds for students on-campus. Is it p

  • Differnet between 8i and 9i

    There is any different between oracle 8i and 9i. recently we upgraded from 8i to 9i after that the applications are working very fast. anybody know what is the reason. Thank, Raghu.K