un wanted P element
Hi,
I think you are used <p> element with in <p>. So kindly check this. this not allowed.
Second one is link problem,
You have to create id first. If idref's called in in same file, you have code: <a href= #id">----</a>. if other file <a href= 1.html#id">---</a>.
|