[Solved]: Can anyone give me a empty template [Solved]: Can anyone give me a empty template
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

[Solved]: Can anyone give me a empty template

Started by gregik, August 04, 2004, 11:54:12 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

gregik

Hi!

I need a empty template that has all variables but no design.

Tarique Sani

The Classic is considered simple enough
SANIsoft PHP applications for E Biz

gregik

#2
OK if this is the simplest then my question is: how do I get rid of those 2 or 3 pixel spaces between tables?
And where is written that first table is fixed to one size, because width does not work in first table.

I understand that there is a plan to make such tutorial to all. I can be a test rabbit :D
Or is there a good tutorial where I can learn to make template.

Joachim Müller

google for a good tutorial "how to build websites using html and css", as building a coppermine theme is basically plain html and css - for the moment, you can just forget the php in themes/yourtheme/theme.php.
To get an understanding what css class is used for what part of coppermine you should take a look at the styleguide theme that comes with the coppermine package and is available on the demo site - it should give you an idea what class is being used for which section of a page.

GauGau

P.S. A "feature request" is (as the name suggests) some additional feature that doesn't exist in coppermine yet and that you would like to see in future versions. Since you're asking for support, you should have posted your question on the support board instead of "feature requests". I moved you posting accordingly.

gregik

Actually at first it was a request for a empty template with no design elements. Sorry if it was a wrong place.

I have created a new css file with no elements at all and I have made a new template, but if I make a table in table then there is a 2 or pixels between them. I have tried to change this with cellpadding and cellspacing or margin but nothing.

Joachim Müller

Quote from: gregik on August 04, 2004, 04:42:19 PMActually at first it was a request for a empty template with no design elements.
Like I said: "feature requests" is for features you would like to see in future versions of coppermine. If you want someone to create a theme for you, you usually call this "support" - it should go into the support board then. No hard feelings, just trying to clarify this, so you know your way around on the board in the future. ;)

Quote from: gregik on August 04, 2004, 04:42:19 PMI have created a new css file with no elements at all and I have made a new template, but if I make a table in table then there is a 2 or pixels between them. I have tried to change this with cellpadding and cellspacing or margin but nothing.
post a link to what you currently have...

GauGau

gregik

Actually I got it already I used marginheight="0"

Sorry about that.

And no hard feelings ;)