function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Alexandra KesmanAlexandra Kesman 

Jira Collector Button Styling [Apex] help needed

Hello friends!

I need a little bit of help with a custom apex page that is a homepage component. 

We are using a Jira issue collector button and have placed in on our homepage. 

I've just got the basics, and I've tried going in and adding <div> style = Center, etc. code and just keep getting errors. 

Ideally I'd love some help with both making sure the 'button' element is centered, and also give a little space above the button so it's not attached to the homepage element above it. And also, I'd like to add some instruction text above the button. 

Thanks in advance for any help you can give to make this look pretty! 

Current code is: 
<apex:page >
<script type="text/javascript" src="https://bidclerk.jira.com/s/d41d8cd98f00b204e9800998ecf8427e-T/-r75bm5/b/c/c8a734256c6dd2d1e4344e119e50264f/_/download/batch/com.atlassian.jira.collector.plugin.jira-issue-collector-plugin:issuecollector/com.atlassian.jira.collector.plugin.jira-issue-collector-plugin:issuecollector.js?locale=en-US&collectorId=ff8d6acc"></script> </apex:page>