Example of View Page Source Code Code: <html> <head> <title></title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <style type="text/css"> @import "tickertape.css"; </style> <SCRIPT TYPE="text/javascript"> <!-- function popup(mylink, windowname) { if (! window.focus)return true; var href; if (typeof(mylink) == 'string') href=mylink; else href=mylink.href; window.open(href, windowname, 'width=560,height=400,scrollbars=yes'); return false; } //--> </SCRIPT> </head> <body bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0"> <!-- ImageReady Slices (Untitled-1) -->
Are view "page source" code and index.php the same?
10
Example of View Page Source Code
Would the index.php file for above site look identical?
Finally -if I made modifications to a php file and it's messed up - is there some freeware software or website that can 'check the code to see where the errors are?
I'm sure I just deleted a > or something....
Here's my not so eMazng at the moment site - if the view source code is enough info.
emazng
MostlyHarmless
Code:
<html>
<head>
<title></title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css">
@import "tickertape.css";
</style>
<SCRIPT TYPE="text/javascript">
<!--
function popup(mylink, windowname)
{
if (! window.focus)return true;
var href;
if (typeof(mylink) == 'string')
href=mylink;
else
href=mylink.href;
window.open(href, windowname, 'width=560,height=400,scrollbars=yes');
return false;
}
//-->
</SCRIPT>
</head>
<body bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<!-- ImageReady Slices (Untitled-1) --> Would the index.php file for above site look identical?
Finally -if I made modifications to a php file and it's messed up - is there some freeware software or website that can 'check the code to see where the errors are?
I'm sure I just deleted a > or something....
Here's my not so eMazng at the moment site - if the view source code is enough info.
emazng
MostlyHarmless
- Lloyd Buchinski
- NetMan
- [1] reply
- krikkod
- Heidi White
- [2] replies
- Heidi White
- Heidi White
- mattcruzanderson
- Manfred Ekblad
Next Topics on Trending Feed
-
10