I have a custom home page that I developed and I am having the biggest bear of a problem getting it to "vertical-align: top;". Does anyone know how this might be done with the Drupal platform. I tried several different methods included encasing the image in a div etc. etc. Nothing worked so far. My theme is framework. My content type is "full html". Thank you so much!
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-loose.dtd"> <html> <head> </head> <body> <div valign="top" style='vertical-align: top;'> <img src="imgdeny/fortress.jpg" valign="top"> </div> </body> </html>