-Panther
09-04-2003, 08:58 AM
finally hit 1000+ supporters: 1003 to be exact
thought this was going to take forever. Knew I was getting close, as I was getting 15 per update ALL of last season with 5 spokies. now I only get 12 regardless.
Well, next milestone is 1500 :) I guess I'll be posting about that, ummmmm, maybe at the end of season 21 lol.
The new dynasty is done. Yes I redid it. Didn't like a couple things, and added a little more depth. Also, I got tired of seeing "{CODE}" tags all over so I abandoned Ezboard's internal methods and went with the HTML {PRE}{/PRE} tag (replace {} with <>) and used STYLE to do what I wanted :D
in case you're wondering, PRE stands for 'preformatted text' and does the same thing as CODE tag. Uses a monospaced font and preserves whitespace.
the exact tag I used is:
my info
* replace [] with <>
to get things to line up how I wanted, I used notepad with Courier New font and then just pasted into topic and added bold, italic, etc....
for example:
Test Block Blah Blah
this is what happens
when I do it my way
produces
<PRE STYLE="{font-size : 8pt; line-height : .75}">
Test Block Blah Blah
this is what happens
when I do it my way
<HR>
see. I used [HR] (replace [] with <>) get get horizontal line.
</PRE>
which to me is better than
Test Block Blah Blah
this is what happens
when I do it my way
isn't it?
thought this was going to take forever. Knew I was getting close, as I was getting 15 per update ALL of last season with 5 spokies. now I only get 12 regardless.
Well, next milestone is 1500 :) I guess I'll be posting about that, ummmmm, maybe at the end of season 21 lol.
The new dynasty is done. Yes I redid it. Didn't like a couple things, and added a little more depth. Also, I got tired of seeing "{CODE}" tags all over so I abandoned Ezboard's internal methods and went with the HTML {PRE}{/PRE} tag (replace {} with <>) and used STYLE to do what I wanted :D
in case you're wondering, PRE stands for 'preformatted text' and does the same thing as CODE tag. Uses a monospaced font and preserves whitespace.
the exact tag I used is:
my info
* replace [] with <>
to get things to line up how I wanted, I used notepad with Courier New font and then just pasted into topic and added bold, italic, etc....
for example:
Test Block Blah Blah
this is what happens
when I do it my way
produces
<PRE STYLE="{font-size : 8pt; line-height : .75}">
Test Block Blah Blah
this is what happens
when I do it my way
<HR>
see. I used [HR] (replace [] with <>) get get horizontal line.
</PRE>
which to me is better than
Test Block Blah Blah
this is what happens
when I do it my way
isn't it?