taylorantone
MIS
Any suggestions on this one? I'm still waiting on content from the site owner to finish it. But any comments you have would be easier to take care of now instead of later.
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Here's the best way (I think) to put includes into your page whilst retaining maximum flexibility:The site currently includes the entire header...
<!DOCTYPE html PUBLIC "-//W3C//DTD xhtml 1.0 strict//EN" "[URL unfurl="true"]http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">[/URL]
<html lang="en" xml:lang="en" xmlns="[URL unfurl="true"]http://www.w3.org/1999/xhtml">[/URL]
<head>
<title>Donna Omar - Your Realtor in Midland, Texas - Welcome</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<!--#exec cgi="/cgi-bin/head.pl" -->
</head>
<body>
<!--#exec cgi="/cgi-bin/top.pl" -->
<h2>Welcome</h2>
<p>This is where you'd put the unique content of the page.</p>
<!--#exec cgi="/cgi-bin/bottom.pl" -->
</body>
</html>