Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - parafanaylya

Pages: [1]
1
Thanks - now to try get my avatars mod working!

2
Templates & Styles (Requests & Discussions) / Re: Own header
« on: September 05, 2006, 05:22:02 AM »
Quote
V@no said:
I guess, you are missing
Code:
  background-repeat: no-repeat;
...
I have put this in, no repeats on the right side, but still doubled on the left. Wiith my very limited knowledge and understanding of coding, I would have to change the coding in the 2 *.html files to exclude the image src reference. BUT - there would surely have to be a reference in the html files pointing to the img src from the stylesheet?

3
Templates & Styles (Requests & Discussions) / Re: Own header
« on: September 05, 2006, 05:12:45 AM »
I have fixed it the way that the original template was set up. But, I would prefer to remove the code from the home.html and categories.html files and only have it in the stylesheet - any suggestions?  :?:

4
Templates & Styles (Requests & Discussions) / Re: Own header
« on: September 04, 2006, 06:56:21 PM »
I edited the /home.html and categories.html files as well as the templates/default/style.css files to point to the new header logo, and I deleted the header_logo.gif file . This is what displays now:


5
Templates & Styles (Requests & Discussions) / Re: Own header
« on: September 04, 2006, 06:19:14 PM »
No - it has remained embedded - it may be cache

have a look on other pages - http://www.fakr.co.za/the_gallery

6
Templates & Styles (Requests & Discussions) / Re: Own header
« on: September 04, 2006, 06:13:24 PM »
Thanks

I'll give it a try  and report back if it works!

 :thumbup:

7
Templates & Styles (Requests & Discussions) / Own header
« on: September 04, 2006, 09:32:03 AM »
I have searched the forum, and modified my templates/default/style.css to read:
Quote
.tablehead {
  background: #e8e8e8 url("../templates/default/images/header_logo_the_gallery.gif") ;
  color: #004c75;
}

but this only displays my new logo on the home page  :?: :?: :?:

Pages: [1]