Hello, Is there a way to have a grid displayed with vertical lines drawn?(css, set a property values, etc) Thank you! |
Thank you Serdar, So, I've created a file mycss.css in myapp/css directory, then I've edited application in Formspider IDE and filled Custom CSS with my filename, run the application and had grid drawn with red border, as your code instructs. The problem is, now I cannot change the color of vertical lines, they are always RED, even so I've changed the color name in mycss.css, I've restarted tomcat along with my computer... The only change I am able to do is to remove my filename from Edit Application Dialog, and in this situation no lines are displayed. But if I use the same css code you've put here, with blue color, instead of red, the color of lines is stil red. :((. This is not a big issue, but it would be nice to solve it. Thank you, Cezar |