Icy Phoenix

     
 


Post new topic  Reply to topic 
Page 1 of 1
 
 
Reply with quote Download Post 
Post Width for hole forum by pixel 
 
Could anybody please tell me what I have to change, that the width of the hole forum will be maybe 800px?

I have done some changings but it's only completly working with IE... not in firefox.

By postings or edit I still get 100%

Thanks to all
 



 
TheSteffenSend 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: Width For Hole Forum By Pixel 
 
In overall_header.tpl, in your template folder, find:

Code: [Download] [Hide]
  1. <body onload="PreloadFlag = true;">  
  2. <a name="top"></a>  
  3. <table cellspacing="0" width="100%" id="forum"> 


and change 100% to 800px
 



 
Master SuluSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Width For Hole Forum By Pixel 
 
Maybe u have to change it from posting and editing to.
 




____________
? Zuker - EDDB - LPM - Sharefields
 
ZukerSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Width For Hole Forum By Pixel 
 
Master Sulu wrote: [View Post]
In overall_header.tpl, in your template folder, find:

Code: [Download] [Hide]
  1. <body onload="PreloadFlag = true;">  
  2. <a name="top"></a>  
  3. <table cellspacing="0" width="100%" id="forum"> 


and change 100% to 800px


Thanks, thats the one I have done...

But I still get the 100% by writing or editing a topic.

Can you help me what to change
 



 
TheSteffenSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Width For Hole Forum By Pixel 
 
check if there is something like that code at posting_body.tpl
 




____________
? Zuker - EDDB - LPM - Sharefields
 
ZukerSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Width For Hole Forum By Pixel 
 
Zuker wrote: [View Post]
check if there is something like that code at posting_body.tpl


Yes, but I don't know what to change there... all tables I have change doesn't work

So, if somebody could help me... Thanks a lot.
 



 
TheSteffenSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Width For Hole Forum By Pixel 
 
maybe MG got the answer...  
 




____________
? Zuker - EDDB - LPM - Sharefields
 
ZukerSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Width For Hole Forum By Pixel 
 
try this
OPEN overall_header.tpl
FIND
Code: [Download] [Hide] [Select]
<table cellspacing="0" width="100%" id="forum">

REPLACE WITH
Code: [Download] [Hide] [Select]
<div align="center"><table cellspacing="0" width="75%" id="forum"></div>


and the 75% = must try for 800px ........
 



 
pepiSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Width For Hole Forum By Pixel 
 
hey pepi  and steffen

The only line to change it's

Code: [Download] [Hide]
  1. <table cellspacing="0" width="100%" id="forum"> 


I've test it

If u want to "center" the forum, de div must be closed after closing the table, at overall_footer.tpl, not there.
Before

Code: [Download] [Hide] [Select]
<a name="bottom"></a>

 




____________
? Zuker - EDDB - LPM - Sharefields
 
ZukerSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Width for hole forum by pixel 
 
The main table in Aphrodite is this one:

Code: [Download] [Hide] [Select]
<table id="forum">


You can either change the width in the overall header or in the CSS where #forum is declared.

Unfortunately some pages have so many things that the width is stretched... you should also change the layout or remove some graphics.

I forgot to say that if you specify WIDTH in HTML you don't have to use PX at the end, because it is not W3C compliant:

WRONG: WIDTH="800px"

CORRECT: WIDTH="800"

In the CSS you should always use PX to avoid confusion with PT.
 




____________
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
Post new topic  Reply to topic  Page 1 of 1
 


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