Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS [Solved] No <p>…test…</p> on screen

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #29698
    hotrun
    Member

    Hi to all

    I cannot find the reason why this test is not printed on screen:

    Code:

    Ivo e Alessandra ‘con la partecipazione del piccolo Matteo’

    preparano serate a tema pensate per clienti
    curiosi e creativo in cerca di nuovi sapori, sapori ovviamente accompagnati da vini e da birre scelti con cura.
    Ogni serata รจ ispirata a piatti italiani o esteri

    Page here: http://www.sqweebyweb.altervista.org/La … a_tema.htm

    Thank you…

    #80226
    jamygolden
    Member

    You have this in your css:

    Code:
    p {
    color:#333333;
    float:right;
    font-size:16px;
    left:-30px;
    margin:0;
    position:relative;
    text-align:justify;
    top:-450px;
    width:400px;
    }

    Remove ‘top:-450px;’

    #80221
    hotrun
    Member

    Oops… many thanks!!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘CSS’ is closed to new topics and replies.