1
davidtillyer
Banner/Header Cahnge

Hi ALL,

Can someone tell me how to change the "Blue" banner and left XOOPS logo at the very top of the page?

David

2
rowdie
Re: Banner/Header Cahnge
  • 2005/3/20 17:48

  • rowdie

  • Just can't stay away

  • Posts: 846

  • Since: 2004/7/21


FAQ: How do I build a theme?

Follow the instructions in the FAQ to get started, then just change the image in theme.html, and the color of the 'td#headerbanner' in style.css

3
davidtillyer
Re: Banner/Header Cahnge

THANK YOU< THANK YOU, that worked and it was so simple

David

4
davidtillyer
Re: Banner/Header Cahnge

Now here is a question!!!!. Now that I have changed the colour how do I change that to an image? The thing is I want a graduated colour. I have this as a gif image. How do I put that inplace of the colour?

David

5
dickinsd
Re: Banner/Header Cahnge
  • 2005/3/21 1:41

  • dickinsd

  • Quite a regular

  • Posts: 278

  • Since: 2004/11/14


Hi.

Something like this at the top of your theme.html file

<center>
 <
table border="1" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="100%" id="AutoNumber1">
  <
tr>
    <
td width="100%" background="<{$xoops_url}>/[b]picture[/b].gif">td>
  tr>
table>
center>

This will allow you to see an image.

You may want to edit that code either using a CSS tag or setting the size of the table so that it is not wider than your image other wise the image will be repeated.

Is this what you are looking for?
Or did I miss read your question?

Dave

EDIT:
example of restricted table size:
<center>
 <
table border="1" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" [b]width="[i]60%[/i]"[/bid="AutoNumber1" [b]height="[i]152[/i]"[/b]>
  <
tr>
    <
td width="100%" background="<{$xoops_url}>/[b]picture[/b].gif" height="100%">td>
  tr>
table>
center>
There are other ways of doing this, this is just one way.

6
davidtillyer
Re: Banner/Header Cahnge

Hi,

Thank you for your input, I will try this. However, what I'm trying to achaive as to the look of the headder you can see here: http://www.theeclub.com this is my old site that a friend put together in ASP for me.

Why I was now asking to add a gif and not just change the colour is because you will see the headder on my old site (http://www.theeclub.com) is a graduated colour, and thats a gif image.

Also overlaying this on the top left is the log that I also want to use.

This may sound like the easy way out but can I use the code for the header from my old site and past it inti the Theames folder?

I'm greatful for your help.

David

7
davidtillyer
Re: Banner/Header Cahnge

Hi did you get this last message?

Hi,

Thank you for your input, I will try this. However, what I'm trying to achaive as to the look of the headder you can see here: http://www.theeclub.com this is my old site that a friend put together in ASP for me.

Why I was now asking to add a gif and not just change the colour is because you will see the headder on my old site (http://www.theeclub.com) is a graduated colour, and thats a gif image.

Also overlaying this on the top left is the log that I also want to use.

This may sound like the easy way out but can I use the code for the header from my old site and past it inti the Theames folder?

I'm greatful for your help.

David

Login

Who's Online

179 user(s) are online (146 user(s) are browsing Support Forums)


Members: 0


Guests: 179


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Dec 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits