Element Hiding Help
Posted: Sun Dec 09, 2007 2:53 pm
I've never really bothered with element hiding up to now, But I want to clean up my Credit Card prociders statement.
Looking at the source (I do not understand HTML), the part I am struggling to hide is something like
There are no attributes in the fieldset, ul or li tags. I cannot hide all li tags as there are a load of "li id=????" tags. All the "li id=" tags are within ul and div tags, so the combination fieldset, ul, li is unique. Is there any way to hide li tags which do not have the id= attribute?
Can anyone help?
Looking at the source (I do not understand HTML), the part I am struggling to hide is something like
Code: Select all
<fieldset>
<ul>
<li>
stuff here
</li>
</ul>
<fieldset>
Can anyone help?