MemHT Portal is a Free PHP CMS and Blog
It permit the creation and the management online of websites with few and easy steps.
It's completely customizable, expandable and suitable for all needs.
A2Hosting
Moderators: Moderators
Forum RSS feedReply
editing CPM Baster blue template
AuthorText
rudykaka
Exalted Member

Posts: 574
Contributes: 677

Gender: _MALE_
Online: No

Country: Espaņa
Languages: English, Espaņol
Version: waiting for 5
Date: 09/02/2010 12:24
editing CPM Baster blue template
#post23420
hi mem, i want change the block positions for CPM Baster Blue template, as in the attached picture and homepage is attched as well.

BTW: it would perfect, if u could explain how to change position of blocks from left to right and vice versa, coz i dnt want to ask questions each time for editing one block position.

http://www.mediafire.com/?mqkdt4vytin

thanx BOSS Smile
Delete Edit Quote
 
mem
MemHT's Dad
Admin & Developer

mem

Posts: 7243
Contributes: 4800

Gender: _MALE_
Online: No

Languages: English, Italiano, Македонски, Српски
Date: 10/02/2010 10:03
Re: editing CPM Baster blue template
#post23423
Usually templates have this structure:

code
<table>
        <!-- TR: Open Row in the Table -->
        <tr>
                <!-- TD: Open Column in the Row -->
                <td>
                        Left column
                </td>
                <!-- TD: Open Column in the Row -->
                <td>
                        Central column
                </td>
                <!-- TD: Open Column in the Row -->
                <td>
                        Right column
                </td>
        </tr>
</table>


If for example we have 3 columns with NAV, EXTRA and MAIN (from left to right)

code
<table>
        <!-- TR: Open Row in the Table -->
        <tr>
                <!-- TD: Open Column in the Row -->
                <td>
                        NAV
                </td>
                <!-- TD: Open Column in the Row -->
                <td>
                        EXTRA
                </td>
                <!-- TD: Open Column in the Row -->
                <td>
                        MAIN
                </td>
        </tr>
</table>


...and want to have something like here on memht.com: MAIN, EXTRA and NAV, this would be the result (just swap columns):

code
<table>
        <!-- TR: Open Row in the Table -->
        <tr>
                <!-- TD: Open Column in the Row -->
                <td>
                        MAIN
                </td>
                <!-- TD: Open Column in the Row -->
                <td>
                        NAV
                </td>
                <!-- TD: Open Column in the Row -->
                <td>
                        EXTRA
                </td>
        </tr>
</table>
Edited: 10/02/2010 10:04
Follow me on twitter if you want to be updated on the MemHT 5 development.
Delete Edit Quote
 
rudykaka
Exalted Member

Posts: 574
Contributes: 677

Gender: _MALE_
Online: No

Country: Espaņa
Languages: English, Espaņol
Version: waiting for 5
Date: 10/02/2010 10:47
Re: editing CPM Baster blue template
#post23424
appreciate it boss
Delete Edit Quote
 
sisnox
Moderator
Developer


Posts: 1664
Contributes: 931

Gender: _MALE_
Online: No

Version: 5
Country: Portugal
Languages: Portuguese and english
Date: 10/02/2010 14:19
Re: editing CPM Baster blue template
#post23425
hi

This template does not have tables, only div´s.
http://www.sisnox.com
Delete Edit Quote
 
rudykaka
Exalted Member

Posts: 574
Contributes: 677

Gender: _MALE_
Online: No

Country: Espaņa
Languages: English, Espaņol
Version: waiting for 5
Date: 10/02/2010 16:51
Re: editing CPM Baster blue template
#post23426
quote
paulo89:
hi

This template does not have tables, only div´s.



so u mean swapping blocks position will not work??
Delete Edit Quote
 
sisnox
Moderator
Developer


Posts: 1664
Contributes: 931

Gender: _MALE_
Online: No

Version: 5
Country: Portugal
Languages: Portuguese and english
Date: 10/02/2010 21:10
Re: editing CPM Baster blue template
#post23427
you can do everything, but you have to edit the file style.css
http://www.sisnox.com
Delete Edit Quote
 
Reply
Tags Cloud
Twitter updates...
Help MemHT Portal
Navigator
Users Block
Hi Guest
IP: 38.107.179.233

Username
Password
MemHT Wiki
Language
MemHT Portal is a free software released under the GNU/GPL License by Miltenovik Manojlo