Hi David,
Please see my notes below
1. Replace the absolute flush logo and text with my own images (which have the added complexity of being wider)
In your templates template_css.css (around line 177), you can update the logo image reference, as well as update the width to accomodate your new wider logo.
| Code: |
#options-wrap h2 a {
background:transparent url(../images/structure/logo.jpg) no-repeat scroll 0%;
height:38px;
left:10px;
margin:0pt;
padding:0pt;
position:absolute;
text-indent:-7887px;
top:4px;
width:187px;
z-index:100;
}
|
2. Modify the text "Copyright © 2007 YourCompany - All Rights Reserved" to include my company name.
This can be changed on around line 290, in the templates index.php.
3. Replace the text "xhtml css rss", and "Template Designed by JoomlaJunkie.com" and Joomla Junkie logo (which I paid for) with some links to my own internal documents.
The contents of the bottom footer span between lines 278 and 288. You can remove those contents and replace it with your own.
Hope that helps

Cheers,
Chris