42 coaches online • Server time: 16:43
Forum Chat
Log in
Recent Forum Topics goto Post Conceding v Goblins/...goto Post War Drums?goto Post Advice tabletop tour...
SearchSearch 
Post new topic   Reply to topic
View previous topic Log in to check your private messages View next topic
WindexChugger



Joined: Oct 06, 2008

Post   Posted: May 05, 2009 - 22:19 Reply with quote Back to top

I know this isn't JavaBBowl Customization, but wasn't sure where to put this.

So I'm playing almost completely with my Lizardman team and really want to get their team bio looking spiffy. I've downloaded SeraphimRed's Greasemonkey plug-in for team customization, but I want more! Right now, in my opinion, my team bio looks like what you'd expect from an amateur who just got the pro tools. The team bio, as written at the top, is under construction. Things will be moved, deleted, added, and/or changed once I get a better understanding of how team bio customization works. Constructive criticism is always welcome.

One of the best team bio's I've found (overall, I think I like theirs the best) is Chainsaw's team...Chainsaw. The two columns look really awesome, and I really like how each sub-section is alternating grey and white background. Finally, how'd he get his team logo to be way up there, in the middle, with the rest of his bio down below?

I don't want to steal Chainsaw's code, I want a guide.
How do I make columns?
How do I set the background color?
How do I make tables? Outside of SeraphimRed's plug-in, I'm unsure on how to make tables. I see the code, but don't understand exactly how it works.
Is there anyway to set the width of the page? Right now I'm manually inserting line breaks to set page width.

Lastly, and slightly off topic, is there a list on Fumbbl with all the new player icons. SeraphimRed's plug-in has all the old icons, but I want the new stuff for my "Opponents Killed" section.

I'm sure I've got more questions, but this is all I can think of for now.


Last edited by WindexChugger on %b %15, %2009 - %22:%Jun; edited 1 time in total
Cribbleobblepie



Joined: Dec 15, 2006

Post   Posted: May 05, 2009 - 22:39 Reply with quote Back to top

Would be interested in all the answers to the questions you've posed, but being a computer eejit all I can give you is a link to ann the icons you wanted.

_________________
"You've been DONE!"
Wendol



Joined: Mar 27, 2008

Post   Posted: May 06, 2009 - 22:34 Reply with quote Back to top

http://fumbbl.com/index.php?name=PNphpBB2&file=viewtopic&t=9617&highlight=

Here is a post of custom
Wraith



Joined: Aug 02, 2003

Post   Posted: May 06, 2009 - 22:58 Reply with quote Back to top

Wendol wrote:
http://fumbbl.com/index.php?name=PNphpBB2&file=viewtopic&t=9617&highlight=

Here is a post of custom


That's a very good place to start. This will teach you the basics of HTML. I basically taught myself HTML for making bios on fumbbl, just from looking at different source codes and figuring it out.

I made a template, that is all pretty much cut and paste, it has it's own style to it, but is fairly easy to work with, if you have a basic understanding of HTML...

http://fumbbl.com/FUMBBL.php?page=blog&coach=3033

_________________
Insanity, is merely the lack of fear... to act on your deepest, darkest thoughts.
WindexChugger



Joined: Oct 06, 2008

Post   Posted: May 07, 2009 - 16:12 Reply with quote Back to top

Wow, that really helps. I'd seen the Black'n'White Dog post, but must have missed the details on tables. I can now do backgrounds, set up better tables, and by making the WHOLE bio a table (with border 0) I can set the page width...awesome. And the icons too, thanks Cribble:)

And I just realized that that's how Chainsaw probably got the two separate columns in his team bio...just make the whole thing a invisible table with two columns. This is really awesome.

Final question (for now): how does Chainsaw get his team logo in the middle and above his team bio? All I can get is my team's logo on the left (per the norm.)

_________________
ImageLizards 0f ¥umtum Mountain
WindexChugger



Joined: Oct 06, 2008

Post   Posted: Jun 15, 2009 - 22:10 Reply with quote Back to top

Well, I'm getting further along with the team bio (I'm pretty happy on how it looks), but I've got another quick (ok, i'm lying) question.

My team finally managed to retire another team (woohoo!) and I want to show it off. I decided to make a table with a (very) similar format to coachs' "home" page. I've gotten pretty far, but I can't quite seem to get the little [R] that stands for 'ranked division' to vertically center. I am using "valign=middle" and it's working everywhere BUT the little [R]. Is it because it is a different font size?

The Team
A random team, with only the part I'm working on.


Here is the code I'm using. In bold is the part I think is giving me trouble.
Quote:

<table cellspacing="0" border="1" cellpadding="0" width="600"><!--
--><tr><!--
--><td bgcolor="black" align="center"><!--
--><h2><font color="red"><img src="http://www.fumbbl.com/teams/279738.jpg">Halls of the Dead<img src="http://www.fumbbl.com/teams/279738.jpg"></font></h2><!--
--></td><!--
--></tr><!--

--><tr><!--
--><td><!--

--><table cellspacing="0" border="0" cellpadding="0" width="600"><!--
--><tr><!--
--><td colspan="6" align="center" bgcolor="black"><!--
--><h3><font color="red">Teams Destroyed</font><!--
--></td><!--
--></tr><!--

--><tr align="center" bgcolor="black"><!--
--><td><!--
--><img src="http://www.fumbbl.com/FUMBBL/Images/config.png"><!--
--></td><!--
--><td><!--
--><font color="white">Div</font><!--
--></td><!--
--><td><!--
--><font color="white">Team</font><!--
--></td><!--
--><td><!--
--><font color="white">Race</font><!--
--></td><!--
--><td><!--
--><font color="white">Record</font><!--
--></td><!--
--><td><!--
--><font color="white">Rating</font><!--
--></td><!--
--></tr><!--

--><tr valign="middle" align="center"><!--
--><td><!--
--><img src="http://www.fumbbl.com/FUMBBL/Images/Retired_small.gif"><!--
--></td><!--
--><td><!--
--><h5>[R]</h5><!--
--></td><!--
--><td><!--
--><a href="http://www.fumbbl.com/FUMBBL.php?page=team&op=view&team_id=549006">Party Parade</a href><!--
--></td><!--
--><td><!--
--><img src="http://www.fumbbl.com/files/images/skaven.png">Skaven<!--
--></td><!--
--><td><!--
-->15/4/8<!--
--></td><!--
--><td><!--
-->224/202<!--
--></td><!--
--></tr><!--



--></table><!--



--><table cellspacing="0" border="1" cellpadding="0" width="600"><!--
--><tr><!--
--><td><!--

--><table cellspacing="0" border="0" cellpadding="1" width="600"><!--
--><tr><!--
--><td colspan="4" bgcolor="black" align="center"><!--
--><h3><font color=red>Star Killings (76+ SPP)</font></h3><!--
--></td><!--
--></tr><!--

--><tr><!--
--><td width="150" bgcolor="black" align="center"><!--
--><font color=white><b>Name</b></font><!--
--></td><!--
--><td width="40" bgcolor="black" align="center"><!--
--><font color=white><b>SPP</b></font><!--
--></td><!--
--><td width="370" bgcolor="black" align="center"><!--
--><font color=white><b>Skills</b></font><!--
--></td><!--
--><td width="40" bgcolor="black" align="center"><!--
--><font color=white><b>Inj</b></font><!--
--></td><!--
--></tr><!--

--><tr><!--
--><td align="left"><!--
--><a href="http://www.fumbbl.com/FUMBBL.php?page=player&player_id=4737717"><img src="http://www.nicklovick.co.uk/01_Fumbbl/BB7/images/oblackorc2b.gif">Lucatiore</a><!--
--></td><!--
--><td align="center"><!--
-->98<!--
--></td><!--
--><td><!--
-->+ST, Block, Dodge, Mighty Blow, Guard<!--
--></td><!--
--><td><!--
-->n, d<!--
--></td><!--


--></tr><!--
--></table><!--

--></td><!--
--></tr><!--
--></table>


<table cellspacing="0" border="1" cellpadding="0" width="600"><!--
--><tr><!--
--><td><!--
--><table cellspacing="0" border="0" cellpadding="0" width="600"><!--
--><tr><!--
--><td colspan="4" bgcolor="black" align="center"><!--
--><font color="red"><h3>Big Kills (31+ SPP)</h3></font><!--
--></td><!--
--></tr><!--

--><tr><!--
--><td width="150" bgcolor="black" align="center"><!--
--><font color=white><b>Name</b></font><!--
--></td><!--
--><td width="40" bgcolor="black" align="center"><!--
--><font color=white><b>SPP</b></font><!--
--></td><!--
--><td width="370" bgcolor="black" align="center"><!--
--><font color=white><b>Skills</b></font><!--
--></td><!--
--><td width="40" bgcolor="black" align="center"><!--
--><font color=white><b>Inj</b></font><!--
--></td><!--
--></tr><!--

--><tr><!--
--><td align="left"><!--
--><a href="http://www.fumbbl.com/FUMBBL.php?page=player&player_id=5680331"><img src="http://www.nicklovick.co.uk/01_Fumbbl/BB7/images/deblitzer1b.gif">Mardermörder III</a><!--
--></td><!--
--><td align="center"><!--
-->65<!--
--></td><!--
--><td><!--
-->Block, Tackle, Dodge, Mighty Blow, Side Step<!--
--></td><!--
--><td><!--
-->d<!--
--></td><!--
--></tr><!--

--><tr bgcolor="lightgrey"><!--
--><td align="left"><!--
--><a href="http://www.fumbbl.com/FUMBBL.php?page=player&player_id=6622680"><img src="http://www.nicklovick.co.uk/01_Fumbbl/BB7/images/dewitchelf1b.gif">Shukita</a><!--
--></td><!--
--><td align="center"><!--
-->46<!--
--></td><!--
--><td><!--
-->Dodge, Jump Up, Frenzy, Mighty Blow, Block, Side Step<!--
--></td><!--
--><td><!--
-->d<!--
--></td><!--
--></tr><!--

--><tr><!--
--><td align="left"><!--
--><a href="http://www.fumbbl.com/FUMBBL.php?page=player&player_id=6092090"><img src="http://www.nicklovick.co.uk/01_Fumbbl/BB7/images/cbeastman3b.gif">Nofore</a><!--
--></td><!--
--><td align="center"><!--
-->45<!--
--></td><!--
--><td><!--
-->Horns, +AG, Block, Guard<!--
--></td><!--
--><td><!--
-->d<!--
--></td><!--
--></tr><!--

--><tr bgcolor="lightgrey" align="left"><!--
--><td><!--
--><a href="http://www.fumbbl.com/FUMBBL.php?page=player&player_id=5073527"><img src="http://www.nicklovick.co.uk/01_Fumbbl/BB7/images/minotaur1b.gif">Thunderhoof</a><!--
--></td><!--
--><td align="center"><!--
-->34<!--
--></td><!--
--><td><!--
-->Mighty Blow, Thick Skull, Frenzy, Horns, Throw Team Mate, Always Hungry, Big Guy, Wild Animal, Claw, Guard, Break Tackle<!--
--></td><!--
--><td><!--
-->-ma, d<!--
--></td><!--
--></tr><!--

--><tr><!--
--><td align="left"><!--
--><a href="http://www.fumbbl.com/FUMBBL.php?page=player&player_id=6291864"><img src="http://www.nicklovick.co.uk/01_Fumbbl/BB7/images/uzombie3b.gif">Karloff</a><!--
--></td><!--
--><td align="center"><!--
-->31<!--
--></td><!--
--><td><!--
-->Regenerate, Dirty Player, Guard, Block<!--
--></td><!--
--><td><!--
-->d<!--
--></td><!--
--></tr><!--
--></table><!--

--></td><!--
--></tr><!--
--></table>

<table cellspacing="0" border="0" cellpadding="0" width="600"><!--
--><tr><!--
--><td align="center"><!--

--><h3>The Corpse Heap (Not Enough SPP)</h3><!--

--><a href="http://www.fumbbl.com/FUMBBL.php?page=player&player_id=2811493"><img src="http://www.nicklovick.co.uk/01_Fumbbl/BB7/images/halfling1b.gif"></a><!--
--><a href="http://www.fumbbl.com/FUMBBL.php?page=player&player_id=6283373"><img src="http://www.nicklovick.co.uk/01_Fumbbl/BB7/images/halfling5b.gif"></a><!--
--><a href="http://www.fumbbl.com/FUMBBL.php?page=player&player_id=6234978"><img src="http://www.nicklovick.co.uk/01_Fumbbl/BB7/images/uskeleton3b.gif"></a><!--
--><a href="http://www.fumbbl.com/FUMBBL.php?page=player&player_id=6239517"><img src="http://www.nicklovick.co.uk/01_Fumbbl/BB7/images/dewitchelf1b.gif"></a><!--
--><a href="http://www.fumbbl.com/FUMBBL.php?page=player&player_id=6318891"><img src="http://www.nicklovick.co.uk/01_Fumbbl/BB7/images/hblitzer1b.gif"></a><!--
--><a href="http://www.fumbbl.com/FUMBBL.php?page=player&player_id=6341562"><img src="http://www.nicklovick.co.uk/01_Fumbbl/BB7/images/ogre5b.gif"></a><!--
--><a href="http://www.fumbbl.com/FUMBBL.php?page=player&player_id=6356055"><img src="http://www.nicklovick.co.uk/01_Fumbbl/BB7/images/vthrall1b.gif"></a><!--
--><a href="http://www.fumbbl.com/FUMBBL.php?page=player&player_id=6354367"><img src="http://www.nicklovick.co.uk/01_Fumbbl/BB7/images/delineman1b.gif"></a><!--
--><a href="http://www.fumbbl.com/FUMBBL.php?page=player&player_id=6018183"><img src="http://www.nicklovick.co.uk/01_Fumbbl/BB7/images/weblitzer1b.gif"></a><!--
--><a href="http://www.fumbbl.com/FUMBBL.php?page=player&player_id=6404112"><img src="http://www.nicklovick.co.uk/01_Fumbbl/BB7/images/skrunner2b.gif"></a><!--
--><a href="http://www.fumbbl.com/FUMBBL.php?page=player&player_id=6033940"><img src="http://www.nicklovick.co.uk/01_Fumbbl/BB7/images/hlineman1b.gif"></a><!--
--><a href="http://www.fumbbl.com/FUMBBL.php?page=player&player_id=6093338"><img src="http://www.nicklovick.co.uk/01_Fumbbl/BB7/images/amlineman2b.gif"></a><!--
--><a href="http://www.fumbbl.com/FUMBBL.php?page=player&player_id=6182736"><img src="http://www.nicklovick.co.uk/01_Fumbbl/BB7/images/uwight1b.gif"></a><!--
--><a href="http://www.fumbbl.com/FUMBBL.php?page=player&player_id=2698200"><img src="http://www.nicklovick.co.uk/01_Fumbbl/BB7/images/nblitzer1b.gif"></a><!--
--><a href="http://www.fumbbl.com/FUMBBL.php?page=player&player_id=6654205"><img src="http://www.nicklovick.co.uk/01_Fumbbl/BB7/images/vthrall2b.gif"></a><!--
--><a href="http://www.fumbbl.com/FUMBBL.php?page=player&player_id=6576304"><img src="http://www.nicklovick.co.uk/01_Fumbbl/BB7/images/vthrall1b.gif"></a><!--
--><a href="http://www.fumbbl.com/FUMBBL.php?page=player&player_id=6094884"><img src="http://www.nicklovick.co.uk/01_Fumbbl/BB7/images/cbeastman4b.gif"></a><!--
--><a href="http://www.fumbbl.com/FUMBBL.php?page=player&player_id=6210439"><img src="http://www.nicklovick.co.uk/01_Fumbbl/BB7/images/cbeastman2b.gif"></a><!--
--><a href="http://www.fumbbl.com/FUMBBL.php?page=player&player_id=6719294"><img src="http://www.nicklovick.co.uk/01_Fumbbl/BB7/images/eplineman1b.gif"></a><!--
--><a href="http://www.fumbbl.com/FUMBBL.php?page=player&player_id=6594455"><img src="http://www.nicklovick.co.uk/01_Fumbbl/BB7/images/vthrall3b.gif"></a><!--
--><a href="http://www.fumbbl.com/FUMBBL.php?page=player&player_id=6727637"><img src="http://www.nicklovick.co.uk/01_Fumbbl/BB7/images/delineman1b.gif"></a>
<a href="http://www.fumbbl.com/FUMBBL.php?page=player&player_id=6822186"><img src="http://www.nicklovick.co.uk/01_Fumbbl/BB7/images/cwarrior4b.gif"></a><!--
--><a href="http://www.nicklovick.co.uk/01_Fumbbl/BB7/images/cbeastman4b.gif"><img src="http://www.nicklovick.co.uk/01_Fumbbl/BB7/images/cbeastman4b.gif"></a><!--

--></td><!--
--></tr><!--
--></table><!--

--></td><!--
--></tr><!--
--></table>



Oh, and I never got answer to my final question from last post. How do you get a team image to be centered and above the team bio (as opposed to the usual off to the left of the team bio)?
Royston



Joined: Dec 05, 2008

Post   Posted: Jun 15, 2009 - 23:00 Reply with quote Back to top

You need to put the pic in your bio using <img src="???">

Where ??? is the http address of the pic.

The pic off to the left of the bio is the one that shows up on your pitch when you play.

_________________
Image
WindexChugger



Joined: Oct 06, 2008

Post   Posted: Jun 15, 2009 - 23:04 Reply with quote Back to top

Well, then how do you take out the team picture but still have it show up on the field?

_________________
ImageLizards 0f ¥umtum Mountain
Royston



Joined: Dec 05, 2008

Post   Posted: Jun 15, 2009 - 23:22 Reply with quote Back to top

As far as I am aware the only way to get a picture on the field is to put it in the Add Image bit on the left hand side.

_________________
Image
SzieberthAdam



Joined: Aug 31, 2008

Post   Posted: Jun 16, 2009 - 00:22 Reply with quote Back to top

Oh, and I never got answer to my final question from last post. How do you get a team image to be centered and above the team bio (as opposed to the usual off to the left of the team bio)?

Try this:

Code:
</table><h1>Hello world!</h1>


You should use the </table> to get out of the default table. But use it with care.

Cheers,
RS

_________________
ImageImageImage
WindexChugger



Joined: Oct 06, 2008

Post   Posted: Jun 16, 2009 - 00:58 Reply with quote Back to top

Wow, thanks a lot RamonSalazar; it worked like a charm.

_________________
ImageLizards 0f ¥umtum Mountain
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