The code I am referring to is placed into an article. The address for it without SEF does begin with index.php?.
The code before is something like this.
<html>
.menutitle{
cursor:pointer;
margin-bottom: 5px;
background-color: black;
color: dodgerblue;
width: 750px;
padding:2px;
text-align:left;
font-weight:normal;
}
.submenu{
margin-bottom: 0.5em;
}
......
</html>
Afterward, the html tag is completely removed (why I said stripped), and just looks like this.
.menutitle{
cursor:pointer;
margin-bottom: 5px;
background-color: black;
color: dodgerblue;
width: 750px;
padding:2px;
text-align:left;
font-weight:normal;
}
.submenu{
margin-bottom: 0.5em;
}
Is there any way to get it to exclude that specific article or will I need to try uploading it as an individual page without the index.php? in the URL?