Beckett Message Boards
Help formatting a post. - Printable Version

+- Beckett Message Boards (https://www.beckett.com/forums)
+-- Forum: Hobby Talk (https://www.beckett.com/forums/forum-1.html)
+--- Forum: Football (https://www.beckett.com/forums/forum-6.html)
+--- Thread: Help formatting a post. (/thread-1460470.html)

Pages: 1 2


RE: Help formatting a post. - jacobystealshome - 10-04-2011

i like using strikethrough for <del><b>bad</b></del> jokes (using del in brackets)


RE: Help formatting a post. - bakerman8419 - 10-04-2011

Isnt this 2011??? There should be a way to do those things here in a MUCH easier way. Cmon Beckett!!!


RE: Help formatting a post. - jacobystealshome - 10-04-2011

(10-04-2011, 02:47 PM)bakerman8419 Wrote: Isnt this 2011??? There should be a way to do those things here in a MUCH easier way. Cmon Beckett!!!

1. html isnt easy?
2. the boards arent their creation - just a third party product


RE: Help formatting a post. - mackalack - 10-04-2011

my forums use a much easier posting method Smile


RE: Help formatting a post. - bakerman8419 - 10-04-2011

html may be easy to those who are more familiar with it. I actually took web page design in high school and still dont remember how to use html. If I want to bold a word just give me a button to click.

And Im still blaming Beckett. lol.


RE: Help formatting a post. - chads-cards - 10-04-2011

(10-04-2011, 03:12 PM)bakerman8419 Wrote: html may be easy to those who are more familiar with it. I actually took web page design in high school and still dont remember how to use html. If I want to bold a word just give me a button to click.

And Im still blaming Beckett. lol.

Agree with the button thing. Im only 19 and have had computers my whole life...still have no idk how to bold anything or do that strike through thing which I would like for my lists!


RE: Help formatting a post. - jacobystealshome - 10-04-2011

it's not their forum, so it's not like they can pop a button in there

and dudes, really - i SUCK at coding, but simple font html is REALLY simple

seriously




RE: Help formatting a post. - TRAVISTURNER - 10-04-2011

(10-04-2011, 02:12 PM)mackalack Wrote:
Code:
[size=1-7] text [/size]
[color=blue] text [/color]
[center] text [/center]
[u]text[/u]

Anything else just ask me

lol, what else is there?


RE: Help formatting a post. - jacobystealshome - 10-04-2011

just google "html font"


RE: Help formatting a post. - Marinoisking - 10-04-2011

If you can use a computer you can use HTML...its super simple...if you cant remember the codes just google them...its super easy
<p style="font-size:xx-large;">
You can make really big font!!</p>
<p style="font-size:xx-small;">You can make really small font!! - </p>

<p>basic color <span style="color:green">colored font</span> <span style="background-color:orange">colored background!!</span></p>



<form method="post" action="">
<textarea name="comments" cols="40" rows="5">
Or you can make nifty little scroll boxes
</textarea><br>
<input type="submit" value="Submit" />
</form>