View Single Post
  #2 (permalink)  
Old Oct 30th, 2007, 12:10
Rakuli's Avatar
Rakuli Rakuli is offline
SuperMember

SuperMember
Join Date: Sep 2007
Location: Australia
Age: 24
Posts: 956
Blog Entries: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Wordpress

You have a closing </div> for one that is not open...

HTML: Select all
<div class="top">
				
	<div class="header">

		<div class="left">
					</div>
		
		

			<h2></h2>
			
			
		</div>

	</div>	

</div>
Reply With Quote