Page 1 of 1

alligning php text within html

Posted: Sun Feb 10, 2008 6:18 am
by synchro
hi guys
i got a php and its embedded in some html webpage, i need to get the following text in the right position in the html page.

i want it in the middle , if u know what i mean, within the surrounds
here's a link to a pic of what i want:

Image
thanks guys
ed

Re: alligning php text within html

Posted: Sun Feb 10, 2008 12:44 pm
by Christopher
Just move the <?php echo "..."; ?> to the place in the HTML where you want in to display. You an embed as many PHP blocks as you want in the HTML.