momsheadquarters
Member
Posted 11 months ago #
I am trying to write content with embedded links that are fluid with the paragraph text. However, everyt ime I display a link it shows up on it's own line.
I read somewhere that this has something to do with the display; block function int he stylesheet.
How do I go about fixing this issue. What are my other option for replacing the display; block.
Please help!!! newbie here
display: inline is the "opposite" of display: block
If you need further help, please post a link to a page where you're having this issue. Thanks.
If a elements are styled with display: block, yes this will be the visible result. The default style is display: inline. Either remove the display entirely or replace block with inline.