Log in

View Full Version : Above the flash box has the name of my file and beside it, highlighted in yel


Scotty13
May 20, 2011, 04:40 AM
I'm building a social network website and have several pages done. All the pages are fine when tested in my browser.

I recently had to go back and redo my header, renamed it, etc. Everything is good. Now….

The header (F (flash) - gray box), sorry new to all this, is the only thing that shows when I go to Design Mode. Unless, if I click on “File” & “Save As” then everything appears, until I change ONE thing and it goes back to gray flash box.

Above the flash box has the name of my file and </head> beside it, highlighted in yellow.

Can anyone please help me fix this?

Thanks in advance,
Scotty13

RickJ
May 20, 2011, 05:02 AM
1. What app are you using to build the site?
2. Can you share a link so that others can see the site?

I can't help with this, but think that if you give a little more info, others should be able to help.

Scotty13
May 20, 2011, 05:11 AM
DW CS4 & DW Flash CS4

index.html code...

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="Description" content="Airline Network" />
<meta name="Keywords" content="mywebsite" />
<meta name="rating" content="General" />
<meta name="revisit-after" content="7 days" />
<meta name="ROBOTS" content="All" />
<title>mywebsite</title>
<link href="../style/main.css" rel="stylesheet" type="text/css" />
<link rel="icon" href="http://www.mywebsite.com/favicon.ico" type="image/x-icon" />
<link rel="shortcut icon" href="http://www.mywebsite.com/favicon.ico" type="image/x-icon" /></head>
</head>

<body>
<?php include_once "header_template.php"; ?>
<table width="950" align="center">
<tr>
<td width="872" valign="top"><p align="center"><br />
</p>
<p align="center">&nbsp;</p>
<p align="center">&nbsp;</p>
<p align="center">&nbsp;</p>
<p align="center">&nbsp;</p>
<p align="center">&nbsp;</p>
<p align="center"><br />
<br />
</p></td>
<td width="70" valign="top"><?php include_once "right_AD_template.php"; ?></td>

<td width="7"></td>
</tr>
</table>
<?php include_once "footer_template.php"; ?>
</body>
</html>

Scotty13
May 20, 2011, 05:12 AM
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="Description" content="Airline Network" />
<meta name="Keywords" content="mywebsite" />
<meta name="rating" content="General" />
<meta name="revisit-after" content="7 days" />
<meta name="ROBOTS" content="All" />
<title>mywebsite</title>
<link href="../style/main.css" rel="stylesheet" type="text/css" />
<link rel="icon" href="http://www.mywebsite.com/favicon.ico" type="image/x-icon" />
<link rel="shortcut icon" href="http://www.mywebsite.com/favicon.ico" type="image/x-icon" /></head>
</head>

<body>
<?php include_once "header_template.php"; ?>
<table width="950" align="center">
<tr>
<td width="872" valign="top"><p align="center"><br />
</p>
<p align="center">&nbsp;</p>
<p align="center">&nbsp;</p>
<p align="center">&nbsp;</p>
<p align="center">&nbsp;</p>
<p align="center">&nbsp;</p>
<p align="center"><br />
<br />
</p></td>
<td width="70" valign="top"><?php include_once "right_AD_template.php"; ?></td>

<td width="7"></td>
</tr>
</table>
<?php include_once "footer_template.php"; ?>
</body>
</html>