HTML code for one of your Web pages

This section is for ideas to improve our Forum.
Post Reply
DuckyM
Newbie
Newbie
Posts: 2
Joined: Sat Aug 08, 2009 8:36 pm

HTML code for one of your Web pages

Post by DuckyM »

Hello, Bill:

Here is the source code I'm getting from your page at http://humanianity.com/humanianity/humbeliefs.php :

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>


<head>
<meta charset="utf-8" />
<title>Participating in Humanianity</title>
<style type="text/css">
body {font-family: Arial, "Helvetica Neue", Helvetica, sans-serif; }
span.c27 {color: blue; font-size: 22pt; font-weight: bold; line-height: 1.3em }
span.c26 {font-size: 16pt; line-height: 1.3em; }
span.c25 {text-align: center; color: red; font-size: 36pt; line-height: 1.3em }
span.c24 {color: blue; font-size: 10pt; line-height: 1.3em }
span.c23 {color: red; text-decoration: underline }
span.c22 {color: blue; font-size: 10pt; line-height: 1.3em }
span.c21 {text-align: center; color: blue; font-size: 16pt; line-height: 1.3em }
div.c20 {overflow: auto; padding: 8px }
span.c19 {font-size: 18pt; line-height: 1.3em; }
span.c18 {color: blue; font-size: 18pt; font-weight: bold; line-height: 1.3em }
span.c17 {color: blue; font-size: 16pt; line-height: 1.3em }
a.c16 {font-weight: bold }
span.c15 {color: blue; text-decoration: underline }
span.c14 {color: red; }
ul.c13 {margin-top: 0; margin-bottom: 0; font-size: 14pt; }
span.c12 {color: blue; font-size: 18pt; font-weight: bold; line-height: 1.3em }
span.c11 {color: red; font-weight: bold }
div.c10 {font-weight: bold; text-align: center }
div.c9 {text-align: center }
span.c8 {font-size: 18pt; line-height: 1.3em; }
span.c7 {color: red; font-size: 18pt; line-height: 1.3em }
span.c6 {color: blue; }
span.c5 {color: red; font-size: 18pt; font-weight: bold; line-height: 1.3em }
span.c4 {color: blue; font-weight: bold }
span.c3 {color: red; font-size: 18pt; font-weight: bold; line-height: 1.3em }
span.c2 {color: red; font-size: 24pt; font-weight: bold; line-height: 1.3em }
span.c1 {color: red; font-size: 54pt; font-weight: bold; line-height: 1.3em }
//#header {position:fixed; left:0; top:0; z-index:999999; background-color:#c6c6ff;float:both; width:100%;font-size: 0pt; line-height: 1.3em; }
#footer {position:fixed; left:0; bottom:0; z-index:999999; background-color:#c6c6ff;float:both; width:100%;font-size: 16pt; line-height: 1.3em; }
div.scroll {width:1250px; height:400px; overflow:scroll; }
</style>

<script type="text/javascript">
function stopRKey(evt)
{
var evt = (evt) ? evt : ((event) ? event : null);
var node = (evt.target) ? evt.target : ((evt.srcElement) ? evt.srcElement : null);
if ((evt.keyCode == 13) && ((node.type=="text") || (node.type=="password"))) {return false;}
}
document.onkeypress = stopRKey;
</script>

<script language="javascript" type="text/javascript">
function countChars(textbox, counter, max) {var count = max - document.getElementById(textbox).value.length; if (count < 0) {document.getElementById(counter).innerHTML = "<span style=\"color: red;\">" + count + "</span>"; } else {document.getElementById(counter).innerHTML = count; } }
</script>


</head>

wvanfleet
Administrator
Administrator
Posts: 165
Joined: Wed Mar 25, 2009 3:34 pm

Re: HTML code for one of your Web pages

Post by wvanfleet »

I just came across this post. There has been much new development of the Belief Manual since then. What you see as HTML is probably less than 2% of the code generating the website. I'm not sure (or recalling) why you have posted it. But thanks for your interest.

Post Reply