alright, I want to have a layout like this for a part in a page:
Choose a sub section:
<SPACE, like you were to press ENTER>
TEXT < click the text, the text is the link, but is not underlined with the blue hyperlink line
BLAH BLAH BLAH text under the link
---------------------------------solid line-------------------------
<SPACE, like you were to press ENTER>
TEXT < click the text, the text is the link, but is not underlined with the blue hyperlink line
BLAH BLAH BLAH text under the link
---------------------------------solid line-------------------------
I do this but can't get it to work, and when I apply the <br> the links are removed.
I've tried many attempts this was my last one:
<p>Please select a sub destination:</p>
<p><br>
<a STYLE="text-decoration:none" href="aboutscv.php">About SCV</a></p>
<p> A brief overview of the county of Santa Calrita.</p>
<p><hr><br>
<a STYLE="text-decoration:none" href="aboutwebsite.php">About this site</a></p>
<p> Detailed info about everything on this site. Explains navigation options, special icons, and much more.</p>
<p><hr></p>
the line doesn't show, and the links aren't links, but spaces are good.
thanks~