Ask a Question related to ASP.NET General, Design and Development.
-
Joseph D. DeJohn #1
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
-
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... -
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,... -
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,... -
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... -
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... -
Mark #2
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
-



Reply With Quote

