muneeba9071
07-07-2011, 04:50 PM
Hi,
I have the following long text link:
<a href="#">This is a long link blah blah</a>
Here is the CSS:
a {
margin-left: 4px;
}
The problem is the box is not wide enough to cover the whole link, thus its dropping to the next line. Like this:
This is a long link
blah blah
I really need it to look like:
This is a long link
blah blah
Many Thanks!:thumbsup:
I have the following long text link:
<a href="#">This is a long link blah blah</a>
Here is the CSS:
a {
margin-left: 4px;
}
The problem is the box is not wide enough to cover the whole link, thus its dropping to the next line. Like this:
This is a long link
blah blah
I really need it to look like:
This is a long link
blah blah
Many Thanks!:thumbsup: