shirch Posted May 9, 2017 Share Posted May 9, 2017 I was wondering if there is a code that can be used to add a border around certain page elements to bring attention to them of add a border between the columns in the Tab elements. Thank you for your help! Link to comment Share on other sites More sharing options...
docnzok Posted May 11, 2017 Share Posted May 11, 2017 Shirch Are you comfortable with adding a little code to your page? To accomplish this, we would add some CSS code to the page (or pages that you want the borders to appear) and then add code to the elements that you want the border around. You mentioned you only want it around certain ones, but you could also add teh code one time and have all the elements on the page have the border. Let me know if you are comfortable adding code and I will show you how to do it. Not that hard actually. You have to show me what you want it to look like (thick border, color, rounded corners etc) Mark Link to comment Share on other sites More sharing options...
shirch Posted May 11, 2017 Author Share Posted May 11, 2017 Mark, Yes I am comfortable with adding code, I have tried to do a little research on how to do it with no success. It would be nice to be able to set up different CSS Classes for the different borders. I am open to all suggestions then I am able to play with it, Left &/or right border, thick and round would all be good. Is there somewhere you would suggest to look at how to do all those kind of things. Link to comment Share on other sites More sharing options...
docnzok Posted May 13, 2017 Share Posted May 13, 2017 Shirch So I am hoping this is what you are going for... If it is, it's really simple. Just add this code to the options/head code/ Single Page <HEAD> Code section <style> .hltextbox { border-left:solid red 5px; padding: .25cm; } </style> AND THEN... add a text box, and ensure you add the ''hltextbox'' in the Custom CSS Class. Let me know if you need anything else or some other modifications.. Color, width of the color bar or distance that the text is from the color bar. You can also modify the bar to be on the top or bottom as well. Mark Link to comment Share on other sites More sharing options...
shirch Posted May 15, 2017 Author Share Posted May 15, 2017 Mark, Thank you for your help, cant wait to start trying this out. Link to comment Share on other sites More sharing options...
docnzok Posted June 13, 2017 Share Posted June 13, 2017 Shirch Hey just following up with you on the CSS. Have you tried it yet and did it work ok. Send me a page link where you tried it so I can see how it looks on your page! Mark Link to comment Share on other sites More sharing options...
Question
shirch
I was wondering if there is a code that can be used to add a border around certain page elements to bring attention to them of add a border between the columns in the Tab elements.
Thank you for your help!
Link to comment
Share on other sites
5 answers to this question
Recommended Posts
Archived
This topic is now archived and is closed to further replies.