2
Ok, I posted too soon. I found my problem. I was trying to submit text that looked like:
•Server Home Page: https://|:2200
•NetWare Remote Manager: https://|:8009
•iManager: https://|/nps
•HP Web-Based Mgmt.: http://:2301
but it didn't like the references of https and < > | ...
So, I had to change it to:
<li>Server Home Page: [url=https://server name or IP address:2200]https://server name or IP address:2200[/url]
<li>NetWare Remote Manager: [url=https://server name or IP address:8009]https://server name or IP address:8009[/url]
<li>iManager:[url=https://server name or IP address:nps]https://server name or IP address:nps[/url]
<li>HP Web-Based Mgmt.: [url=https://server name or IP address:2301]https://server name or IP address:2301[/url]
Is there a way to make my original reference work?