1
gecko
Header & Footer Bar
  • 2004/12/14 23:01

  • gecko

  • Not too shy to talk

  • Posts: 152

  • Since: 2004/10/11


Hi Guys,
Pleae help this is killing me.
I want to put a 1px border around my footer and header bar image.
I am using a slightly modified standard XOOPS default theme.

For some reason no matter what i do it won't show up.

can anyone point me in the right direction?
Here i s the link to the site im working on you see i want to make header and footer bar match the other headers leaft, right and centre.
TURBOWEB

all help appreciated
cheers
Gecko

2
JasonMR
Re: Header & Footer Bar
  • 2004/12/14 23:12

  • JasonMR

  • Just can't stay away

  • Posts: 655

  • Since: 2004/6/21


The img tag is set in xoops.css, and not in your themes style.css. Can you figure out the rest on your own?

Quote:

Turboweb is the partnership of Paul Southworth and Aaron Singline specialising in web design that actually works for the client.

3
gecko
Re: Header & Footer Bar
  • 2004/12/14 23:20

  • gecko

  • Not too shy to talk

  • Posts: 152

  • Since: 2004/10/11


Thanks JMR thats been driving me crazy
a mans got to start somewhere

4
JasonMR
Re: Header & Footer Bar
  • 2004/12/14 23:34

  • JasonMR

  • Just can't stay away

  • Posts: 655

  • Since: 2004/6/21


Pffeh, glad it was taken the right way

Hope all goes well....

You might want to use something like this

#header img {border:1px;}
#footer img {border:1px;}

5
gecko
Re: Header & Footer Bar
  • 2004/12/15 1:01

  • gecko

  • Not too shy to talk

  • Posts: 152

  • Since: 2004/10/11


Hi JMR
it may turn out you have a point!
I'm to f**king dumb to get this one
can you give me step by step instructions in words containing 3 sylables or less?.

mean while i will just sit here chewing my own arm off
thanks
gecko

6
JMorris
Re: Header & Footer Bar
  • 2004/12/15 1:49

  • JMorris

  • XOOPS is my life!

  • Posts: 2722

  • Since: 2004/4/11


In the document root of your site there should be a file called xoops.css, open that file with either your favorite WYSIWYG editor, or my favorite, notepad.

The very first line of the file is:
img {border0;}

Directly below that line, start a new line and paste the code JasonMR mentioned. The finished product should look like this:
img {border0;}
#header img {border:1px;}
#footer img {border:1px;}


Hope this helps. Then again, hope I'm right.

P.S. Don't sweat it man, many of us here are aspiring webmasters. The rest that aren't are either guru webmasters or wanna-be webmasters.

7
JasonMR
Re: Header & Footer Bar
  • 2004/12/15 2:50

  • JasonMR

  • Just can't stay away

  • Posts: 655

  • Since: 2004/6/21


OK, I took a look at your site and the code (gecko ya o me one if it works )....

There is a simpler way:

- open in editor turboweb.co.nz/themes/bluetest/style.css
- add the following line to draw border around Logo
td#headerlogo img {border: 1px;} //add border around logo

...and look for this:
tr#footerbar { text-align:center; background-image: url(bar.gif); }

...and add this below:
tr#footerbar img {border: 1p;} // add border around footer images


Let me know if this has worked for you...or the instructions of Jmorris (Jmorris: count me to the last group )...

8
JMorris
Re: Header & Footer Bar
  • 2004/12/15 3:14

  • JMorris

  • XOOPS is my life!

  • Posts: 2722

  • Since: 2004/4/11


Quote:

JasonMR wrote:
(Jmorris: count me to the last group )...


Huh?

Anywho...

gecko,

Go with JasonMR on this one... Seems I'm dead wrong on this one. Oh well, nobody's perfect.

9
JasonMR
Re: Header & Footer Bar
  • 2004/12/15 3:30

  • JasonMR

  • Just can't stay away

  • Posts: 655

  • Since: 2004/6/21


Jmorris: no,no,no, you just took the info provided in this thread (without checking the link...your only error), and came to a logic conclusion...

My mistake! With Quote:

...use something like...

...I was only trying to indicate a possible notation form!

If you look close at the thread, you might notice why (..but don't worry about it )

10
JMorris
Re: Header & Footer Bar
  • 2004/12/15 3:36

  • JMorris

  • XOOPS is my life!

  • Posts: 2722

  • Since: 2004/4/11


LOL... Ok, now I feel dumb. Hehee! Oh well. Thanks, JasonMR for clearing that up.

::walks away chuckling::

Login

Who's Online

147 user(s) are online (111 user(s) are browsing Support Forums)


Members: 0


Guests: 147


more...

Donat-O-Meter

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

Latest GitHub Commits