HTML Hyperlink tags and word-wrap padding fix
Recently, I noticed when I have the following code, my text wraps and ignores my padding for the second line. <style> .menuItemLvl2 { Padding-left: 24px; } </style> Restructuring & Recapitalization I wanted the hyperlink a tag to wrap and respect the padding. I also had highlighting on the A hyperlink tag for :hover state, so … Read more