|
-
Sep 1st, 2006, 07:48 AM
#1
Thread Starter
Hyperactive Member
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.
-
Sep 1st, 2006, 10:08 AM
#2
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.
-
Sep 1st, 2006, 10:10 AM
#3
Re: Image Position
 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
-
Sep 2nd, 2006, 12:08 AM
#4
Re: Image Position
 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.
-
Sep 2nd, 2006, 01:11 AM
#5
Thread Starter
Hyperactive Member
Re: Image Position
Sciguyryan picked my question rightly. Thank you.
-
Sep 2nd, 2006, 01:14 AM
#6
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.
-
Sep 2nd, 2006, 03:17 PM
#7
Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|