Tagged: Layout elements, style
Hi. I need to figure out how I can wrap some layout elements in a div or apply a style to them. I need to do this with several areas of the home page. For example, I need to wrap the 3/5 size (see links) in a div or simply apply a style to it to give it a border.
Thanks!
Hey melissahodge!
Those are textblock elements correct? You can add the div inside the textblock.
<div class = "customClass">Your text goes here.</div>
And then style it like so.
.customClass { }
Regards,
Elliott
Hi. No, they are not text block elements; they are layout elements. Will you please review the info and photos I sent?