Topic: seems simple, but... (Page 1 of 1) Pages that link to <a href="https://ozoneasylum.com/backlink?for=10545" title="Pages that link to Topic: seems simple, but... (Page 1 of 1)" rel="nofollow" >Topic: seems simple, but... <span class="small">(Page 1 of 1)</span>\

 
wcr one
Paranoid (IV) Inmate

From: seattle
Insane since: Mar 2001

posted posted 03-30-2001 17:33

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>&nbsp;&nbsp;</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>&nbsp;&nbsp;</td>
<td>
<div class=body>#qrySpeciesDict.CommonName#</div>
</td>
</tr>
</cfoutput>
</table>

mr.maX
Maniac (V) Mad Scientist

From: Belgrade, Serbia
Insane since: Sep 2000

posted posted 03-30-2001 17:48

I've just checked your page in NN4.76 and the text inside <div class=bodyL></div> was bolded (I also tried putting some dummy text there and it was bolded, too)...

wcr one
Paranoid (IV) Inmate

From: seattle
Insane since: Mar 2001

posted posted 03-30-2001 19:20

Ahhh mr. max you are so right.

for some reason I did not think about putting plain text in that spot for a test. You could not tell, but this was part of a frame with internal links to the Alpha data. so the problem (for nn) was that I had included the tag/data (e.g. <a href "a">A-</a> ) in the database field itself. with the div tag outside of this (somewhat hidden) anchor tag, the anchor tag style overrode the div style tag. it all seems so obvious now.

thanks for the help

wcr one



Post Reply
 
Your User Name:
Your Password:
Login Options:
 
Your Text:
Loading...
Options:


« BackwardsOnwards »

Show Forum Drop Down Menu