Can any one tell me is this <ul id="MenuBar"> Closed with this </div> if not what closes it. Thanks Jeff
In X/HTML documents,
<ul> tags are closed with </ul> tags.
<li> tags are closed with </li> tags.
<p> tags are closed with </p> tags.
<div> tags are closed with </div> tags.
<form> tags are closed with </form> tags and so on...
Nancy O.
Copying & pasting code into email doesn't work. You'll need to use the web forum or post a link to your problem page.
Hi Nancy it’s not really a problem, the info you gave me the first time sorted it, I was just a bit puzzled with the extra div end, everything works ok and it validates so I’m not too worried thanks anyway Jeff