Forums

Display; block- I need help with this terminology (3 posts)

  1. 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

  2. zoonini
    help me help you
    Posted 11 months ago #

    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.

  3. Knut Sparhell
    Member
    Posted 11 months ago #

    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.

Reply

You must log in to post.

About this Topic