View Single Post
  #8 (permalink)  
Old Oct 3rd, 2006, 13:10
Corey Bryant Corey Bryant is offline
SuperMember

SuperMember
Join Date: Aug 2003
Location: Castle Rock, CO
Age: 36
Posts: 163
Thanks: 0
Thanked 0 Times in 0 Posts
Re: cell won't align to top vertically

Well you have it there in the code
Code: Select all
.noborderBox {
border: thin none #CCCCCC;
padding-left: 8px;
vertical-align: top;
}
is there a chance that we could see the parsed code so that we can take a look at what is being generated by the PHP and the other to see if we can come up with other ideas?
Reply With Quote