inherit
tunesrcoolii@gmail.com
86185
0
Oct 3, 2013 8:48:20 GMT -8
tunescool
4,399
August 2006
tunescool
|
Post by tunescool on Feb 9, 2013 23:44:19 GMT -8
sometimes i wanna have padding in a post, just move something over 60px or whatever [padding-left:60px]Happy Birthday[/padding] or i need to post a block of text to the rite directly across from the text on the left, on the same lines. but would be much easier to do as one function rather than padding on the same line. and i may have different size fonts that would throw off the whole idea of my post theres tables but if i want to post something all the way to the rite of the post you cant with tables. im not sure if you can do padding top in a ubbc table but if i try to do just something simple like i want the text in the left table just centers in the column. if theres a table with 20 empty columns im still only here Row 1 column 1 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| Row 1 column 5 Row 1 column 5 Row 1 column 5 Row 1 column 5 Row 1 column 5 Row 1 column 5 |
could proboards be made to do things like ive mentioned place blocks of text anywhere easily without a table all the way to the rite but text left aligned at the same time place text 75% or px to the rite so theyre both in the same row. several lines, different sizes, color. each line of text aligned rite, left, or centered or at least just be able to use padding easily with ubbc
|
|
inherit
Graphics Ninja
3
0
Nov 19, 2012 12:17:26 GMT -8
Ryan Roos
Wordsmyth
35,133
November 2003
ryan
|
Post by Ryan Roos on Feb 11, 2013 8:11:51 GMT -8
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. | Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. | << 60 pixels of padding right here. Inside the same table as everything else. You can pretty much do everything that you mentioned in every single way already using tables. We wouldn't implement another way. We currently follow web standards. The way to currently do it is the correct way. Any other way wouldn't be. This whole table took me about 3 minutes. I am not a skilled coder. We can't make a standard any easier, it's the standard.
| You can align things however you want. You can justify however you want. You can style however you want. This is v5.
|
|
|
inherit
tunesrcoolii@gmail.com
86185
0
Oct 3, 2013 8:48:20 GMT -8
tunescool
4,399
August 2006
tunescool
|
Post by tunescool on Feb 12, 2013 18:35:29 GMT -8
well how did you do that, i didnt know you could
|
|
inherit
Graphics Ninja
3
0
Nov 19, 2012 12:17:26 GMT -8
Ryan Roos
Wordsmyth
35,133
November 2003
ryan
|
Post by Ryan Roos on Feb 13, 2013 8:23:44 GMT -8
I coded it by hand. But honestly you could do most of it just by using the Visual Editor and making a table.
[table style="border-collapse:separate;border-spacing:5px;width:100%;"] [tbody] [tr]
[td style="padding:4px;vertical-align:top;"][i][font face="trebuchet ms"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.[/font][/i] [/td]
[td style="padding-left:200px;"][div align="right"][font size="4"][b][font color="7b19e6"][div align="left"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.[/div][/font][/b][/font][/div] [/td]
[/tr] [tr]
[td style="padding-left:60px;"]<< 60 pixels of padding right here. Inside the same table as everything else. [b][font color="f30b0b"]You can pretty much do everything that you mentioned in every single way already using tables. We wouldn't implement another way. We currently follow web standards. The way to currently do it is the correct way. Any other way wouldn't be. This whole table took me about 3 minutes. I am not a skilled coder. We can't make a standard any [font color="f30b0b"]easier[font color="f30b0b"], it's the standard.[/font][/font] [/font][/b] [/td]
[td style="padding:4px;"][div align="right"]You can align things however you want. [font size="3"]You can justify however you want.[/font] [font size="4"]You can style however you want.[/font] [b][font size="5"]This is v5[/font][/b].[/div] [/td]
[/tr] [/tbody] [/table]
It's just a table with different styles applied to it. You problem may just be that you haven't looked into CSS styling very much.
Once we get closer to launch articles will start appearing in the help guide. Many of these will explain how to do different styles. Including articles about all the supported BBCode.
|
|
inherit
tunesrcoolii@gmail.com
86185
0
Oct 3, 2013 8:48:20 GMT -8
tunescool
4,399
August 2006
tunescool
|
Post by tunescool on Feb 13, 2013 8:54:41 GMT -8
thanks ryan, ill look it over and i should be able to come up with some templates for whatever i need it for
|
|