try measuring the exact size of the flash file and giving the height and width values in the frame the values from the flash picture... that way it is imperfection proof...
Nichito
Posting Virtuoso
1,602 posts since Mar 2007
Reputation Points: 424
Solved Threads: 57
you should consider switching from frames to tables... are much more efficient and appealing...
Nichito
Posting Virtuoso
1,602 posts since Mar 2007
Reputation Points: 424
Solved Threads: 57
i don't think it is an incorrect policy... though it causes more chances to have something wrong... those small mistakes than are a pain in the *** and you don't know how to get rid of them...
Nichito
Posting Virtuoso
1,602 posts since Mar 2007
Reputation Points: 424
Solved Threads: 57
you could find some basic instruction in css here , though i prefer a good book ...
combine tables and css and you should have a powerful tool even if you like WYSIWYG editors, or you don't write your own code often...
Nichito
Posting Virtuoso
1,602 posts since Mar 2007
Reputation Points: 424
Solved Threads: 57
For getting the same header on every page...
- Configure your server for SSI ( server side includes: http://en.wikipedia.org/wiki/Server_Side_Includes ), or Perl / PHP, or anything else that can glue pages together on the fly.
- Or come up with your own search/replace policy. For example, if you write where you want your header to be in every file, then do a search and replace in all files before uploading them -- its better than maintaining multiple versions of the same code in different files, and you could even automate it. I'm sure Windows must have some kind of search-replace across files, certain editing environments do for sure.
- You could also use Javascript to append a header to each page, although, that's not a great way to do it since its a post-process, and its offloading trivial work onto client machines..
MattEvans
Veteran Poster
1,386 posts since Jul 2006
Reputation Points: 522
Solved Threads: 64
creating your own code is a great thing... though you should want to use a tool like EditPlus, since it (at least) highlights code and stuff, it's pretty useful...
you should take a look to the book i recommended... it's a really good book... and not a heavy reading... i read it myself, and i truly recommend it... specially if you write your own code...
Nichito
Posting Virtuoso
1,602 posts since Mar 2007
Reputation Points: 424
Solved Threads: 57