Please have a look at www.icmadr.com
I've got the contact info on the right top. Now I needed to do the same thing with the blog. http://www.icmadr.com/adrblog
I've got it mostly right, but the top line is off by a smidge. However they're insistent that it is exact. and I'm at my wits end.
Here the code:
HEADER:
thanks guys!Code:<!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 profile="http://gmpg.org/xfn/11"> <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" /> <title><?php bloginfo('name'); ?><?php wp_title(); ?></title> <meta name="generator" content="WordPress <?php bloginfo('version'); ?>" /> <!-- leave this for stats please --> <style type="text/css" media="screen"> @import url( <?php bloginfo('stylesheet_url'); ?> ); </style> <link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="<?php bloginfo('rss2_url'); ?>" /> <link rel="alternate" type="text/xml" title="RSS .92" href="<?php bloginfo('rss_url'); ?>" /> <link rel="alternate" type="application/atom+xml" title="Atom 0.3" href="<?php bloginfo('atom_url'); ?>" /> <link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" /> <?php wp_get_archives('type=monthly&format=link'); ?> <?php // comments_popup_script(); // off by default ?> <?php wp_head(); ?> </head> <body> <div id="rap"> <div id="header"> <div id="title"> <p>ICM Corporate Offices<br /> 1541 Ocean Avenue, 2nd Floor<br /> Santa Monica, California 90401<br /> Tel:(310) 319-0011<br /> Fax: (310) 319-1104<br /> ICM Case Administration: 1-800-310-3707</p> </div> </div> <?php get_sidebar(); ?> <div id="content"> <!-- end header --> CSS: #header { background: #FFF; padding-left: 0px; padding-right: 0px; padding-top: 0px; padding-bottom: 0px; margin-left: 0px;margin-top:0px;height: auto; width: 100%; text-align: left; overflow:hidden; /* This is to ensure the layout doesn't break with bigger text */ } #title p {float:right; width: 22.7em; background-color:white;color:# 003366;font-size:72%;margin-top:0;}







Bookmarks