Ask a Question related to ASP.NET General, Design and Development.

  1. #1

    Default Re: Math help

    Just divide the width of the page by 2. Then divide the width of the image
    by 2. Then subtract the length of half of the image from the length of half
    of the page. This should give you your starting x coordinate. Same thing
    for the height. I'm assuming that the coordinate system for the image (0,0)
    is at the top left of the image. Hope that helps.

    "Mark" <mark@yahoo.comN0SPAM> wrote in message
    news:bgrnlh$d0a$1@lust.ihug.co.nz...
    > Hi all, I have a small math problem I am hoping someone can help me with.
    >
    > Basically I have to align an image in the middle of a page but I have to
    > specify the left coordinate for the image.
    >
    > I know the width of the page as well as the width of the image so I just
    > need to work out how far in from the left of the page to specify the image
    > starting point so the image is aligned in the center.
    >
    > Help appreciated :)
    >
    > Cheers
    > Mark
    >
    >

    Joseph D. DeJohn Guest

  2. Similar Questions and Discussions

    1. math problem will Math.floor help
      I have the following code that at first sight should return a value of zero but does not always. What can be done about this. The following code...
    2. Check my math!
      Someone please explain what alternate universe I fell into this afternoon when PHP started telling me that 2 doesn't equal 2. Not sure about you,...
    3. Math::GMP tests and Crypt::Random fail on Compaq (Math::Pari related ??)
      Hi, I've been compiling Math::GMP for different OS's in order to use Net::SFTP and I have successfully compiled and used it for Solaris,...
    4. Date Math
      In MySQL/PHP I convert a MySQL date from a query and just do not know the syntax to add say "1 month" to this date ... <?php echo...
    5. Math on Tab Control
      I'm working with tab controls for the first time. The information is populating correctly. However, when I try do have a text field do math, such...
  3. #2

    Default OT: Math help

    Hi all, I have a small math problem I am hoping someone can help me with.

    Basically I have to align an image in the middle of a page but I have to
    specify the left coordinate for the image.

    I know the width of the page as well as the width of the image so I just
    need to work out how far in from the left of the page to specify the image
    starting point so the image is aligned in the center.

    Help appreciated :)

    Cheers
    Mark


    Mark Guest

  4. #3

    Default Re: Math help

    Cheers everyone, thanks for your help
    Regards
    Mark


    Mark Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139