User Portlet User Portlet

Discussions
Thanks Mike. That fixed the problem!
Well, that makes sense (no pun intended). Thanks for the explanation Sean.
Kuba, Your alternative seems to be a better choice for Grid. The following does not work: Grid[{StringJoin /@ Partition[ RandomChoice[Characters["abcdefghijklmnopqrstuvwz"], 200], 50]}, Frame -> All] ...
Oh! That would explain it. Thank you!
When using SendMaiI, I set the option to store a password when the dialog box appeared, but it appears that credential is not being accepted by the SMTP server. I haven't been able to find any documentation on how to change it. Using ...
I'm using a built-in Notebook style "Equation" from the "Book/Textbook.nb" stylesheet. When entering fractions, the space between the bottom of the text in the numerator and the fraction line is too large. I've searched the Option Inspector and...
It can be seen in the Option Inspector: Formatting Options->PrivateFontOptions, for example.
Unfortunately, no. CellMargins affects the space to the left, right, top and bottom of a cell. I want to affect the line/paragraph spacing within an input cell.
I use Mathematica to create a set of Grade 10 math notes that go on my website. I use Grid (and Text) to create a formatted table that provides the links to the PDFs (100+ topics). You can see the result here [1]. Prior to 11.2, the Export...
I'm using the Grid function to create a formatted table (which includes hyperlinks) report = Grid[...] and I'm exporting it using Export[NotebookDirectory[],report,"HTML"] but I can't get the image resolution to be higher than...