I'm getting a one-pixel gap between the different parts of the theme borders in Safari and MSIE for Mac. Is there a way to fix this?
Also, are there any templates that don't use any image files? I'd prefer just a simple CSS or table formated design.
Offline
Also, are there any templates that don't use any image files? I'd prefer just a simple CSS or table formated design.
I also prefer (as you can see on http://phpwebgallery.net/gallery ). To do that, it's simple : edit the file template/default/htmlfunctions.inc.php and replace the functions get_frame_begin and get_frame_end by the to small ones commented (you'll understand quickly).
I'm sorry about the gap you find with these browsers (I knew that would happen)
Offline
Merci beaucoup! That got rid of the border images. Now I have to edit my style sheet, since the font is white on a white background now.
Offline
Hmmm ... where do I edit the styles to change the font color and/or the background color? I looked at style.inc.php and saw variables like $user. I not sure what I can touch.
Offline
If you look here: /template/default/theme/conf.php you will find lines like:
$user['couleur_fond'] = '#444444';
$user['couleur_text_fond'] = 'white';
$user['couleur_text'] = 'white';
Try to change the values "#444444", "white", and "white". I think that would solve your problem.
If you look in the earlier posts in this forum you will find info about your problem
Roy
Offline