Jump to content

[SOLVED] Same Line


atholon

Recommended Posts

Hi, I am trying to get these divs to go on the same line but aligned on opposite sides.

Is it possible like this?

 

echo ("               <div align=\"left\"><b>$date</b></div>");
echo("                <div align=\"right\"><font color=\"#666666\" face=\"verdana, arial, sans-serif\">  ");
echo("                  <a href=\"$_SERVER[php_SELF]?view=editprog&iId=\">Edit</a>");
echo("                  - <a href=\"$_SERVER[php_SELF]?view=deleteprog&iId=\">Delete</a></font>"); 
echo ("               </div>  ");

Link to comment
https://forums.phpfreaks.com/topic/78184-solved-same-line/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.