Results 1 to 7 of 7

Thread: Image Position

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Jul 2006
    Posts
    266

    Question Image Position

    In VB 6 we use Left and Top properties of Picture Control to positioned it at runtime. Is there anything like these properties in PHP ? If not then what is the procedure to do the same thing at runtime.

  2. #2
    Kitten CornedBee's Avatar
    Join Date
    Aug 2001
    Location
    In a microchip!
    Posts
    11,594

    Re: Image Position

    What is this "runtime" you speak of?
    All the buzzt
    CornedBee

    "Writing specifications is like writing a novel. Writing code is like writing poetry."
    - Anonymous, published by Raymond Chen

    Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.

  3. #3
    Frenzied Member sciguyryan's Avatar
    Join Date
    Sep 2003
    Location
    Wales
    Posts
    1,763

    Re: Image Position

    Quote Originally Posted by systech44
    In VB 6 we use Left and Top properties of Picture Control to positioned it at runtime. Is there anything like these properties in PHP ? If not then what is the procedure to do the same thing at runtime.
    Not in PHP no but you can use CSS to dynamically place images in a HTML document.

    This would therefor probably be better in the XML, HTML, Javascript, Web and CSS forum unless I miss-understood your question.

    -- Ryan Jones
    My Blog.

    Ryan Jones.

  4. #4
    I'm about to be a PowerPoster!
    Join Date
    Jan 2005
    Location
    Everywhere
    Posts
    13,647

    Re: Image Position

    Quote Originally Posted by systech44
    In VB 6 we use Left and Top properties of Picture Control to positioned it at runtime. Is there anything like these properties in PHP ? If not then what is the procedure to do the same thing at runtime.
    Have you followed my suggestion to you a long time ago and read a PHP tutorial? I suspect not. If you do that, depending on the quality of the tutorial, you should be quite clear on what exactly PHP does and what it doesn't. I recommend the tutorial at php.net for starters.

  5. #5

    Thread Starter
    Hyperactive Member
    Join Date
    Jul 2006
    Posts
    266

    Re: Image Position

    Sciguyryan picked my question rightly. Thank you.

  6. #6
    I'm about to be a PowerPoster!
    Join Date
    Jan 2005
    Location
    Everywhere
    Posts
    13,647

    Re: Image Position

    What is this, some sort of guessing competition?

    Frankly, I'm sick of your idiotic vague questions and attitude - consider yourself ignored from now on.

  7. #7
    Member
    Join Date
    Aug 2006
    Posts
    56

    Re: Image Position

    You can use basic html w/ the php comands.
    Let Me correct myself.
    Code:
    &content .= "<valign=\"top\">";
    &content .= "<valign=\"middle\">";
    &content .= "<valign=\"bottom\">";
    &content .= "<align=\"left\">";
    &content .= "<align=\"center\">";
    &content .= "<align=\"right\">";
    Last edited by Slick; Sep 2nd, 2006 at 03:46 PM.

Posting Permissions

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



Click Here to Expand Forum to Full Width