Hi Bob,

I have run into a problem with having two adjacent
links at the top of a page.

You can use a list as someone mentioned, you can also add a hidden character. Example:

<div id="sitelink">
    <p>
      [<a href="sitemap.html">Site Map</a>
<span> | </span>
      <a href="../../core/noticeboard.html">Home</a>]
    </p>
  </div>

The span would be style with:

div#sitelink span {
 position : absolute;
 left : -9000px;
}

Cheers.
Mike Cherim


*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
*******************************************************************

Reply via email to