hi all . i want to put my signature as an iframe to load a page and i want to control the hiegh and the weigh of this frame using php codes not html . html codes not working on this forum so i need php codes to make it work here's the code in html : <html> <body> <iframe src="http://www.ltt.ly" style="height: 100%"> </iframe> <body> </html> how to set it as php code in my signature to load the page thanks in advance
put like is <?php $height=50; ?> <iframe src="http://www.ltt.ly" style="height: <?php echo $height;?>px">