How do I change the color of the lines from grey to black (without using #000000 instead of #999999 as background-color in the maintable section in style.css because that breaks the search page layout) in the project_vii template?
Best regards
Bonanza
why don't you just edit search.php and add some custom css classes to the stuff you want changed, or apply inline styles?
Simple to explain: Because I am not a software developer nor am I familiar with php, html etc. Okay, I know what your answer might be: then do not change anything and use everything out of the box - maybe there is an in-between - thats why I am asking these questions here in this forum. If I would know everything about coppermine which is very new to me then I would not ask these (in your point of view stupid) questions!
B.r.
Bonanza
edit search.php find
<td> and replace with
<td style="border:1px solid black">If you want to change this globally, edit themes/yourtheme/style.css, find
Quote.maintable
and edit the border attribute there (instead of the background attribute).