Search results

  1. ChurroV

    Need Guidance

    I'm starting this thread because I have not learned nearly enough to become the web designer i want to be, but I don't know what to try next. I'll tell you what I do know and what I don't, and I'd like to get some idea of what I should learn next. What I know: All basic CSS and some...
  2. ChurroV

    Create my website using Composer

    :confused: This is like rule#1 in just about every source I know: tables are NOT for page layout.
  3. ChurroV

    Enlarge view (?)

    Yeah, sounds like an obnoxious thing to do.
  4. ChurroV

    TUTORIAL: CSS Menu (Basic)

    I was using this template, and noticed that I couldn't center my menu by any normal means -- putting it in a div with margin:0 auto didn't work unless I defined the width of the div in the first place -- a width that could change at any moment, and that I'd thus have to keep redefining. I did...
  5. ChurroV

    Web Page Icons

    i tried the methods shown on here, but for some reason it didn't work for me. i used this guide: http://www.w3.org/2005/10/howto-favicon put a 16x16png in my root folder, put this in the head: <link rel="icon" type="image/png" href="favicon.png" /> but i know this is the wrong...
  6. ChurroV

    Web Page Icons

    When I come to webdesignforum.com on firefox, the logo -- the black W on a yellow background -- shows up on the left of the tab the page is on: Sorry if this is a totally retarded and/or noobie question, but how would I go about getting such an icon to show up on my site?
  7. ChurroV

    Other Forums?

    thanks mug and brian, i will take a look at that forum. if anybody else has any forum suggestions, by all means post them.
  8. ChurroV

    What should I make a text logo in

    as for it becoming blurry when you leave photoshop, do two things to assure this doesn't happen: 1) in photoshop, make sure you're viewing at 72px/in and at 100%resolution. you can change the resolution in the lower left hand corner, or if you double-click the magnifying-glass icon in the left...
  9. ChurroV

    Other Forums?

    Sorry if this is in the wrong subforum, just had a quick question: This forum isn't as active as I would like. I was wondering: do any of you know about more active forums or chatrooms for web design? I'd really appreciate some links.
  10. ChurroV

    Need some help with imagination

    BWAHAHAH that was pretty funny. Pheno, just try to find some sites on your own that have similar content and look at how they're organized. It is hard, to be fair, to understand what you're talking about.
  11. ChurroV

    Help with understanding CSS Sprites.

    I've found out how it's done: background-position: 0px 0px; puts the top left of your sprite image at the top left of wherever you're placing it. background-position: 0px -100px; puts the part of your sprite image that's at the left and 100px down from the top, at the top left of wherever...
  12. ChurroV

    Color Scheme

    Thanks! This is pretty much what I was looking for.
  13. ChurroV

    Public_html help

    http://en.wikipedia.org/wiki/Webserver_directory_index ^ i think this supports what i said ^
  14. ChurroV

    Public_html help

    i'm not quite sure about this, as i'm fairly new too, but you might want to label whatever you want to be your home page "index.html" -- i think i remember reading somewhere that index.html is usually what the server goes to when someone clicks a link to your home page
  15. ChurroV

    Color Scheme

    I'm sorry, I think maybe you misunderstood what I'm asking, leroy. The link you gave is just a site that allows me to just choose colors without any guidelines or anything. All that site really offers is hex codes for a monochromatic palate, but I already know how to find those. That's not what...
  16. ChurroV

    Help with understanding CSS Sprites.

    http://www.w3schools.com/cssref/pr_background-position.asp I think this is what you're looking for.
  17. ChurroV

    Color Scheme

    Hello, this is my first post. I'm Sam. I have a very basic grasp of html and css -- I know how to make a functional and fairly well-organized and kinda good-looking webpage, but at this point I am probably doing a lot of things the wrong way. Anyway, to the point of this thread: What...
Top