Advanced search  

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Pages: [1]   Go Down

Author Topic: styling problem  (Read 2313 times)

0 Members and 1 Guest are viewing this topic.

scifirocket21

  • Coppermine regular visitor
  • **
  • Offline Offline
  • Posts: 58
styling problem
« on: February 10, 2008, 08:45:02 pm »

i have been trying to get the header of coppermine to match the rest of my site, but have been unsuccessful.  you can see the correct styles at www.mydpnet.com and www.mydpnet.com/forum.  the problem has been that top header menu.  whenever i put the code in the template.html file, the header has all the right colors, but the spacing and everything is out of order.  i've been using a consistent .css file.  i have attached some code files if you can help.
Logged

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Re: styling problem
« Reply #1 on: February 11, 2008, 09:16:37 am »

Don't use a WYSIWYG editor to edit core files - the paths are messed up:
Code: [Select]
<link rel="stylesheet" href="../Documents/My%20Web%20Sites/MyDPNet/public_html/photos/themes/fotogallery/themes/fotogallery/style.css" type="text/css" />

<script type="text/javascript" src="../Documents/My%20Web%20Sites/MyDPNet/public_html/photos/themes/fotogallery/scripts.js"></script>

is of course nonsense as well as all the other absolute paths that point to the edit folder of your local desktop.
From the sparse information that you have posted I have created a preliminary theme for you. Use a real editor instead of the crappy one you appear to use.
You will need to learn some HTML and CSS basics or hire someone to accomplish your changes - the coding you use is *flawed*...
Logged
Pages: [1]   Go Up
 

Page created in 0.02 seconds with 20 queries.