Virtual Mechanics: Community Forums and FAQs
Virtual Mechanics: Community Forums and FAQs
Feature Requests
Text Box Indentation|
Go
![]() |
New
![]() |
Find
![]() |
Notify
![]() |
Tools
![]() |
Reply
![]() |
|
|
Junior Mechanic |
Is there a way to indent text in a box? I know I can draw a rectangle/square around the txt box to leave some room between the text and the background, but that doesn't work well when I use the auto-scroll box. Also, if I put a large outline on the text box it cuts off the text characters around the edges.
|
||
|
|
Guru 'Geezer' Mechanic |
You cannot indent a text object, but using CSS code you can adjust the padding and/or margins around a text object. This will give the same effect as indenting.
If you can be a bit more specific, someone can give you the exact code you need. Or you can check out the w3school CSS tutorial pages (CSS Margin and CSS Padding). |
|||
|
Guru 'Power' Mechanic![]() |
Try this as a Code Object on your pages (change the padding from 6 pixels (px) each side to whatever other value you want):
<style type="text/css">
.dfltt{padding-left:6px; padding-right:6px}
</style> |
|||
|
|
Junior Mechanic |
Bruceee - works great ... thanks very much!
|
|||
|
| Powered by Eve Community |
| Please Wait. Your request is being processed... |
|

