PDA

View Full Version : Problem with Display of board at a smaller window !!


stark427
08-25-2002, 10:37 AM
Hi there.
Here is my board :

http://www.synthpopavenue.gr

I have made this hack so that the main image and the buttons are in the top center of the board:

==================================

2/ Goto Styles > Modify > [fonts/colors/etc]

3/ Then scroll down to the "header" section.

4/ Then find this code in there:

<center>
<table border="0" width="{tablewidth}" cellpadding="0" cellspacing="0">
<tr>
<td valign="top" align="left" background="{imagesfolder}/menu_background.gif"><a href="index.php?s=$session[sessionhash]"><img src="{titleimage}" border="0" alt="$bbtitle"></a></td>
<td valign="bottom" align="right" nowrap background="{imagesfolder}/menu_background.gif">

AND REPLACE IT WITH:

<center>
<table border="0" width="{tablewidth}" cellpadding="0" cellspacing="0" bgcolor="{pagebgcolor}">


<a href="index.php?s=$session[sessionhash]">
<center><img src="{titleimage}" border="0" alt="$bbtitle" align="center"></center>
</a>
<tr><td valign="bottom" align="center" nowrap>

5/ Then scroll down to the bottom and click "Save Changes"
===========================================

Everything is ok except... if you view the board in a smaller browser window... the board is getting smaller too, but the row with the buttons are still the same size, and it looks like a T !!!

:(

can I prevent this?

stark427
08-25-2002, 10:41 AM
Here is a screenshot :(