Search results

  1. O

    New to Flash, need some help

    I recently got Macromedia flash 8 professional (windows vista) and I have been working through some different tutorials. In one tutoral I created some text, converted it to a symbol (movie clip) and placed it in the upper left of the stage area. I then created a keyframe at frame 40, then...
  2. O

    drop down boxes

    doesnt anybody know how to do this?
  3. O

    Submitting Sites to Search Engines

    dosent the Meta data increase visibility on search engines? I think there are many ways to help your websites relevance increase on search engines. just google it and im sure you will find some good ways without having to pay some company to do it for you.
  4. O

    Image links do not work in IE

    swith to code view and look at the code for the links. If it is correct, it should look like this: <a href="http://www.website.com">your link text</a>
  5. O

    drop down boxes

    What im trying to do now with my website is create a header that has my site logo in it, and along the bottom of the header have different directories that automatically drop down to reveal sub-options when you move the mouse over them. Also, I need to style them so they dont clash with the...
  6. O

    Got fave website design resources?

    Well said! I would suggest that once you have the hang of building websites and you are confident in your ability, go around to some of your local owner/operator buisnesses and talk to the owners and ask them if they have a website. If they dont, offer to build one for them for free to build a...
  7. O

    Dont know where to start

    There must be an easier way to pull this off than what im thinking. Imagine if you had to write a javascript "if statement" for every single zip code in the US! Talk about some work! :eek:
  8. O

    noob needs more help

    I tried it with the css and it worked fine. it was just the file tag I was using that was giving me crap. Im getting the hang of css pretty well now. I have been studying html, xhtml, xml, css, javascript and php. And I am starting to notice how much they inter-relate to each other with the...
  9. O

    noob needs more help

    I havent tried it in css yet with the jpg. I need to though, so I can continue learning css instead of being stuck at this point.
  10. O

    What is your favorite hosting company?

    I just signed up with Hostmonster.com and its been good so far . . .
  11. O

    Special fonts

    Is there a way to put uncommon font files in the same folder at the html file and reference the file to display the fonts or am I limited to sticking with whatever the common fonts there are?
  12. O

    publishing website

    I changed it to "index.html and it still show the directory. Maybe it will load the page directly after 24 hrs. Because it says it takes that long to put up the page. Another question, I downloaded and used some really cool fonts, but I noticed when I went to a different computer to check...
  13. O

    publishing website

    I am attempting to publish my website using Hostmonster.com and I followed the tutorials on how to publish it, but when I go to my site "octapulse.com", it shows and index page with the file directories from my FTP. How do I hide this and just display the webpage?
  14. O

    Username/password use

    In the tutorials I went through on html, I didnt find anything that told me how to set the username and passwords. I have the username a password text boxes set up as well as the link for when you click submit, but how do I go about attributing a username and password (and how to keep them...
  15. O

    noob needs more help

    I went back and posted the html code again: <body background="matrix . . . But this time I think I realized the problem. I was trying to use a jpeg file and I just read that only gif and jpg files are supported for background files. So I went back, changed the file to jpg and re-entered the...
  16. O

    noob needs more help

    Thank you Constant for the link color code, it worked perfect! But the image code you gave me is just a code for placing an image on the page, not placing it in the background. Ive tried both html and css to try and pull this off and ive had no luck. Im going to tinker with it some more and...
  17. O

    noob needs more help

    My external CSS code is this: body {background-image: url(matrix.jpeg)}
  18. O

    noob needs more help

    <html> <head> <link href="octapulse.css" type="text/css" rel="stylesheet" /><title> Octapulse.com </title> </head> <body> <body style="color:yellowgreen"> <h1> <center><b>Welcome to Octapulse.com!</B> </center> </h1> <p style="text-align:center">In this adventure to learn web...
  19. O

    noob needs more help

    horrorshow, I copied and pasted your codes to make sure I had them correct and they still didnt work. The file is a jpeg, not a jpg. CT-Matt, I tried your version as well with no luck. This is very frustrating!
  20. O

    noob needs more help

    ok, so I started learning CSS and I am having serious trouble. I am trying to place a background image and I created an external style sheet to pull this off (octapulse.css). And I created a link in my html file between the header tags as follows: <head> <link rel="stylesheet"...
Top