59 coaches online • Server time: 16:20
Forum Chat
Log in
Recent Forum Topics goto Post SWL Season 100!goto Post Gnome Roster - how a...goto Post Problem to organize ...
SearchSearch 
Post new topic   Reply to topic
View previous topic Log in to check your private messages View next topic
Vero



Joined: Dec 30, 2003

Post   Posted: Jan 15, 2007 - 15:08 Reply with quote Back to top

MadTias wrote:
Is there a way to sort text into columns without using a table?


Use a monospace (fixed width) font, though you'll lose every bit of flexibility the table has. Most tags support a style-attribute which can be used to set a font family among other things. For example: <p style="font-family:monospace">Monospaced text</p>

Alternative way is to use <pre>-tags. Most browsers render anything between those using monospaced fonts.
Iscariot



Joined: Jul 28, 2005

Post   Posted: Jan 15, 2007 - 17:35 Reply with quote Back to top

I want to use this:
<tr valign="top" style="text-align: center; background: #000000; color: white;">
For my entire team page, but not have it sueezed into that really thin table.

Anyway I can widen it so it's 2 or even three times wider? please? I'll be your fwiend!
Kingdom



Joined: Mar 03, 2006

Post   Posted: Jan 15, 2007 - 17:39 Reply with quote Back to top

the table gets wider, as soon, as you fill it.
look at my Orc-Bio.
It basically uses your <tr>-Tag.

_________________
Start out with painting minis? http://fumbbl.com/help:PaintingTips
Iscariot



Joined: Jul 28, 2005

Post   Posted: Jan 15, 2007 - 17:45 Reply with quote Back to top

mine doesn't as im not a HTML kinda user so I used that code above and I just get this:
http://fumbbl.com/FUMBBL.php?page=team&op=view&team_id=298458
How do I stop it from wrapping my txt around it's own size?
Iscariot



Joined: Jul 28, 2005

Post   Posted: Jan 15, 2007 - 17:46 Reply with quote Back to top

essentially I just want a black background with a white text, same size as a normal profile.
keggiemckill



Joined: Oct 07, 2004

Post   Posted: Jan 15, 2007 - 18:19 Reply with quote Back to top

My brother recently showed me some of this in the help section, under <b>advanced site use</b>. http://fumbbl.com/help:Basic+HTML . I still havent mastered how to link it to the forums yet, but Ill eventually figure it out. I have saved this forum now, because it will now be alot more helpful. Thanks alot blackandwhitedog. Im going to use your Icons also. Smile

_________________
The Drunker I get, the more I spill
Image
"Keggie is the guy with the bleach blond hair that gives answers nobody else would think of."
Jeffro
Iscariot



Joined: Jul 28, 2005

Post   Posted: Jan 15, 2007 - 18:31 Reply with quote Back to top

blackandwhitedog you rock, and I've sorted my problem for now, with just making some text black and adding a line of "+++++++++++++" I'm sure there is a more technical way, but I don't know it lol
BlackNWhiteDog



Joined: Feb 05, 2006

Post   Posted: Feb 09, 2007 - 09:34 Reply with quote Back to top

Iscariot.

To set the width of a table you need to add the "width" atribute inside your tr "tag".

<tr width="100%" valign="top" style="text-align: center; background: #000000; color: white;">

or

<tr width="100px" valign="top" style="text-align: center; background: #000000; color: white;">

keggiemckill wrote:
My brother recently showed me some of this in the help section, under advanced site use. http://fumbbl.com/help:Basic+HTML . I still havent mastered how to link it to the forums yet, but Ill eventually figure it out. I have saved this forum now, because it will now be alot more helpful. Thanks alot blackandwhitedog. Im going to use your Icons also. Smile


I've added a link to this thread on the Basic HTML page in the help section.

_________________
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: Feb 09, 2007 - 09:55 Reply with quote Back to top

Yearbook tutorial added to my first post!

Nice and easy to do and a great way of showing off your player pictures and bios.

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]
Da_Todfatha



Joined: Jul 06, 2004

Post   Posted: Feb 21, 2007 - 21:31 Reply with quote Back to top

How about how do you edit the <marquee> tag and change the font and font size?

Whether I do it outside or inside marquee tags still no change.

<font size=10>
<Marquee>

or

<Marquee><font size=10>

Niether one seems to work, unless I'm doing something wrong...which is probably the case...

_________________
NWL
UMT
O.C.C.S.
BlackNWhiteDog



Joined: Feb 05, 2006

Post   Posted: Feb 23, 2007 - 17:05 Reply with quote Back to top

Im not sure if you can change the font size in your team bios...
headings is the only i've found to edit font sizes

_________________
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]
HunterX



Joined: Aug 02, 2003

Post   Posted: Feb 23, 2007 - 18:59 Reply with quote Back to top

You can at least use the <big> coding. That's something.

_________________
[url=http://www.sloganizer.net/en/image,NBL,green,black.png]Image[/url]
[url=http://www.factorizer.co.uk/HunterX,0,ffffff,000000,0.png]Image[/url]
spiro



Joined: Nov 18, 2005

Post   Posted: Apr 05, 2007 - 15:09 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/



Sad That page doesn't exist now.

_________________
"nadepnij mu na honor, a rozplata Cie bez wzgledu na konsekwencje" z Legendy Pieciu Kregow o nieangrymanie Wink

Jesli chcesz pokoju, szykuj sie do wojny.
ChrisB



Joined: Nov 28, 2003

Post   Posted: Apr 05, 2007 - 15:21 Reply with quote Back to top

Great topic - maybe you can move the good stuff to the FAQ for advanced users. Nice info
vanGorn



Joined: Feb 24, 2004

Post   Posted: Apr 06, 2007 - 00:03 Reply with quote Back to top

BlackNWhiteDog wrote:
Im not sure if you can change the font size in your team bios...
headings is the only i've found to edit font sizes

It is possible:
Code:
For example <span style="font-size:0.8em">some smaller text</span>.

_________________
Gimme a pint of fungus beer!
Then we will climb the ladder.
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