[Solved] style PHP error message [closed]

[ad_1]

Your id’s must be unique throughout the form. Only give an id to the ul <ul id="myUL"> and use css like:

<style type="text/css">
  #myUL {
    style_att: style_att_val;
  }

  #myUL li {
    style_att: style_att_val;
  }
</style>

or put it in a css file and link to it.

0

[ad_2]

solved style PHP error message [closed]