It's ok i'll try it man.
And something last.How i can erase the insert image "welcome guest etc" in the centre?
It's ok i'll try it man.
And something last.How i can erase the insert image "welcome guest etc" in the centre?
Down on the homepage you see this:
This content is located in the file at: /languages/english/html_includes/YOUR_TEMPLATE/define_main_page.php
You can quickly edit this content via Admin->Tools->Define Pages Editor, and select define_main_page from the pulldown.
NOTE: Always backup the files in /languages/english/html_includes/your_template
Also check this file
includes\languages\english\CUSTOM\index.php
for some of the text
Going home now, I'll check on this thread tomorrow.
I can't put my logo...
I used this
width:760px;
height:110px;
background-image:url desktop/image.jpg;
background-repeat:no-repeat;
}
I puted down of there that says
#Headerwrapper, #Logowrapper etc etc...
Am i wrong?
Also i can't remove the banner down on page,or put one of mine.
Thanks.
Is the folder where the image is stored really "desktop"?
Try something like this (it's what I use on the Fan Odyssey site in my sig):Code:width:760px; height:110px; background-image:url desktop/image.jpg;background-repeat:no-repeat; }
Code:#mainWrapper { background-color: #000000; background-image: url('../images/space011.jpg'); text-align: left; width: 100%; vertical-align: top; }