PDA

View Full Version : PING: Suicane


Grid Iron
04-09-2005, 07:00 PM
You need to clear out your PM box. You don't have room for any new messages.

Here is how I format my box scores:

Basically, you need to eliminate all of the line breaks. So, do a global replace of the text, putting the html {br} code in place of the line break code (use "<" instead of "{" and ">" instead of "}").

Here is what I do:

1. Put the box score, or whatever I want to format, into Word;

2. Use courier new font; and

3. Use global replace and replace all instances of ^p (line break) with {br}.

Then, I put the newly formatted text between {pre} and {/pre} brackets. Use the {font} tag to change the size.

Here is an example:

{pre}This text has preserved formatting 11 123{br}This also is preserved format 23 344{/pre}

which looks like this:
<pre>This text has preserved formatting 11 123<br>This also is preserved format 23 344</pre>Basically, you need to use the {pre} tags with the {br} tags instead of carriage returns.

Your text will look like a big jumble, but it looks nice when you post it. Make sure html is ON.