Web development, coding & SEO


left right same line

Elements on left and right hand end of the same line.

Sample of elements on left and right

My StuffEdit

Code

<p>
  <span>My Stuff</span><a href="#">Edit</a>
</p>

CSS

.sample{
	border:1px solid #ddd;
	text-align:right;
	padding:6px;
	width:333px;
}
span{
	float:left;
	width:auto;
}

2009