News:

CPG Release 1.6.29
During HTML5 upload, keep pseudo blank code 200 messages from triggering error condition
added Russian language
correct failure to use theme menu icons in album manager
minor vulnerabilities mitigation

Main Menu

Template issue

Started by ctcentralinfo, November 16, 2005, 02:42:29 PM

Previous topic - Next topic

0 Members and 2 Guests are viewing this topic.

ctcentralinfo

I am wondering if I made a mistake somewhere. Although the template isn't great I managed to intergreate it to fit the them of my site. But with the upgrade I seem to have forgot how I made it fit properly and align with the site banner For example:


http://www.cooltechcentral.com/
http://www.cooltechcentral.com/forum/

In the gallery section it's just a little off:

http://www.cooltechcentral.com/Multimedia/

I used winmerge with the theme.html file from the original, but it still doesn't come out right.

Joachim Müller

what's the actual question?


Joachim Müller

edit themes/yourtheme/template.html (in your case: the file http://www.cooltechcentral.com/Multimedia/themes/classic/template.html), find<body>
   <table style="padding-top:8px" align="center" border="0" cellspacing="0" cellpadding="0">
and add a width attribute to your table definition. Do some positioning if you like as well. This is the wrapper table that you added in the first place, not related to coppermine.


Joachim Müller

Width attribute as in
Quote<table width="100%">
or
Quote<table width="800">
, see http://www.w3schools.com/tags/tag_table.asp - basic html...