Forum Moderators: Robert Charlton & goodroi
I need your input if the following would raise any unwanted flags:
I would like to do have a webpage where the content is displayed in the folowing format:
"Today was such a beatuiful Day. It was very sunny the forcast
was to 90 degrees but its in the low 70's. I wish more"
When a user/bot follows the more link:
the entire text would appear like this:
"Today was such a beatuiful Day. It was very sunny the forcast
was for 90 degrees but its in the low 70's. I wish it would be a little bit more hot so I can enjoy the beach weather. I love the beach."
The code will be something like this:
<td id="mylayer">Text area 1<a href="" onclick="showlayer(); return false;">More</a></td>
<td id="myfulllayer">Text area 1 plus text area 2</td> Essentially, the page first shows "Text area 1" upon load with a link for "More." Once that link is clicked, "Text area 1" expands to incorporate "Text area 1 plus text area 2."
Now the question is that would this be an issue? Some webmaster may abuse this menthod but this is something that I would liek to do legit but before doign so would it hurt.