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.
Printable View
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.
What is this "runtime" you speak of?
Not in PHP no but you can use CSS to dynamically place images in a HTML document.Quote:
Originally Posted by systech44
This would therefor probably be better in the XML, HTML, Javascript, Web and CSS forum unless I miss-understood your question.
-- Ryan Jones
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.Quote:
Originally Posted by systech44
Sciguyryan picked my question rightly. Thank you.
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.
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\">";