Chrome Browser Issue

problem: for h3 tag then p tag then a tag in Android Chrome browser the text is displayed too small

SOLUTION IS ADDING AN ACTUAL SPACE BETWEEN THE     AT THE END OF THE FIRST LINK AFTER THE HEADING TAB THUS
BAD:    
GOOD:      OR     

discovered by:
[maybe need three and must have space after first or second?]
[three   with no spaces and no space in header shows problem]
[three   with no spaces and with space in header shows problem]
[three   with spaces BEFORE FIRST ONLY and with NO space in header shows problem]
****** soln ----> [three   with spaces AFTER FIRST ONLY and with NO space in header DOES NOT show problem] ****** soln
****** soln ----> [three   with spaces AFTER SECOND ONLY and with NO space in header DOES NOT show problem] ****** soln
[three   with spaces AFTER THIRD ONLY and with NO space in header shows problem]

NOTE: SOLN WORKS FOR H2 TAG AS WELL

workaround:
in android chrome browser this will display small, but adda </P><P> at the end of the Chagrin flow line and it renders at the correct larger size; it isn't the links as using the first line for all three lines still shows the problem

GOOD:
<h3>OH streams&nbsp;&nbsp;&nbsp; </h3>
<P><A HREF="http://waterdata.usgs.gov/nwis/uv?04209000">Chagrin flow</A>&nbsp;&nbsp; &nbsp;
<A HREF="http://water.weather.gov/ahps2/hydrograph.php?wfo=cle&gage=wbyo1">with flood stages</A>&nbsp;&nbsp;
<A HREF="http://www.angelfire.com/oh5/crsa/">Chagrin River Salmon Assn</A>&nbsp;</P>

BAD:
<h3>OH streams&nbsp;&nbsp;&nbsp;</h3>
<P><a href="http://waterdata.usgs.gov/nwis/uv?04209000">Chagrin flow</a>&nbsp;&nbsp;
<a href="http://water.weather.gov/ahps2/hydrograph.php?wfo=cle&gage=wbyo1">with flood stages</a>&nbsp;&nbsp;&nbsp;
<a href="http://www.angelfire.com/oh5/crsa/">Chagrin River Salmon Assn</a>&nbsp;&nbsp;&nbsp; </P>

<p>

-------------------------------------------------------------------------------
this renders correct size, I believe all I changed was the case of the tags
<h3>OH streams&nbsp;&nbsp;&nbsp; </h3>
<P><a href="http://waterdata.usgs.gov/nwis/uv?04209000">Chagrin flow</a>&nbsp; &nbsp;&nbsp;&nbsp;
<A HREF="http://waterdata.usgs.gov/nwis/uv?04209000">Chagrin flow</A>&nbsp; &nbsp;
<A HREF="http://waterdata.usgs.gov/nwis/uv?04209000">Chagrin flow</A> &nbsp;</P>

 

----------------------------------------------------------------------------------------------------
confounding why this one show at correct size
<h3>NY streams &nbsp;&nbsp;&nbsp; </h3>
<P><a href="http://www.dec.ny.gov/regs/4026.html">NY fishing regulations</a>&nbsp; &nbsp;&nbsp;&nbsp;
<A HREF="http://www.lakeontariooutdoors.com/webcams">salmon river webcam</A>&nbsp; &nbsp;
<A HREF="http://www.dec.ny.gov/outdoor/9223.html">lead in NY</A> &nbsp;</P>
<HR ALIGN="CENTER">

 

----------------------------------------------------------------------------------------------------

SOMETHING WRONG WITH THIS LINE
<a href="http://water.weather.gov/ahps2/hydrograph.php?wfo=cle&gage=wbyo1">with flood stages</a>&nbsp;&nbsp;&nbsp;

STILL WRONG:
<p>
<a href="http://waterdata.usgs.gov/nwis/uv?04209000">Chagrin flow</a>&nbsp;&nbsp;
<a href="http://waterdata.usgs.gov/nwis/uv?04209000">Chagrin flowX</a>&nbsp;&nbsp;
<a href="http://www.angelfire.com/oh5/crsa/">Chagrin River Salmon Assn</a>&nbsp;&nbsp;
</P>

 

 


 

last updated:    Thu 2016-09-29 7:02 AM