Jump to content

vchris

Members
  • Posts

    1,529
  • Joined

  • Last visited

Everything posted by vchris

  1. vchris

    Domain Name

    Thanks a lot! :)I checked my website out at a friends place and his monitor settings were darker... I could almost not see any difference between the body background and the footer background. Anyway I'll set something up on the site for some feedback. It would be a lot of work to change the colours at the point where I am right now.
  2. vchris

    Domain Name

    Finally got the web host! Domain name is vchris.net and it might take a couple hours/days for the address to work. I'll give you guys updates.
  3. vchris

    Bored at work

    Well I'm French Canadian but he seems to be French from France, the accent is noticeable. It's more the fact that he's always so enthusiastic all the time lol.
  4. vchris

    Bored at work

    I read most of the stuff and I already know lots of stuff. Anyway seems like I'll be busy for a couple days. I'm doing some boring work in excel and access. Access is crap! My co-worker for this job is super enthusiastic and French! I can't stand him.
  5. vchris

    Forum updated?

    ahahah funny guy boen_robot! I saw your comment
  6. vchris

    Forum updated?

    Can it automatically identify spam and erase the post and ban the user and contacts the proper authorities?
  7. vchris

    Forum updated?

    I noticed the banner has changed and now I just noticed the writing thingy has changed too. Cool. What's new?
  8. There is no way to open a link in a new tab. That is a setting in the browser itself. In Firefox for example I have an option to open pop-ups (_blank) in a new window or as a new tab, there is probably the same option in IE7. In IE6 it's a new window.
  9. vchris

    IE vs Firefox

    I could fix it up when I get time...
  10. vchris

    C#

    I've done some java and you can do crazy stuff...
  11. vchris

    C#

    I've never done any but I know it's like VB and C combined together. That's about all I know. I'm sure aspnetguy will come post about it in about 5 seconds
  12. nope since background cannot be linked.
  13. I never did that before and it always worked out for me... hmmm...
  14. It always worked for me... You got anything online or can you show your code? If pasting your code here please use [ codebox ][ /codebox ], easier for everyone.
  15. You could use position absolute for the 2 inner divs. I usually use floats and it works great. Both are float left I set both their widths, the second one (right) you should set a left-margin of the size of the left one + padding. Should work.
  16. My pleisure! :)Let me know if there's anything else you need a second opinion on.
  17. vchris

    IE vs Firefox

    It's confusing the way you programmed your page. You used tables with divs. Why not use only one way? Either tables or divs. If your using tables might as well use it for the whole page structure.
  18. vchris

    CSS in HTML

    What's the point of having css in an external file and in your html code. It just makes it confusing. I would recommend only having css in one location. Either in your html or external file.
  19. Looks pretty much the same...
  20. Maybe add a bit more bottom padding to your quote. I think you should still have Home > About just for consistency. You can always right You are here: Home > About, and make home and about links. Nice Job!
  21. vchris

    Bored at work

    hmmm no thanks. Seems like I found something to do. I gotta compare data in access wooohooooo... That is great It'll keep me busy for 2-3 days.
  22. What if you set the border size to 1px or something?Nice game btw. It's awesome!
  23. vchris

    centralized webpage

    but real_illusions what about IE!? You know how IE loves margin: 0 auto;? This won't align center in IE but it will in FF, NN and opera...Correct way again lolHTML <html><body><div id="container"><!-- Rest of page in here --></div></body></html> CSS body { text-align: center; } // centers div in IE#container { text-align: left; margin: 0 auto; } // left align text in div and centers in other browsers Thank you come again
×
×
  • Create New...