Search results

  1. M

    Centering website with existing template.

    u can just wrap the entire site in a div tag and then center the div. I think that would be the easiest way.
  2. M

    need to make boxes bigger in Dreamweaver

    Post the code and i'll have a look at it mate :)
  3. M

    How do you get html files onto the internet?

    Correct, thanks mate ;) Wordpress use a form of flashuploader-thingy, wich isn't the same. But yeah, it works well to. Doesn't really matter how you get the files up, just that you get em up. Dreamweaver uses FTP to upload the files :) Most experienced users use a FTP client to manage...
  4. M

    How do you get html files onto the internet?

    To abbriviate on whats said above alittle. You need a space to put your website on. You can call it an on-line harddrive for your files to land in and make it accessable for other viewers. The storage can be found on any hosting sites. I'd recommend one.com, they're pretty basic with their...
  5. M

    Three Images One Line

    idd =) AusQB, whats with u and all your tables? =)
  6. M

    Flash animation

    Aye :) I actually made great progress (for going from absolute 0) last night on my flash anim. Though, i'm a bit conserned with if the lights are actually showing. They are not ment to be really bright, just alittle glowing from time to time. http://design.mez.nu/hihi.html What do u...
  7. M

    Flash animation

    I dont have a specific question but i've been starting to look into flash, cause i have a real simple idea that i want to make reality in flash (for alittle flashier website *giggle*). So my question is if someone knows of a simple introduction/guide to begin with flash? Or if someone maby...
  8. M

    What to use?

    Btw, WYSIWYG - What You See Is What You Get Almost all web-editing tools use this formula.
  9. M

    web design project, whats ur opinion?

    Aye, there is an old saying "Less is more", those words are worth gold :)
  10. M

    Can I get by with HTML Kit or Coffee Cup?

    I agree with flipboy, Dreamweaver and the Adobe CS's are extremely expensive at first, though there is a benefit with these programs if you are new to webdesign, since they offer really smart features and help with the codings. But yeah, there are freeware alternatives wich are really similar...
  11. M

    Designing 1Page Minisites

    Those sites are usually given to teh custumer by the host or WHSP. They are usually refered to as "OneClickSite" or "Template-sites" :)
  12. M

    What to use?

    Dreamweaver! :)
  13. M

    web design project, whats ur opinion?

    Yay, a chance for me to finally understand something on the internet that no one else does! :D Good design, i think it's clean and it gets the idea through, i can see what you have been trying to create and i think u did a good job. :)
  14. M

    Good way to space colum content?

    Or do it with divs ;) CSS: .spacingcollum { positition:relative; padding:2px; height:12px; width:30px; display:inline-block; } HTML: <div class="spacingcollum">MY PRECIUS</div><div class="spacingcollum">...GIMME COOKIES</div><div class="spacingcollum">I LIKE COOKIES</div>
  15. M

    Comparing two seperate php pages. On site

    If you're talking about the function to compare 2 different items or database values, that isn't so hard to accomplish, though u have to set it up in a database, or PHP/ASP wont understand what to do with the numbers its given, then it can calculate a deffict between them and so on.
  16. M

    Page Layout Help

    TBH, every website should be in DIV's, not table. I refer you to http://shouldiusetablesforlayout.com/ ;)
  17. M

    Late Payments from Clients ?

    As loong as you have a contract binding the custumer to pay up you can always sell your invoice to companys that takes over that payment and gives you money up front. I don't specifically know of any specific company for it. Though i found: http://factoring.qlfs.com/ So you know what i'm...
  18. M

    my rollover image doesnt work in firefox but works in IE

    What did u do to solve the problem? Just for curiosoty ^^
  19. M

    Newbie page layout help!

    The thing between IE and FF is a common problem when using site builders. The most common misshap is CSS between the two platforms. IE interprets CSS like a donkey ass, figurably speaking. The most common solution is to have 2 different style sheets, one that works in everything (firefox...
  20. M

    Attaching Header to the HTML Pages.

    I think you should consider PHP instead. HTML are static pages, you'll have to use javascript solutions for the functions you seek in HTML
Top