[SOLVED] <a> links on same line with 'floating' (not &nbsp; ) space between ?
akm Offline
Member
***
Posts: 115
Joined: Nov 2011
Post: #4
RE: How to put <a> links on same line with 'floating' (not &nbsp; ) space in between ???
(02-20-2012 11:38 AM)Sama34 Wrote:  Why not using the white-space property or the margin one?

Thanks much !
Added to code (hope did right) below (part of template: header) and works like advertised.

Code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<head>
<style type="text/css">
p
{
white-space:nowrap;
}
</style>
</head>
<div>  
<p>
<a href="{$mybb->settings['bburl']}/search.php">
<img src="{$theme['imgdir']}/toplinks/search.gif" alt="" title="">
{$lang->toplinks_search}
</a>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;

<a href="http://www.forum.info/index.htm"> 
<font size="4;" color="#0066CC"> Go to Location (click here)</font>
</a>
</div>


Also looking at if possible to make so <a> text links on each side be able to wrap on each other without crossing the 'space' in between ?


Thanks again for your help !
02-20-2012 12:36 PM
Find all posts by this user Quote this message in a reply

« Next Oldest | Next Newest »

Messages In This Thread
RE: How to put <a> links on same line with 'floating' (not &nbsp; ) space in between ??? - akm - 02-20-2012 12:36 PM

 Standard Tools
Forum Jump: