[SOLVED] <a> links on same line with 'floating' (not &nbsp; ) space between ?
akm Offline
Member
***
Posts: 115
Joined: Nov 2011
Post: #5
RE: How to put <a> links on same line with 'floating' (not &nbsp; ) space in between ???
(02-20-2012 12:17 PM)leefish Wrote:  You could try  this :

HTML Code
<div style="width:100%;">
<div><a href="http://www.leefish.nl/mybb/portal.php">HALLO</a></div>
<div style="float:right;margin-top:-25px;"><a href="http://www.forum.info/index.htm">goodbye</a></div>
</div>


Thank you for the suggestion !
Tried and got scrnshot attached.

Think did it per suggestion, but may have missed something ?...

Code:
1
2
3
4
5
6
7
8
9
10
11
12
13
<div style="width:100%;">
<div>
<a href="{$mybb->settings['bburl']}/search.php">
<img src="{$theme['imgdir']}/toplinks/search.gif" alt="" title="">
{$lang->toplinks_search}
</a>
</div>
<div style="float:right;margin-top:-25px;">
<a href="http://www.homepage.info/index.htm"> 
Return to homepage (click here)
</a>
</div>
</div>



Attached File(s) Thumbnail(s)
   

Thanks again for your help !
(This post was last modified: 02-20-2012 07:32 PM by akm.)
02-20-2012 07:29 PM
Find all posts by this user Quote this message in a reply

« Next Oldest | Next Newest »

Messages In This Thread

 Standard Tools
Forum Jump: