leegold2
Technical User
- Oct 10, 2004
- 116
Why does float:right cause a line break? Try the code below. Is there a fix? I want the link on the same line as the text. Thanks
<html>
<head>
<STYLE>
span.linkpos { float:right; clear: none; color:blue; }
</style>
</head>
<table border 1px >
<tr>
<td>
Source for configuration management documents and drawings from many projects. These are primarily engineering design documents. Each Directorate must be searched separately...
<span class=linkpos>
<a href=details. php?id=3&Type_view= detail&Type_Submit=&key_word= >see details</a>
</span>
</td>
</tr>
</table>
<html>
<html>
<head>
<STYLE>
span.linkpos { float:right; clear: none; color:blue; }
</style>
</head>
<table border 1px >
<tr>
<td>
Source for configuration management documents and drawings from many projects. These are primarily engineering design documents. Each Directorate must be searched separately...
<span class=linkpos>
<a href=details. php?id=3&Type_view= detail&Type_Submit=&key_word= >see details</a>
</span>
</td>
</tr>
</table>
<html>