The online racing simulator
button text breakline
hi. how to make a new line in button text?
Because I am not allowed to link to the illegal stuff where you are active in.. Just this;
https://www.lfs.net/shop

Be ashamed.

--
As for your question; it doesn't exist.
The only way to acheive this is by creating a 2nd button, if you want them to visually appear as the same button, you'll need to make 3 buttons, 1 being the background, and 1 being the first line, and another being the second line. kinda like this:


<?php 
$T 
10;
$L 10;
$W 25;
$H 12;
$ButtonOne = new Button($this->UCID'btnBG''Example')->T($T)->L($L)->W($W)->H($H)->BStyle(ISB_DARK)->Send();
$ButtonTwo = new Button($this->UCID'btnText1''Example')->T($T+1)->L($L+1)->W($W)->H(5)->Text("Line 1")->Send();
$ButtonThree = new Button($this->UCID'btnText2''Example')->T($T+6)->L($L+1)->W($W)->H(5)->Text("Line 2")->Send();
?>


FGED GREDG RDFGDR GSFDG