hello everybody,
could somebody please have a look at **Broken link** where I implemented phpwebgallery?
I want to customize the header.html so the link from phpwebgallery back to my index page looks like the rest of the links: just compare the /home / gallery above the gallery with those from the rest of the pages.
thx
p.s. I don't have any clue about php, I would need tips like: replace ****** by xxxxxxx in line suchandsuch
tenaka
>I want to customize the header.html so the link from phpwebgallery back to my index page looks like the rest of the links: just compare >the /home / gallery above the gallery with those from the rest of the pages.
Maybe you will find what you want in : /template/default/style.inc.php
and change fontstyle to suit the fonts you are using on your site.
Offline
ok, looks good
I understand that. looks like a stylesheet. but which section ddoes apply to the header?
btw. I am also looking to incorporate the footer I have on all of my pages into the gallery, maybe without the w3org validating buttons but maybe with a general info. I tried to cut and paste the html into the footer .html but it ignores my css and doesn't stay at the bottom where it belongs.
Offline
you can, if you wish, create another style sheet for use by the header/footer. name it header.css for example. then place it with the other ones and just make sure that it is properly linked to your header. That would be easier than you having to learn php.
however, it is easy enough to understand that all the settings under $user sections of the css will be applied to your header and footer markup. they are, after all, user styles, and are applied to users pages.
thx machinari,
somehow it worked now when I attached my own stylesheet. I tried dthat months ago and it did not work, hence my post here.
I fiddled around a little bit and modified header and footer. I renamed footer.htm to footer.shtml and linked to it properly. eevrythimngs is fine BUt the SSI counter I had on the right side doesn't work. Do I have to change something else for the SSI in footer.shtml to work?
Offline