Borders on Text Areas

BlitzPlus Forums/BlitzPlus Programming/Borders on Text Areas

3Ddoofus(Posted 2003) [#1]
Hi Folks,
Is it possible to remove the border on a text area or should I be using a different command to display a block of text? The text will not be changed. I tried using a label but the background is grey is it possible to change the colour?
I'm new to this so go easy on me!
Many thanx in advance


3Ddoofus(Posted 2003) [#2]
Anyone any ideas? Help, Please!


Nathan(Posted 2003) [#3]
If you want a text without a border, but with a background color you cannot use the label or textarea gadget. You could use the HTMLgadget, but this is a little more complicated since you would have to do some HTML.


Wiebo(Posted 2003) [#4]
I would make a canvas, use clscolor to set the color, and use text to print your characters


3Ddoofus(Posted 2003) [#5]
Thanks for the advice I will give it a go.
I've been away for a few days so this is the first chance I've had to read your replies.
Thanks again