Ouch sorry to say but that sure does look messy
Here's a tidy way to do that with css
Code:
<style>
/*your style sheet preferably in an external .css file*/
div.leftCol,div.rightCol{
float:left;
width:300px;
}
/*firefox fix otherwise the float behaves weird*/
br{
clear:both;
}
</style>
<div class="leftCol">
<a href="#" onClick="javascript:window.open('pop.html?', '_Pop', 'menubar=no,scrollbars=yes,titlebar=no,width=760,height=400');">
Disclaimer
</a> |
<a href="#" onClick="javascript:window.open('pop.html?', '_Pop', 'menubar=no,scrollbars=yes,titlebar=no,width=760,height=400');">
Link
</a> |
<a href="#" onClick="javascript:window.open('pop.html?', '_Pop', 'menubar=no,scrollbars=yes,titlebar=no,width=760,height=400');">
Copyright
</a>
</div>
<div class="rightCol">
Design: <a href="http://www.mysite.co.uk" target="_blank">www.mysite.co.uk</a>
</div>
<br />
__________________________________________________ ________
I am DJ Kat...that's my name. Its a D and a J and a Kat with a K.