29 coaches online • Server time: 10:17
Forum Chat
Log in
Recent Forum Topics goto Post Gnome Roster - how a...goto Post Problem to organize ...goto Post Updated star player ...
SearchSearch 
Post new topic   Reply to topic
View previous topic Log in to check your private messages View next topic
Mezir



Joined: Aug 02, 2003

Post   Posted: Nov 02, 2006 - 10:51 Reply with quote Back to top

Nifty trick: The FUMBBL php form adds a <br /> tag for every line break in what you submit. This can seriously screw up table lay-outs unless you put all the code on a single line - which then becomes a female dog to edit. Adding // to the end of a line circumvents this action, because it comments out the <br />.

Code:
<table>//
  <tr><td>//
    Bla//
  </tr></td>//
</table>//

_________________
Build a man a fire and he's warm for a day; set a man on fire and he's warm for the rest of his life.
Laviak



Joined: Jul 19, 2004

Post   Posted: Nov 02, 2006 - 11:06 Reply with quote Back to top

Mezir wrote:
Adding // to the end of a line circumvents this action, because it comments out the <br />.


OK, that is way nicer than what i've been doing - very nice tip Mez.

_________________
We Fink Wer Orks
--------
Help save blood bowl, foul an elf today!.
BlackNWhiteDog



Joined: Feb 05, 2006

Post   Posted: Nov 02, 2006 - 11:12 Reply with quote Back to top

Astereth wrote:
Great topic, I'll be keeping an eye on it...

As an aside, did you create the gif in your sig? It's great Cool


yep, took a while to get right Smile

Mizer wrote:
Nifty trick: The FUMBBL php form adds a <br /> tag for every line break in what you submit. This can seriously screw up table lay-outs unless you put all the code on a single line - which then becomes a female dog to edit. Adding // to the end of a line circumvents this action, because it comments out the <br />.


didn't know that one, cheers Mizer!

(i'll b writing a table tutorial once i've covered the basics as their a bit more advanced)

_________________
Shameless Advertising!
[url=http://www.nicklovick.co.uk/NLFPbutton.gif]Image[/url] [url=http://www.nicklovick.co.uk/01_Fumbbl/BB7/7s.gif]Image[/url]
PARC



Joined: Sep 06, 2006

Post   Posted: Nov 02, 2006 - 11:31 Reply with quote Back to top

BlackNWhiteDog you probably know but this is great site for someone to add the small player icons to their team bios
http://www.nicklovick.co.uk/01_fumbbl/BB7/images/

example:
<img src="http://www.nicklovick.co.uk/01_fumbbl/BB7/images/hlineman1.gif">

I've been searching for those icons for a lot of time so this may save so time to others...
and if someone needs a few basic tips check my team bio
http://fumbbl.com/FUMBBL.php?page=team&op=view&team_id=289787
if u want to i can post here or send a pm with the stuff i done.
Cya all
BlackNWhiteDog



Joined: Feb 05, 2006

Post   Posted: Nov 02, 2006 - 11:54 Reply with quote Back to top

PARC wrote:
BlackNWhiteDog you probably know but this is great site for someone to add the small player icons to their team bios
http://www.nicklovick.co.uk/01_fumbbl/BB7/images/


I actualy know about this site...
note the url www.nicklovick.co.uk
then have a look at the name in my signatue (Nick Lovick Freelance Photography)

Its my site Smile Smile Smile

Check out my team bios for more player icons BlackNWhiteDog and more here Drafted Legends

_________________
Shameless Advertising!
[url=http://www.nicklovick.co.uk/NLFPbutton.gif]Image[/url] [url=http://www.nicklovick.co.uk/01_Fumbbl/BB7/7s.gif]Image[/url]
PARC



Joined: Sep 06, 2006

Post   Posted: Nov 03, 2006 - 16:31 Reply with quote Back to top

Hehe Smile i found your site from one team's bio when i was looking for the small icons Smile small world Smile
BlackNWhiteDog



Joined: Feb 05, 2006

Post   Posted: Nov 03, 2006 - 17:59 Reply with quote Back to top

You found the icons I use on the BB7s Drafted legends page Smile
Glad you found them usefull. I might just upload my entire icons folder (full stunty icons included).........

Uploading now, should be done by the time you read this!

_________________
Shameless Advertising!
[url=http://www.nicklovick.co.uk/NLFPbutton.gif]Image[/url] [url=http://www.nicklovick.co.uk/01_Fumbbl/BB7/7s.gif]Image[/url]
Laviak



Joined: Jul 19, 2004

Post   Posted: Nov 09, 2006 - 09:42 Reply with quote Back to top

Mezir wrote:
Nifty trick: The FUMBBL php form adds a <br /> tag for every line break in what you submit. This can seriously screw up table lay-outs unless you put all the code on a single line - which then becomes a female dog to edit. Adding // to the end of a line circumvents this action, because it comments out the <br />.


This trick doesn't seem to work for me Sad

But, I figured the idea was sound, and commenting it out with standard html comment tags:
Code:
some text that you <!--
-->want on one line

worked a treat.

Here's a slightly more complex example:
Code:
<table style='border: solid 1px black; margin-left: auto; margin-right:auto;' border=0 cellspacing=0 cellpadding=5><tbody align=justify valign=top><!--
-->  <tr style='background: #000000; color: white;'><!--
-->      <th>&nbsp;</th><th>Coach</th><th>Team</th><th>Results</th><!--
-->  </tr><!--
-->  <tr class=odd><!--
-->      <td>1</td><!--
-->      <td><a href=http://fumbbl.com/~Patrician>Patrician</a></td><!--
-->      <td><a href=http://fumbbl.com/FUMBBL.php?page=team&op=view&team_id=225215>Northern Blight</a></td><!--
-->      <td align=center><a href='http://fumbbl.com/FUMBBL.php?page=match&id=1435236'>2-0</a></td><!--
-->    </tr> <!--
-->    <tr class=even><!--
-->      <td>2</td><!--
-->      <td><a href=http://fumbbl.com/~xstatika>xstatika</a></td><!--
-->      <td><a href=http://fumbbl.com/FUMBBL.php?page=team&op=view&team_id=266851>Steelfist FC</a></td><!--
-->      <td align=center><a href='http://fumbbl.com/FUMBBL.php?page=match&id=1447710'>0-2</a></td><!--
-->    </tr> <!--
-->  </tbody></table>

_________________
We Fink Wer Orks
--------
Help save blood bowl, foul an elf today!.


Last edited by Laviak on %b %30, %2006 - %10:%Nov; edited 1 time in total
Kalamona



Joined: Apr 21, 2005

Post   Posted: Nov 09, 2006 - 11:28 Reply with quote Back to top

some of the icon animations are great and tried to use them for my cheaters, but they dont seem to work. I think because they are in jpg format instead of gif. could u do them in gif pls?

thx
Panda_



Joined: Jul 14, 2004

Post   Posted: Nov 30, 2006 - 10:25 Reply with quote Back to top

Mezir wrote:
Nifty trick: The FUMBBL php form adds a <br /> tag for every line break in what you submit. This can seriously screw up table lay-outs unless you put all the code on a single line - which then becomes a female dog to edit. Adding // to the end of a line circumvents this action, because it comments out the <br />.


Code:
<table>//
  <tr><td>//
    Bla//
  </td></tr>//
</table>//


It doesn't work here

_________________
"Rien ne sert de partir a point, il vaut mieux courir."


Last edited by Panda_ on %b %03, %2006 - %15:%Dec; edited 3 times in total
Laviak



Joined: Jul 19, 2004

Post   Posted: Nov 30, 2006 - 10:27 Reply with quote Back to top

Look three posts up Panda Wink

_________________
We Fink Wer Orks
--------
Help save blood bowl, foul an elf today!.
Panda_



Joined: Jul 14, 2004

Post   Posted: Nov 30, 2006 - 10:30 Reply with quote Back to top

Laviak wrote:
Look three posts up Panda_
Wink


Ok, thanks so for a table it should work like that:
Code:

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

_________________
"Rien ne sert de partir a point, il vaut mieux courir."
BlackNWhiteDog



Joined: Feb 05, 2006

Post   Posted: Dec 03, 2006 - 15:09 Reply with quote Back to top

Laviak wrote:
Mezir wrote:
Nifty trick: The FUMBBL php form adds a <br /> tag for every line break in what you submit. This can seriously screw up table lay-outs unless you put all the code on a single line - which then becomes a female dog to edit. Adding // to the end of a line circumvents this action, because it comments out the <br />.


This trick doesn't seem to work for me Sad


Me neither!

What I do is add spaces so i have gaps where i need to make changes to tables.
The spaces do not show on the page Smile

_________________
Shameless Advertising!
[url=http://www.nicklovick.co.uk/NLFPbutton.gif]Image[/url] [url=http://www.nicklovick.co.uk/01_Fumbbl/BB7/7s.gif]Image[/url]
BlackNWhiteDog



Joined: Feb 05, 2006

Post   Posted: Jan 09, 2007 - 09:16 Reply with quote Back to top

I've just updated the first post with how to change font colours.

I'll get round to explaining tables sometime in the future Wink

Please keep your imput coming, I am learning new code all the time so any extra info that isn't posted in my first post would be appreciated.
Post it here and I'll add any new or usefull info in my first post! (have I missed any text formating code? (that works?))

Last of all, for my next post on tables I could do with being able to add some screen shots of tables.
How do I take screen shots??? I'm runing windows XP.

edit: Forgot to mention i'm writing an idiots guide to using vanGorn's roster harvester (as i'm an idiot myself). I haven't forgoten, I just haven't finished it yet Razz

_________________
Shameless Advertising!
[url=http://www.nicklovick.co.uk/NLFPbutton.gif]Image[/url] [url=http://www.nicklovick.co.uk/01_Fumbbl/BB7/7s.gif]Image[/url]
MadTias



Joined: Jun 19, 2004

Post   Posted: Jan 11, 2007 - 22:29 Reply with quote Back to top

Is there a way to sort text into columns without using a table?
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