1
I've been trying unsucessfully to replace the XOOPS header with my own:
https://xoops.org/modules/newbb/viewtopic.php?viewmode=flat&topic_id=17278&forum=5 As indicated in that thread, I solved a similar problem with a cgi script by using the following code:
However, putting this code in the default/theme.html (in place of the XOOPS header), doesn't do a thing. The front page loads fine, but with no header at all.
A couple of times, during this and the similar issue with the other script, people have mentioned integrating the style sheets. In other words, there must be a way (in the styles.css file) to specify the particular formatting needed for just the new header (but without effecting the other formatting necessary to the XOOPS pages)!? If so, perhaps I could try pasting the default_header.html coding directly in the themes.html file again. Before, when I tried that, it was all messed up by the XOOPS style sheet(s).
Any suggestions would be appreciated. Does anyone know a very basic CSS tutorial? Could anyone suggest some very basic CSS parameters that would limit the areas effected by it? Or, could somebody suggest a different way entirely to approach this problem. Any suggestions would be appreciated! Cheers!