that will add the text below the pictures and above the menu. The text is still inheriting its grey color from other styles, so I'm looking into how to override that in case you wanted it darker. I'd also recommend putting the styles into your CSS file rather than embedding them in the DIV tag itself, to keep the code cleaner. To do that, just remove the style="
padding-top: 173px;
margin-left: -76px;
text-shadow: none;
" and add the following to your CSS file:
If you edit your header-top-container to add a DIV at the bottom, like so:
Open in new window
that will add the text below the pictures and above the menu. The text is still inheriting its grey color from other styles, so I'm looking into how to override that in case you wanted it darker. I'd also recommend putting the styles into your CSS file rather than embedding them in the DIV tag itself, to keep the code cleaner. To do that, just remove the style="padding-top: 173px;
margin-left: -76px;
text-shadow: none;
" and add the following to your CSS file:
Open in new window
Hope this helps,WebDevEM