18 coaches online • Server time: 03:50
Forum Chat
Log in
Recent Forum Topics goto Post Secret League Old Wo...goto Post Creating a custom to...goto Post ramchop takes on the...
SearchSearch 
Post new topic   Reply to topic
View previous topic Log in to check your private messages View next topic
zoglug



Joined: Feb 13, 2007

Post   Posted: Feb 29, 2008 - 09:18 Reply with quote Back to top

Hi everyone, im after a little advice from you computer wizards. Im trying to learn HTML (not very sucessfully i may add) so am producing a bio for my team.
http://fumbbl.com/FUMBBL.php?page=team&op=view&team_id=440631&displaymessage=Bio%20Changed.

As you can see there is a massive gap at the top of my bio, anyone have any idea why this is happening? Here is the code ive created so far.

Quote:
<html>
<body>
<table border="1">
<tr>
<th colspan="4">Current Team Records</th>
</tr>
<tr>
<th colspan="2">Category</th>
<th colspan="1">Holder</th>
<th colspan "1">Record</th>
</tr>
<tr>
<td>&nbsp;</td>
<th align="centre"><b>Top Scorer</b></th>
<td>300</td>
<td>100</td>
</tr>
<tr>
<td>&nbsp;</td>
<th align="centre"><b>Most Casualties</b></th>
<td>600</td>
<td>100</td>
</tr>
<tr>
<td>&nbsp;</td>
<th align="centre"><b>Most Completions</b></th>
<td>300</td>
<td>100</td>
</tr>
<tr>
<td>&nbsp;</td>
<th align="centre"><b>Games Played</b></th>
<td>300</td>
<td>100</td>
</tr>
<tr>
<td>&nbsp;</td>
<th align="centre"><b>Interceptions</b></th>
<td>300</td>
<td>100</td>
</tr>
<tr>
<td>&nbsp;</td>
<th align="centre"><b>MVP</b></th>
<td>300</td>
<td>100</td>
</tr>
<tr>
<td>&nbsp;</td>
<th align="centre"><b>SSP</b></th>
<td>300</td>
<td>100</td>
</tr>
<tr>
<td>&nbsp;</td>
<th align="centre"><b>Yards Passed</b></th>
<td>300</td>
<td>100</td>
</tr>
<tr>
<td>&nbsp;</td>
<th align="centre"><b>Yards Rushed</b></th>
<td>300</td>
<td>100</td>
</tr>
<tr>
<td>&nbsp;</td>
<th align="centre"><b># Of Blocks</b></th>
<td>300</td>
<td>100</td>
</tr>
</table>
</body>
</html>
<p>
<b>Current Team Sponsors:</b>
<img src="http://i6.photobucket.com/albums/y241/Sp0n/Ikillya.jpg">
</p>
p4m



Joined: Aug 02, 2003

Post   Posted: Feb 29, 2008 - 09:21 Reply with quote Back to top

delete all the breaks you did manually by hitting enter!
there is an automatic function, that will produce that massive gap!
so should be something like:
<html><body><table border="1"><tr><th colspan="4">Current Team Records</th></tr><tr><th colspan="2">Category</th><th colspan="1">Holder</th><th colspan "1">Record</th></tr><tr><td>&nbsp;</td><th align="centre">Top Scorer</th><td>300</td><td>100</td></tr> ...
and so on
SeraphimRed



Joined: Feb 01, 2004

Post   Posted: Feb 29, 2008 - 09:25 Reply with quote Back to top

... or use HTML comments.

Code:

<html><!--
--><body><!-- 
--><table border="1"><!-- 
--><tr><!-- 
--><th colspan="4">Current Team Records</th><!-- 
--></tr><!-- 
--><tr><!-- 
...


So many people have this problem that it's documented all over the forums so for more info just do a search...
One day FUMBBL may address this.

_________________

Enhance YOUR FUMBBL


Image
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