I want to output one line of text to the browser containing the tag. When this is displayed, it appears that the DIV calls a new line. How to include content in a div tag on the same line - here is my code.
<?php echo("<a href=\"pagea.php?id=$id\">Page A</a>") ?> <div id="contentInfo_new"> <script type="text/javascript" src="getData.php?id=<?php echo($id); ?>"></script> </div>
I tried to put it in order. How can I display this screen on one line?
html css
undefined Dec 01 '09 at 2:58 p.m. 2009-12-01 14:58
source share