Click to See Complete Forum and Search --> : Image Position
systech44
Sep 1st, 2006, 07:48 AM
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.
CornedBee
Sep 1st, 2006, 10:08 AM
What is this "runtime" you speak of?
sciguyryan
Sep 1st, 2006, 10:10 AM
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
penagate
Sep 2nd, 2006, 12:08 AM
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 (php.net/tut.php) for starters.
systech44
Sep 2nd, 2006, 01:11 AM
Sciguyryan picked my question rightly. Thank you.
penagate
Sep 2nd, 2006, 01:14 AM
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.
Slick
Sep 2nd, 2006, 03:17 PM
You can use basic html w/ the php comands.
Let Me correct myself.
&content .= "<valign=\"top\">";
&content .= "<valign=\"middle\">";
&content .= "<valign=\"bottom\">";
&content .= "<align=\"left\">";
&content .= "<align=\"center\">";
&content .= "<align=\"right\">";
vbforums.com
Copyright Internet.com Inc., All Rights Reserved.