Forum Moderators: open
[edited by: caine at 8:18 pm (utc) on Dec. 10, 2003]
Oops, sorry for posting the link. I removed it completely.
[edited by: Backdraft at 8:27 pm (utc) on Dec. 10, 2003]
You could manually edit the page to change <td><p>text</p></td> back to <td>text</td>, or you could restyle paragraphs inside the table in question:
<table id="menu">
<tr><td><p>text</p></td></tr>
</table>
then
<style type="text/css">
table#menu p {margin:0}
</style>
Again, I don't know how easily this is done in Frontpage.
I think you need to close the <p align="centre"> .SWF tag with </p> this should centre up the flash navigation bar.
Regarding the other problem where the background drops, i am not sure, but you have called the background three times - Why not build a table with one background and use it to position all the elements!
The HTTP Content-Type field. < by the way worth declaring your char set!
i.e. <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
If you insert the Javascript into tabled cells with the background called by the cells, then your problem will go away. This is a quick fix solution, certainly not an ideal solution.
Style Sheets -> CSS
Dynamic Content -> Javascript, Jscript, or Limewire
Structure -> HTML
Obviously you can use all three to control visual aspects of the page, but be consistent, if your using the HTML to control vast areas of the page (colour, fonts), then its worth using it throughout. Certainly until your command and understanding of the possibilities and application of the use and in what context collaborate together.
Shadows Papa
<!--
.style1 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
color: #FFFFFF;
text-decoration: none;
}
.style2 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 18px;
font-weight: bold;
color: #008000;
}
.style3 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 16px;
font-weight: bold;
text-decoration: underline;
color: 008000;
}
-->
Tip:
1) Open a new or existing web-page.
2) Click on "Page Option" in "Tool" menu.
3) Click on "Compatibility" tab.
4) Set Following options
Browser ---> Both Internet Explorer & Navigator
Browser Version---> 4 or later
Server ---> Custom.
After doing above settings, web-page created by Frontpage will be displayed almost same in a different browser.
GOOD LUCK!