コード行に複数のハイパーリンクが含まれています。出力を 1 行で表示したいのですが、うまくいきません。
cssも使った
a {white-space:nowrap; } it doesn't work.
コード行は次のとおりです。
<a href="profile.php?v=<?php echo $uid;?>"><?php echo $uname;?></a>made offer for your task:<a href="task1.php?t=<?php echo $task_id;?>"><?php echo $tasktitle;?></a>says,"<?php echo $comment; ?>"<br/>
私が得ている出力:
David Jackson
made offer for your task:
paint on walls
says,"hello..i'm agree!"
私が期待した出力:
David Jackson made offer for your task: paint on walls says,"hello..i'm agree!"