Search results

  1. CaldwellYSR

    Terribly confused....can't seem to add a hyperlink?

    I don't know xml but the html aspect of that should work...
  2. CaldwellYSR

    Terribly confused....can't seem to add a hyperlink?

    Well I don't know anything about flash but hyperlinks are <a> tags. So if you're hyperlinking an image to vimeo it would be <a href="www.vimeo.com"><img src="path-to-image.jpg" /></a> the a makes it a hyperlink and the href tells it where to take the hyperlink when you click it.
  3. CaldwellYSR

    Trying to learn php

    I am so confused trying to learn php. I got one of the lynda tutorials and it looks like it will be great. But it's from 2007 so all the stuff I'm told to download is out of date and for some reason I can't make any of it work. I haven't even started to learn the php language because I can't get...
  4. CaldwellYSR

    Problem with numbered list

    Interesting. I've never heard of that. I've always assumed the ul to be a child of the ol not the li?
  5. CaldwellYSR

    Problem with numbered list

    Make sure everything is nested correctly. Make sure you closed the unordered list and everything. In the end it should look like. That should get you what you want.
  6. CaldwellYSR

    Converting images to GIF.

    I'm 99.9999% sure it can't be done in dreamweaver. You need a photo editor like photoshop or gimp for it.
  7. CaldwellYSR

    Whats next to learn for me?

    Awesome. Thanks
  8. CaldwellYSR

    Whats next to learn for me?

    Yeah I've seen people talking about lynda all over these forums. Unfortunately I'm REALLY broke and can't spend money on stuff for website design. Even if it's gonna teach me alot I just don't have the money to spend right now. I barely have a computer (although I should sell it and get an older...
  9. CaldwellYSR

    Whats next to learn for me?

    What is the benefit of php and sql? I cannot find a good description of either of them anywhere. I've read about them on w3schools but it just confuses me. I know that's a very broad question but I really have no clue with either of those.
  10. CaldwellYSR

    Whats next to learn for me?

    I am in the same boat as you. I went about it a little bit differently but I do most everything with html, css, and some jquery. I feel like if you can do everything you need to do with that then there's no point learning more unless you just want to. I know php and asp is used for form...
  11. CaldwellYSR

    Help with spacing

    Yeah play with margin's and padding if this is a list. Margin and padding for the UL and the LI elements.
  12. CaldwellYSR

    Help - CSS in nav

    No it makes them purple when you're on the page with that body tag... so if you're on the page with body#home then the li#nav_home will be purple... EDIT: although looking at it her way makes sense and is shorter.... Learn something new everyday.
  13. CaldwellYSR

    I need help designing my website

    You'll want to talk about yourself and what you do, you'll want a portfolio showing the work that you can do and have already done. Contact forms, maybe an faq section... It's all up to you really. Take a look at other people's websites and see the types of things they put in theirs. Just don't...
  14. CaldwellYSR

    Help - CSS in nav

    I've always found that fix to be too inconsistent but if it works for you go for it :) Sorry my way was a little long-winded.
  15. CaldwellYSR

    Help - CSS in nav

    In the body tag of each page put an id. Then put an id on each li. should look like this. then in the css you'll want to change the color of the active one. I do them all at the same time like this: I hope that makes sense. I put an extra space in the css code to make it more readable but...
  16. CaldwellYSR

    Popularity of Dreamweaver

    Well with piracy being so easy and mostly unenforceable it doesn't really surprise me too much. I don't want a pirated version when I have something I'm comfortable with that works just as well. Although I will definitely being looking for some kind of aptana plugin that will let me edit...
  17. CaldwellYSR

    Problem with CSS external file

    Yeah I forgot the ../ in the url to make it back up a folder. Thanks
  18. CaldwellYSR

    i need help w adding a link

    Give a link to the page you mean and/or the code so we can see what you're talking about.
  19. CaldwellYSR

    Popularity of Dreamweaver

    That right there would have me sold. I'm not getting DW because of how much money it costs. I'm against Adobe in principle because of their costs (I use photoshop but I got it free from a friend). That being said I wish there was a way to do this in Aptana. To my knowledge there isn't but...
  20. CaldwellYSR

    Popularity of Dreamweaver

    Hahaha we're having the same conversation on different threads. But please tell me the other differences. That's why I asked lol I've used a Dreamweaver trial and to me it worked exactly like Aptana. I was not a big fan. Of course it is nice to have the whole suite, I can definitely see that.
Top