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 Re: [Solved] No

…test…

on screen

#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;’