Icy Phoenix

     
 


Post new topic  Reply to topic 
Page 1 of 2
Goto page 1, 2  Next
 
Reply with quote Download Post 
Post Create A Column (like The Left Side On This Site) 
 
Hi there!
Currently i do have a forum with black pearl style, and i do have a column on the left side like your site. I got some images, and the partners banners on this side, but i dont have them with no column (its ugly =S). -> www.discutivel.comuf.com

My goal its to have the content that i already have ATM, in a clumn just like in this site:
http://img32.imageshack.us/img32/7590/column.jpg
or this:
http://img190.imageshack.us/img190/1754/column2.jpg

Best regards =D
 



 
Last edited by unknown2 on Thu 23 Jul, 2009 21:02; edited 1 time in total 
unknown2Send private message  
Back to topPage bottom
Icy Phoenix is an open source project, you can show your appreciation and support future development by donating to the project.

Support us
 
Reply with quote Download Post 
Post Re: Create A Column (like The Left Side On This Site) 
 
can somebody move this to PHPBB3 mods and templates PLS
 




____________
Out of Order
 
spydieSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Create A Column (like The Left Side On This Site) 
 
moved to phpBB 3 MODS And Styles
 




____________

Play Games at GamesCampus!
 
KugeLSichASend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Create A Column (like The Left Side On This Site) 
 
As I said in the other topic you need to wrap the content in a table.

Try this.

OPEN overall_header.html
FIND
Code: [Download] [Hide] [Select]
<div id="wrapcentre">

REPLACE WITH
Code: [Download] [Hide] [Select]
<table width="100%" cellspacing="0" cellpadding="0" border="0">
<tr>
<td width="180" align="left" valign="middle">
<div><div class="tbl-h-l"><div class="tbl-h-r"><div class="tbl-h-c"><div class="tbl-title">{L_MEMBERLIST}</div></div></div></div>
<table class="tablebg" width="100%" cellpadding="0" cellspacing="0">
<tr><th>Sponsor</th></tr>
<tr><td class="row1">Sponsor</th></tr>
</table>
<div class="tbl-f-l"><div class="tbl-f-r"><div class="tbl-f-c">&nbsp;</div></div></div></div>
</td>
<td align="center" valign="middle">
<div id="wrapcentre">


OPEN overall_footer.html
FIND
Code: [Download] [Hide] [Select]
    <!-- IF not S_IS_BOT -->{RUN_CRON_TASK}<!-- ENDIF -->
</div>

REPLACE WITH
Code: [Download] [Hide] [Select]
    <!-- IF not S_IS_BOT -->{RUN_CRON_TASK}<!-- ENDIF -->
</div>
</td>
<td width="180" align="right" valign="middle">
<div><div class="tbl-h-l"><div class="tbl-h-r"><div class="tbl-h-c"><div class="tbl-title">{L_MEMBERLIST}</div></div></div></div>
<table class="tablebg" width="100%" cellpadding="0" cellspacing="0">
<tr><th>Sponsor</th></tr>
<tr><td class="row1">Sponsor</th></tr>
</table>
<div class="tbl-f-l"><div class="tbl-f-r"><div class="tbl-f-c">&nbsp;</div></div></div></div>
</td>
</tr>
</table>



Let me know...
 




____________
Luca
SEARCH is the quickest way to get support.
Icy Phoenix ColorizeIt - CustomIcy - HON
 
Mighty GorgonSend private messageSend e-mail to userVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Create A Column (like The Left Side On This Site) 
 
I think your las post, its the awnser to this topic: http://www.icyphoenix.com/viewtopic.php?p=41753#p41753

The question im mention in this topic, its not the same. I was not spamming =S
In the other topic i was trying to add a Column in the right side. (like the column i currently have in the left side of my forum.
Here i was trying to create just the box higlighted in red -> http://img32.imageshack.us/img32/7590/column.jpg


Anyway, i have tryed the last code that you posted, and i think it will soon solve the 2 issues that i was mentioned in diferent topics:
1st: the creation of a column on the right side
2nd: the creation of a box for the sponsors/partners

After some experiences of copy/paste your code, varying the lines where i post them, i finally get somthing wich is similar of my ideal of forum!
a) http://img505.imageshack.us/img505/3914/50612197.jpg
b) http://img266.imageshack.us/img266/2581/centerb.jpg
I only need that the boxes come up (as explained in the A pic), and center all the content shown inside the boxes (as explained in the B pic).
I only ask you for check my forum to see the code (discutivel.comuf.com), and tell me what where my mistakes.

i thank you in advance, for all your patience helping me out on this issues!
 



 
unknown2Send private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Create A Column (like The Left Side On This Site) 
 
Try with:
Code: [Download] [Hide] [Select]
<td valign="top">

 




____________
Luca
SEARCH is the quickest way to get support.
Icy Phoenix ColorizeIt - CustomIcy - HON
 
Mighty GorgonSend private messageSend e-mail to userVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Create A Column (like The Left Side On This Site) 
 
It worked =D
Now, how i make the banners, ads and etc, be centered on the tables?
And how do i remove this space (http://img248.imageshack.us/img248/7500/spacez.jpg) on the table??

Best regards
 



 
unknown2Send private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Create A Column (like The Left Side On This Site) 
 
Well you should at least first try on your own...

These are the basics of HTML and CSS, if you want to manage a website you should at least learn the basics.

Just to be clear, it is not that I don't want to help... we give hints and tips but the user must at least learn something...
 




____________
Luca
SEARCH is the quickest way to get support.
Icy Phoenix ColorizeIt - CustomIcy - HON
 
Mighty GorgonSend private messageSend e-mail to userVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Create A Column (like The Left Side On This Site) 
 
Y, i understand that
I use the <center></center> and it worked out fine =)

tks!
 



 
unknown2Send private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Create A Column (like The Left Side On This Site) 
 
can i mark this as solved..?
 




____________
Mods and themes for Icy Phoenix 1.3

IcyPhoenix UK is off-line permanently due to lack of time to update mods.
if anyone is interested in my templates I will upgrade them to Icy 2.0.
 
DWhoSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Create A Column (like The Left Side On This Site) 
 
Some part is solved, cause i already got the columns that i wish. But..
With this solution another problem came up. Now the content of the mid table of the forum its not adjusted to the size of a 1024x760 screen =S

Can you help me out to solve this problem ??
 



 
unknown2Send private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Create A Column (like The Left Side On This Site) 
 
please stop sending me PM unknown2.... thank you!
 




____________
www.DutchaGoGo.com (development/under construction ...Forever?¿?)
 
Joshua203Send private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Create A Column (like The Left Side On This Site) 
 
roflolol.
Maybe u should do that 2! cause i told u to stop and ur continuing...
Even if u send another one, or post anything here, i will not awnser again.
Damn kids...
 



 
unknown2Send private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Create A Column (like The Left Side On This Site) 
 
? hmmmzzz
 




____________
www.DutchaGoGo.com (development/under construction ...Forever?¿?)
 
Joshua203Send private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Create A Column (like The Left Side On This Site) 
 
I hope there is not a problem here...

Also if you got your preferences you can turn off pms from other users...


 




____________
Mods and themes for Icy Phoenix 1.3

IcyPhoenix UK is off-line permanently due to lack of time to update mods.
if anyone is interested in my templates I will upgrade them to Icy 2.0.
 
DWhoSend private messageVisit poster's website  
Back to topPage bottom
Post new topic  Reply to topic  Page 1 of 2
Goto page 1, 2  Next


Display posts from previous:    

HideWas this topic useful?

Link this topic
URL
BBCode
HTML




 
Permissions List
You cannot post new topics
You cannot reply to topics
You cannot edit your posts
You cannot delete your posts
You cannot vote in polls
You cannot attach files
You can download files
You cannot post calendar events


  

 

  cron