I've added a screenshot and the html / css I'm using. Any help would be greatly appreciated. Thanks, Wes
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>What's wrong here?</title> </head> <body> <div style="width: 100%; padding: 5px 0px 0px 0px; height: 30px; border: 1px solid red;"> <div style="width: 40%; height: 25px; float: left; margin: 0 auto; border: 1px solid blue;"> </div> <div style="width: 40%; height: 25px; float: left; margin: 0 auto; border: 1px solid blue;"> </div> </div> </body> </html>

New Topic/Question
Reply


MultiQuote




|