Page 1 of 1

[SOLVED] Adding images around table

PostPosted: Fri Jul 14, 2006 8:09 am
Author: Danny13
Hi There
I am using the BBlite theme and when i make new portal pages using layout1.tpl it doesnt use the images around the table like it does on all the other pages.

What file/s do i need to edit to to make the portal pages use the images around the table?

Thanks for any help.

Re: Adding images around table

PostPosted: Fri Jul 14, 2006 8:24 am
Author: Dragonsys
you just have to edit that layout .tpl file

Re: Adding images around table

PostPosted: Fri Jul 14, 2006 8:29 am
Author: Danny13
Thats the thing i dont have a layout1.tpl file?? Is there another file i need to look for? Sorry for the silly questions, i am still learning!

Re: Adding images around table

PostPosted: Fri Jul 14, 2006 10:12 am
Author: Dragonsys
if you did not have a layout1.tpl file then you could not use it to create new pages

look in /templates/.../layout/layout1.tpl

Re: Adding images around table

PostPosted: Fri Jul 14, 2006 2:04 pm
Author: found it
heres is the code to make layout1.tpl to fit bblite

Code: Select all
<table><tr> <td>     <BEGIN>     <table><tr>     <td><img></td>     <td><img></td>     <td><img></td>   </tr><tr>   <td><img></td><td>   <table>       <BEGIN>       <tr>         <th>{center_blocks_row.title.TITLE}</th>       </tr>       <END>       <tr>             <td             <BEGIN>             class="row1"             <END>             >{center_blocks_row.OUTPUT}</td>         </tr>     </table>   <td><img></td>   </tr>   <tr>     <td><img></td>     <td><img></td>     <td><img></td>   </tr></table>     <BEGIN>     <table><tr><td><img></td><td><img></td><td><img></td></tr></table>     <END>     <END>  </td></tr></table>


just open a new notepad page and copy this into it rename it layout1.tpl and upload it to templates/layout/

or copy and paste the code into your layout1.tpl file and upload....

:mrgreen:

Re: Adding images around table

PostPosted: Fri Jul 14, 2006 4:51 pm
Author: Danny13
Thank you very much. How silly am i not being able to find the layout1.tpl file!! :P

Re: [SOLVED] Adding images around table

PostPosted: Sat Jul 15, 2006 1:54 am
Author: found it
your welcome...

:mrgreen: