What file has the call to the upper left hand logo? I would like to remove that and then put my logo in the middle above everything else.
Thanks
M. Brown
What file has the call to the upper left hand logo? I would like to remove that and then put my logo in the middle above everything else.
Thanks
M. Brown
If you navigate to the template folder, and then the template you are using there will be a file called index.php its in there.
But i would suggest using the css contained in the css folder to move the logo.
You can also modify the files inside Joomla by navigating to the template manager, then the template you are using.
Last edited by mossj; 8th May 2009 at 03:51 PM.
http://img513.imageshack.us/img513/346/imagensm.jpg
that will describe what i want. thanks for all the help.
Edit 11:11hrs GMT -4
I got it working.
In the index.php is where they all the logo which surprises me.
I had to modify .headerbg21 and .headerbg22 to get everything working.
I will call the logo now from the css.
http://img15.imageshack.us/img15/6941/nowlook.jpg
Thanks for all your help.
Last edited by daboroe; 8th May 2009 at 04:17 PM.
Code:... <body> <!-- Header /--> <div class="headerbg"> <div class="containerheader"> <div class="headerbg1"> <div id="header99">Image should be here</div> <jdoc:include type="module" name="search" /> </div> <div class="headerbg2"> <div class="headerbg21"> <a href="index.php" title="Axe Rescheek - 1st November Joomlaxe Templates"> ...is my own code.Code:<div id="header99">Image should be here</div>
That is here:
custom.css
That will not display the image even when I replace the url wit this: http://www.wasd.k12.pa.us/images_lib...hics/logo.gif; it still does not show the imageCode:@charset "utf-8"; /* CSS Document */ #header99 { background-image:url(../images/header.gif) }
any help would be great
thanks
There are currently 1 users browsing this thread. (0 members and 1 guests)