Re: Babylon 5 Mod
Val:
Yes, Cascading Style Sheets work well with frames. For an extreme example, my site has 19 frames and it uses CSS with no problems. To call for the CSS, you have to add a line of code between the <head> and </head> tags of each html file, which will look something like this:
<link rel=stylesheet href="yourstylesheet.css" type="text/css">
Could you email me all 8 or so of the html files that the site is currently using? It's a pain to try and sort out which goes where by using "view source" or "save as" in IE. My email address is in my profile.
I noticed that you had all of your html files saved as ".htm" instead of ".html". It doesn't really matter, but ".html" is technically the standard file extension. If you don't want to change it, then no problem.
Do you have any ideas on how you want the site to look?
|