Hi again.. new issue.. I hope it will be simple to correct this time..
This is the fact: I have a simple html text tagged <p> but in the middle of this text I have an <li> ok? After this <li> I need to go on with the normal html text but this second part of the text goes sooo down to the page... don't know why, I'm gonna paste the code:
Hi TheDoc thx but the problem is that the second part of the text, after the <ul> etc... goes down the page.. as it has got a big margin on it... just wondering why... this second part goes over the image.. over the div...
I need to give an id to the sec <p> .. ow ca I do it? I know this is the basic of css...
Because if I delete that { margin-top: 20$ } all the text rises up, but if I try to put it down again then the sec part of the text, also tagged <p> after the <ul> <li> go down too but for its own... adding a margin more.. do you know what I mean..
--- I need to move the text as a unique block of text.. that's it..
This is the fact: I have a simple html text tagged <p> but in the middle of this text I have an <li> ok?
After this <li> I need to go on with the normal html text but this second part of the text goes sooo down to the page... don't know why, I'm gonna paste the code:
Thanks!!
<ul>
<li>Item1</li>
<li>item2</li>
<li>etc...</li>
</ul>
#div_name p {
margin-top: 20%;
}
Because if I delete that { margin-top: 20$ } all the text rises up, but if I try to put it down again then the sec part of the text, also tagged <p> after the <ul> <li> go down too but for its own... adding a margin more.. do you know what I mean..
--- I need to move the text as a unique block of text.. that's it..
.something {
styleing here
}
The li tag is for lists.