Search results

  1. GeneticOpera

    £40 logo/banner competition

    How do you design a graphic when you don't know anything about the site? Are you looking for an image background? Or for a custom font with color elements- and what colors? I hate it when people post things like this and then get mad at the replies. ... Anyway, that's my rant. ^_^
  2. GeneticOpera

    I have a copywrite question

    I wouldn't use their images- that's theft. And why use the same design scheme for a different purpose? That would make it seem like you're copying them. As a rule you should only choose ONE similarity. If you're using a similar name then you need a different color scheme. If you're using a...
  3. GeneticOpera

    My Advertising Agency

    I really like this design. It's modern, sleek, and very easy to navigate. I would suggest maybe using some color with your logo-header to seperate it from the links above and below it as that is pretty popular right now and draws they eye to your logo. You could use gray as you did with your...
  4. GeneticOpera

    Corner Image

    I tried out your suggestion, Leroy30, and this is my new CSS code for the top and corner of the webpages: #corner { position: absolute; top: 6px; left: 10.2%; } #header { background-color: #A898D0; margin: 0 0 0 0; height: 175px; width...
  5. GeneticOpera

    Saddest movie you have ever seen?

    Probably The Green Mile. I try to stay away from sad movies >.<
  6. GeneticOpera

    need HTML answer ASAP

    A script tag marks the start of a sript, but is usually followed with a JavaScript code. The <a> tag defines an anchor. An anchor can be used in two ways: To create a link to another document, by using the href attribute To create a bookmark inside a document, by using the name attribute...
  7. GeneticOpera

    aligning images

    You might use a table with no border. One row would have the images, and the other would have titles- I've used this method before and it works pretty well. Try this site for a vast amount of suggestions for tables: http://www.w3.org/Style/Tables/examples.html
  8. GeneticOpera

    Hosting Advice

    Well, if you want hosting that's free and just to show clients your site then you might try http://www.webs.com/ It's REALLY easy to use and it's slow but it gets the job done and gettign started is something you can do easily and immediatly. I would not stick with them as a permanent site...
  9. GeneticOpera

    Official Introduction Thread

    Hi guys, I'm new here and to web design. I'm taking classes and trying my best so I hope to get help and be of help on this site. I've taken two beginning design classes, just started DreamWeaver last month, and am goign to enroll in Visual Basics at the end of this month. All my sites are...
  10. GeneticOpera

    Corner Image

    I was looking at a few CSS webpages at the CSS Zen Garden and noticed a few of them have an image that contains the header and also drops into the left-hand nav bar. I know how to do this using tables, but looked at the code to some of these sites and they don't have tables. I'm trying to...
Top