Search results

  1. B

    Wonky sizing results embedding .swf file in html--css problem?

    JC, my hero! That solved it completely, as well as another issue I was having (google search results being similarly boxed in). Thank you so much!
  2. B

    Wonky sizing results embedding .swf file in html--css problem?

    Okay, here's my embedding code for the index.html page. The actual movie dimensions are 570x405. Check out what happens when I change them radically. <OBJECT WIDTH="800" HEIGHT="150" id="MyMovieName"> <PARAM NAME=movie VALUE="ladtest1.swf"> <PARAM NAME=quality VALUE=high> <EMBED...
  3. B

    Wonky sizing results embedding .swf file in html--css problem?

    Dude, if I only knew. I've tried doing a completely straightup embed and I get nothing. Nothing! That silly, bloated javascript output that Flash generated was the only thing we could get to appear at all, so I figured I'd tinker with it till it looked right and worry about getting valid later...
  4. B

    Wonky sizing results embedding .swf file in html--css problem?

    You mean I can do script class="" within the script markup and then set up the dimensions in the css?
  5. B

    Wonky sizing results embedding .swf file in html--css problem?

    The only place where size is mentioned in the code is in that flash-output javascript code set, and the numbers are good. I changed the numbers as a test and it appears the same as before. There's something wrong in the way the html effects that code, but I don't know what. Are we allowed to...
  6. B

    Wonky sizing results embedding .swf file in html--css problem?

    Why won't my flash movie display full size (570x405)? http://www.creepinghemlock.com/ladners/index3.html You'll notice that the dimensions are correctly defined. The script code all comes from the export function of Flash. I can't get any other markup to work. :/ I'm testing in ie7 and...
  7. B

    How to use base href?

    This is the first time I've tackled complex subdirectories, and I'm trying to figure out how to get subdirectory pages to access css and image folders located in the main directory. What am I missing? When I put just "css/main.css" as a link in a child page, the browser looks for the css WITHIN...
  8. B

    end with .html or / ?

    I got the tip from here: http://www.wikihow.com/Organize-Files-on-a-Website Maybe you could let me know if you think it's sound advice? Whenever I try to google these things, the majority of the results have Wiki somewhere on them, and it takes a minute to tell if it's a wiki about...
  9. B

    end with .html or / ?

    What's the cleverest way to name and link to pages? food/candy/twizzlers.html is standard. I've seen it recommended to link to it this way instead: food/candy/twizzlers/ and to simply name each page index.html, placed within its own proper folder (in this case, "twizzlers"). What do y'all...
  10. B

    Free html editor with syntax highlighting?

    I downloaded Notepad++ and it does exactly what I need it to! I love the section minimizing feature. :) Thanks for your help, guys. With such successful advice, I'm sure I'll be plaguing y'all even more in the future! [Edited to add: The question now is whether to uninstall DreamWeaver 4. My...
  11. B

    Free html editor with syntax highlighting?

    Hi, everyone. I just downloaded NoteTab Light and realized afterwards that I'd misinterpreted the description; it does NOT allow syntax highlighting, which is important to me as a newbie to web design working with existing code. I do love the tabbed file access and general presentation...
Top