• 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

Viewing 2 replies - 1 through 2 (of 2 total)
  • 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.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Display; block- I need help with this terminology’ is closed to new replies.