Struggling to achieve the following using CSS:
On one line:
- against the left margin: * Home *
- against the right margin: * Search this site *
Table width variable
Code:
<table>
<tr>
<td><img src='gif/bullet.gif' alt='*'><a href='index.htm'>Home</a><img src='gif/bullet.gif' alt='*'></td>
<td align=right><img src='gif/bullet.gif' alt='*'><a href='search.htm'> Search this site </a><img src='gif/bullet.gif' alt='*'></td>
</tr>
</table>
On one line:
- against the left margin: * Home *
- against the right margin: * Search this site *
Table width variable