29 coaches online • Server time: 09:02
Forum Chat
Log in
Recent Forum Topics goto Post Blood Bowl 2024 Edit...goto Post NBFL Season 32: The ...goto Post RNG speculations
SearchSearch 
Post new topic   Reply to topic
View previous topic Log in to check your private messages View next topic
Shades_SteelFist



Joined: Sep 11, 2008

Post   Posted: Jan 21, 2009 - 17:58 Reply with quote Back to top

How do i get my player Bios with all the HTML tables and figures to show up properly in the new layout of team year books without overlapping each other

Example

_________________
Nuffle is cruel but we love him still
JanMattys



Joined: Feb 29, 2004

Post   Posted: Jan 21, 2009 - 17:58 Reply with quote Back to top

Make shorter tables? Very Happy

_________________
Image
Woodstock



Joined: Dec 11, 2004

Post   Posted: Jan 21, 2009 - 17:59 Reply with quote Back to top

Change the width from '%' to 'px' in the table-style of the player-bio.
Shades_SteelFist



Joined: Sep 11, 2008

Post   Posted: Jan 21, 2009 - 18:19 Reply with quote Back to top

dosnt seem to be working, this is the code i use,

Code:

<tr align="left"><td><table border="3" width="100%" id="table1" bordercolor="#000000" cellpadding="0"><!-- <br />
--> <tr><!-- <br />
-->      <td width="10%" bgcolor="0" align="center"><!-- <br />
-->      <p align="center"><b><font color="#FF0000">Season</font></b></td><!-- <br />
-->      <td width="10%" bgcolor="0" align="center"><b><!-- <br />
-->      <font color="#FF0000">TD</font></b></td><!-- <br />
-->      <td width="10%" bgcolor="0" align="center"><b><!-- <br />
-->      <font color="#FF0000">CAS</font></b></td><!-- <br />
-->      <td width="10%" bgcolor="0" align="center"><b><!-- <br />
-->      <font color="#FF0000">CMP</font></b></td><!-- <br />
-->      <td width="10%" bgcolor="0" align="center"><b><!-- <br />
-->      <font color="#FF0000">INT</font></b></td><!-- <br />
-->      <td width="10%" bgcolor="0" align="center"><b><!-- <br />
-->      <font color="#FF0000">SPP</font></b></td><!-- <br />
-->      <td width="10%" bgcolor="0" align="center"><b><!-- <br />
-->      <font color="#FF0000">RUSH</font></b></td><!-- <br />
-->      <td width="10%" bgcolor="0" align="center"><b><!-- <br />
-->      <font color="#FF0000">BLOCK</font></b></td><!-- <br />
-->      <td width="10%" bgcolor="0" align="center"><b><!-- <br />
-->      <font color="#FF0000">PASS</font></b></td><!-- <br />
-->      <td width="10%" bgcolor="0" align="center"><b><!-- <br />
-->      <font color="#FF0000">FOUL</font></b></td><!-- <br />
-->      <td width="40%" bgcolor="0" align="center"><b><!-- <br />
-->      <font color="#FF0000">Awards</font></b></td><!-- <br />
-->   </tr><!-- <br />
-->   <tr><!--     STATS FOR SEASON <br />
-->      <td bgcolor="#000000" align="center"><font color="#FF0000"><b><!-- INSERT SEASON NUMBER-->1</b></font></td><!-- <br />
-->      <td align="center"><!-- INSERT TDS-->0</td><!-- <br />
-->      <td align="center"><!-- INSERT CAS-->0</td><!-- <br />
-->      <td align="center"><!-- INSERT CMP-->1</td><!-- <br />
-->      <td align="center"><!-- INSERT INT-->0</td><!-- <br />
-->      <td align="center"><!-- INSERT SPP-->1</td><!-- <br />
-->      <td align="center"><!-- INSERT RUSH-->0</td><!-- <br />
-->      <td align="center"><!-- INSERT BLOCK-->13</td><!-- <br />
-->      <td align="center"><!-- INSERT PASS-->-3</td><!-- <br />
-->      <td align="center"><!-- INSERT FOUL-->2</td><!-- <br />
-->      <td align="center"><!-- INSERT AWARDS-->None</a><!-- <br />
-->   </tr><!--    END OF SEASON STATS <br />
-->   <tr><!--     STATS FOR SEASON <br />
-->      <td bgcolor="#000000" align="center"><font color="#FF0000"><b><!-- INSERT SEASON NUMBER-->3</b></font></td><!-- <br />
-->      <td align="center"><!-- INSERT TDS-->?</td><!-- <br />
-->      <td align="center"><!-- INSERT CAS-->?</td><!-- <br />
-->      <td align="center"><!-- INSERT CMP-->?</td><!-- <br />
-->      <td align="center"><!-- INSERT INT-->?</td><!-- <br />
-->      <td align="center"><!-- INSERT SPP-->?</td><!-- <br />
-->      <td align="center"><!-- INSERT RUSH-->?</td><!-- <br />
-->      <td align="center"><!-- INSERT BLOCK-->?</td><!-- <br />
-->      <td align="center"><!-- INSERT PASS-->?</td><!-- <br />
-->      <td align="center"><!-- INSERT FOUL-->?</td><!-- <br />
-->      <td align="center"><!-- INSERT AWARDS-->????</a><!-- <br />
-->   </tr><!--    END OF SEASON STATS <br />
-->   <tr><!--     STATS FOR SEASON <br />
-->      <td bgcolor="#000000" align="center"><font color="#FF0000"><b><!-- INSERT SEASON NUMBER-->4</b></font></td><!-- <br />
-->      <td align="center"><!-- INSERT TDS-->?</td><!-- <br />
-->      <td align="center"><!-- INSERT CAS-->?</td><!-- <br />
-->      <td align="center"><!-- INSERT CMP-->?</td><!-- <br />
-->      <td align="center"><!-- INSERT INT-->?</td><!-- <br />
-->      <td align="center"><!-- INSERT SPP-->?</td><!-- <br />
-->      <td align="center"><!-- INSERT RUSH-->?</td><!-- <br />
-->      <td align="center"><!-- INSERT BLOCK-->?</td><!-- <br />
-->      <td align="center"><!-- INSERT PASS-->?</td><!-- <br />
-->      <td align="center"><!-- INSERT FOUL-->?</td><!-- <br />
-->      <td align="center"><!-- INSERT AWARDS-->????? </a><!-- <br />
-->   </tr><!--    END OF SEASON STATS <br />
-->   </table> <br />

_________________
Nuffle is cruel but we love him still
darkwing2k6



Joined: Jun 28, 2007

Post   Posted: Jan 21, 2009 - 20:59 Reply with quote Back to top

hi shades Smile the simple answer is that your table is just too long. to get it too fit neatly in the yearbook you need to have the following specs-

Code:
<table width="250px" border="2" cellpadding="0" cellspacing="0">


ive done an example for you here-

http://fumbbl.com/FUMBBL.php?page=yearbook&team_id=497686

you will just have to chop a couple of columns out to make yours fit. the maximum table width has to be no more than 250px.

hope this helps mate, catch ya later
Gromrilram



Joined: Aug 28, 2006

Post   Posted: Jan 21, 2009 - 21:12 Reply with quote Back to top

seems you need to stay within the 250 px mentioned for most screens. i can view your tables atm without problems (or did you change anything allready?
you could also reduce the size of the writing to fit more info into the table.
oh and 1 more things: a) try to make all your pics 177 px high and add aditional info benlow the tables. => that will make all table start at th same height.

_________________
Every problem can be solved by a Desert Eagle .50
Shades_SteelFist



Joined: Sep 11, 2008

Post   Posted: Jan 21, 2009 - 21:38 Reply with quote Back to top

thnx for all the tips so far but they still over lap to me no matter what ive done so far, Im using Firefox so maybe things look different to other people using different browsers

_________________
Nuffle is cruel but we love him still
Shades_SteelFist



Joined: Sep 11, 2008

Post   Posted: Jan 22, 2009 - 15:24 Reply with quote Back to top

Problem solved, I made a new table that would fit by splitting the tables up into two rows and spending 3 hours inputting the correct colours and stats for each player from 9 league teams

here's the outcome

I'm not to happy with how it looks but at least it fits now, Thnx for all the advice.

_________________
Nuffle is cruel but we love him still
shadow46x2



Joined: Nov 22, 2003

Post   Posted: Jan 22, 2009 - 19:30 Reply with quote Back to top

i am always amazed at the creativity that comes from this site...

nice team sir...it's obvious you've put a lot of work into that Smile...very well done

--j

_________________
origami wrote:
There is no god but Nuffle, and Shadow is his prophet.

ImageImage
Shades_SteelFist



Joined: Sep 11, 2008

Post   Posted: Jan 22, 2009 - 19:43 Reply with quote Back to top

Thnx Shadow Smile

_________________
Nuffle is cruel but we love him still
Shades_SteelFist



Joined: Sep 11, 2008

Post   Posted: Jan 23, 2009 - 18:17 Reply with quote Back to top

Just like to say that after spending over 4 hours off my time sorting out my player Bios for 9 teams so they fit with the new Year book layout they have gone and changed the year book layout to what it used to be,
thanks for the heads up about all these changes, you have successfully wasted 4 hours off my life and made my player bios look like shit as i hate the new style and only used it because it fit the new year book format
Thanks again, your a star.
*******END SARCASM******

_________________
Nuffle is cruel but we love him still
SeraphimRed



Joined: Feb 01, 2004

Post   Posted: Jan 23, 2009 - 18:24 Reply with quote Back to top

Erm... matey. I don't think "they" have. Are you sure the layout isn't changing with your screen resolution/window/browser size?

For example, on my laptop the layout is single column, but on my PC with greater res it is two columns.

EDIT:
So my OBBA bio http://fumbbl.com/FUMBBL.php?page=yearbook&team_id=336283 looks fine on my lappy, but I have a slight overlap problem as you did on my Desktop.

Hope that makes sense - if I'm right that is. But let's face it, I'm rarely wrong. Wink

_________________

Enhance YOUR FUMBBL


Image
Shades_SteelFist



Joined: Sep 11, 2008

Post   Posted: Jan 23, 2009 - 18:56 Reply with quote Back to top

SeraphimRed wrote:
Erm... matey. I don't think "they" have. Are you sure the layout isn't changing with your screen resolution/window/browser size?

Hope that makes sense - if I'm right that is. But let's face it, I'm rarely wrong. Wink


you absolutely right i apologies for ranting at the staff when they have done nothing wrong and realise now that i have to go KILL MY SISTER for messing with my log on, wasting my time and getting me all worked up

_________________
Nuffle is cruel but we love him still
MixX



Joined: Aug 02, 2003

Post   Posted: Jan 24, 2009 - 15:19 Reply with quote Back to top

Shades_SteelFist wrote:
i have to go KILL MY SISTER for messing with my log on, wasting my time and getting me all worked up


I think you should work on not getting all that "worked up" so often, rather than kill your sister Razz
Shades_SteelFist



Joined: Sep 11, 2008

Post   Posted: Jan 24, 2009 - 15:25 Reply with quote Back to top

I actually very rarely get worked up but I am a bit of a perfectionist and was quite proud of my player stat tables, I was having a very bad day and when I noticed the difference in my year books it just made me very upset and agitated. Obviously I'm not going to kill my sister but she has been warned not to mess with the screen resolution of my log on.

_________________
Nuffle is cruel but we love him still
Display posts from previous:     
 Jump to:   
All times are GMT + 1 Hour
Post new topic   Reply to topic
View previous topic Log in to check your private messages View next topic