Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Control HTML code in serverside javascript

Status
Not open for further replies.

minehousman

IS-IT--Management
Jan 25, 2004
2
NZ
Hi I am linking to a serverside script that contains html for defining an unordered list. Can anyone tell me is there a way that I can overide this as I do not want the bullet points to appear on the page. The link to the script is <script language="JavaScript" src="
 
use css

<style type="text/css">
li {list-style-type:none;}
</style>


=========================================================
-jeff
try { succeed(); } catch(E) { tryAgain(); } finally { rtfm(); }
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top