Forum Discussion
_anomDiebolt_
8 years agoQrew Elite
let me screenshot that for you!
_anomDiebolt_
8 years agoQrew Elite
It is disorienting to look at with such a large font but I assume that is a report that is on the home page and it just has one record, one field and jumbo content. I need to see the HTML that immediately surrounds the HTML of your formula.
Using Chrome hover the mouse over "Check In" and right click and select Inspect. This will bring up the Chrome Developer tools on the Elements tab and highlight the HTML element associated with where you pointed the mouse. You might land on the <a>, <b> or <p> tag or something very close to it.
Now crawl up the HTML tree looking for a container element probably a <table> element. Right click on this <table> element and select EDIT AS HTML. You will see something like this where you could edit the HTML within the <table> tag:
Copy this HTML and post it via a https://pastebin.com/ or email me it as a text file.
Despite seeing your formula I need to see exactly what is in the page surrounding your formula to know what CSS to apply to shrink the space. The end result will probably be a formula text with some HTML allows and one of those crazy OEH (On Error HTML) formulas.
Using Chrome hover the mouse over "Check In" and right click and select Inspect. This will bring up the Chrome Developer tools on the Elements tab and highlight the HTML element associated with where you pointed the mouse. You might land on the <a>, <b> or <p> tag or something very close to it.
Now crawl up the HTML tree looking for a container element probably a <table> element. Right click on this <table> element and select EDIT AS HTML. You will see something like this where you could edit the HTML within the <table> tag:
Copy this HTML and post it via a https://pastebin.com/ or email me it as a text file.
Despite seeing your formula I need to see exactly what is in the page surrounding your formula to know what CSS to apply to shrink the space. The end result will probably be a formula text with some HTML allows and one of those crazy OEH (On Error HTML) formulas.