OZONE Asylum
Forums
XML - XSL - XSLT - XHTML - CSS - DOM
seems simple, but...
This page's ID:
10545
Search
QuickChanges
Forums
FAQ
Archives
Register
Edit Post
Who can edit a post?
The poster and administrators may edit a post. The poster can only edit it for a short while after the initial post.
Your User Name:
Your Password:
Login Options:
Remember Me On This Computer
Your Text:
Insert Slimies »
Insert UBB Code »
Close
Last Tag
|
All Tags
UBB Help
I have a small "dictionary" on my one of my pages, and all works right, except that NN (v4.75?) will not bold one column of data. IE5.5 works fine. This bit of data only shows up when the first letter changes. I am using 4.75 because we are bundled in the communicator/messanger/navigator package and cannot upgrade to 6 because it will not work with communicator (nice enigineering netscape!). I would let you look at it but it is on our test server. Do any of you see anything I am missing? It looks real bad because it is right next to stuff that actually uses the style tag right. I tried the working style tag and it did not work there, only the color changed. It looks atrophied and puny. thanks for your time. WCR one <head> <title>species dictionary</title> <style> div.h2{font:bold 11pt "Souvenir Lt BT", helvetica, arial; color:#FFFFCC; line-height:100%} div.header{font: bold 10pt helvetica, arial, "sans serif"; color:#eee8aa} div.body{font: bold 10pt helvetica, arial; color:#fff8dc} div.bodyL{font: bold 10pt helvetica, arial; color:#eee8aa} a:link {font: bold 8pt helvetica, arial, "sans serif"; color:#DEC65A; text-decoration:none} a:visited {font: bold 8pt helvetica, arial, "sans serif"; color:#BAB990; text-decoration:none} a:hover {font: bold 8pt helvetica, arial, "sans serif"; color:#F9F9C7; text-decoration:none} </style> </head> <body bgcolor="#16498F"> <table cellpadding =0 cellspacing=4> <div class=h2>List of Species and Common Names</div><br> <tr> <td></td> <td><div class=header>Scientific Name</div></td> <td> </td> <td><div class=header>Common Name</div></td> </tr> <cfoutput query="qrySpeciesDict"> <tr> <td> <div class=bodyL>#qrySpeciesDict.Alpha#</div> !!!!!this does not bold in NN!!!!!!!!!!! </td> <td> <div class=body>#qrySpeciesDict.ScientificName#</div> </td> <td> </td> <td> <div class=body>#qrySpeciesDict.CommonName#</div> </td> </tr> </cfoutput> </table>
Loading...
Options:
Enable Slimies
Enable Linkwords
« Backwards
—
Onwards »