Quote:
|
You say "read your questions and examples" and things should be apparent, lol. I am sorry but it isn't
|
Quote:
From post#4
it is selecting up to the last numeric if it exists (or the closing quote)
|
Quote:
|
----- i don't want to input just numebrs. I require the client to enter a link url name which may be a combination of numeric and chr.
|
Obviously you can't do this with the value attribute and a <li> element. Unless you ensure the format of the inserted value is always
Code:
value="[name][number]"
with a optional space between name & number.
Even then don't try to validate the page code because it will fail.
2 possible choices that I can see;
1/ add an attribute of your own into the element.
2/ use a different attribute (title would be my choice)
__________________
Chris. ->> Links are advertising NOT optimising!! <<-
A foolish consistency is the hobgoblin of little minds
Thought for today:- I SEO the only industry where all the cowboys are Indians?
|