Kryptronic Software Support Forum

You are viewing this forum as a guest. Login to an existing account, or create a new account, to reply to topics and to create new topics.

#1 05-24-2012 10:15:04

curve
Member
Registered: 08-21-2009
Posts: 8

skin_content css in version 7

Hi,

I've upgraded from version 6 to version 7, and my current skin makes use of the skin_content CSS class.

Unfortunately the DIV that uses this class seems to have disapeared in the upgrade.  Does anyone know if there is any way of turning this section of the code back on?

Thanks,

Pete

Version 7

Code:

<td id="skin_ct_mcol">
<div id="skin_pgtitle">
<p>Placing an order is a quick and easy process. Please follow the instructions below to checkout.</p>
<p class="ultablesp">&nbsp;</p>

Version 6

Code:

<td id="skin_ct_mcol">
<div id="skin_pgtitle">
<div class="skin_content">
<p class="khxc_storehead">Step 1 of 2: Create Order</p>

Last edited by curve (05-24-2012 10:15:47)

Offline

 

#2 05-24-2012 12:20:17

cyberws
Member
From: Atlanta, GA
Registered: 02-05-2004
Posts: 756

Re: skin_content css in version 7

One way would be to copy that bit of code from the old v6 css and put it into the new v7 css.  You could then rename the new skin class to match the old class name.  Or you could simply copy the old v6 css class code and put under the new v7 class name.  Either way SAVE a backup copy!


Jeremy O

Production CCP .:. Version 6 w/QuickBuy and many in house hacks
Skills: PHP & Perl programming, Solaris & Linux server administration, Oracle OCP training and MySQL experience

Offline

 

Board footer