Jump to content

astough

Members
  • Posts

    6
  • Joined

  • Last visited

Everything posted by astough

  1. OK, I have default.shtml with the following code where I want to place my links.<td background="Images/TAblebkg008.gif" width=30% valign="top"><table border=0 width=100% valign="top"> <tr><td width=22%> <p align="Center" valign="top"> </p> </td> <td width=78% align="left" valign="top"><!-- #include="links.html" --> </td> <td><p> </p></td> </tr></table>I have also used #include fileThen I have links.html which is the following (Complete file)<html><!-New 05:13 12/08/06 ALS-><!-Header-> <head> </head><!-body-> <body background=none Link="Black" Vlink="maroon"><font face="verdana" Color="#000000" size="2"><a href="default.htm">Home</a></font></p><p align="left"><font face="verdana" Color="#000000" size="2"><a href="accounting.htm">Accounting</a></font><font face="verdana" Color="#000000" size="1"><br> - <a href="accounting.htm#coa">Chart of Accounts</a><br> - <a href="accounting.htm#financials">Financial Reports</a><br> - <a href="accounting.htm#tax">Tax Time</a><br> - <a href="accounting.htm#review">Reviews or Audits</a></font><br><font face="verdana" Color="#000000" size="2"><br><a href="payroll.htm">Payroll</a></font><font face="verdana" Color="#000000" size="1"><br> - <a href="payroll.htm#report">Reporting & delivery</a><br> - <a href="payroll.htm#extras">Extras</a></font><br><font face="verdana" Color="#000000" size="2"><br><a href="taxes.htm">Taxes</a><font face="verdana" Color="#000000" size="1"><br> - <a href="taxes.htm#income">Income</a><br> - <a href="taxes.htm#payroll">Payroll</a><br> - <a href="taxes.htm#sales">Sales</a></font><br><font face="verdana" Color="#000000" size="2"><br><a href="computers.htm">Computers</a><font face="verdana" Color="#000000" size="1"><br> - <a href="computers.htm#software">Software</a><br> - <a href="computers.htm#hardware">Hardware</a><br> - <a href="computers.htm#maintenance">Maintenance</a><br> - <a href="computers.htm#security">Security</a><br></font><font face="verdana" Color="#000000" size="2"> <br>Business</font><font face="verdana" Color="#000000" size="1"><br> - <a href="improveops.htm">Improving operations</a><br> - <a href="disaster.htm">Disaster Planning</a><br></font></body></html>Something is not working. I get a complete blank in the table I have the links in. Any Suggestions????
  2. I am completely lost. If I understand correctly I change all of my pages to .shtml, then put the <!-- #include file="filename.html" --> in and it will bring something up. Would "filename.html" be a regular html file that has what I want to repeat in it? Also this looks like it is just a comment, is that the exact format? Where would I put the <!---Include---> in the pages? Do they go where I want the list of links?Sorry about being such a ditz . I enjoy doing my own webpages (and yes I write them from scratch in notepad), and so far have only done basic pages. I want to expand my abilities in creating webpages to stay up to date with technology. If you guys can bear with the stupid questions, I would be very grateful.Thanks again for the help you have all given me so far.
  3. I just received an e-mail from my e-mail hosting service. I don't have a package that supports php. They only have php packages for Linux. I appriciate the help, and I will check out the php page, and maybe by my next big update, I will be able to get a new hosting service, and I will be able to do what I want.
  4. Thank you, I got into the site straight into CSS. When I looked for a site for php, I didn't even see W3Schools
  5. That almost makes sense, but is there a website that you know of where I could learn a little more?
  6. I am trying to convert my old website into a CSS format. Part of the reason that I want to use the external style sheet is so I can change my links in the style sheet, and have it filter into the other pges automatically. I have heard that this is possible but I haven't been able to find information on how to do this. Can someone tell me if this is really possible, and if so how?Thank you
×
×
  • Create New...