Search results

  1. Geodun1

    How can i accomplich this look?

    My recommendation on this is to get started with Divs. You can use tables later on to arrange data (which is what tables are used for). It's a smart practice to use divs like you use layers in Photoshop. Arrange your information and layout, and then if you need to arrange data/groups of texts...
  2. Geodun1

    Please review my web site redesign of http://www.puredezigner.com

    I like most of the site, but I have an issue with the navigation. I like the thought bubble idea, but the style applied to it needs a little work IMHO. It almost feels like you just remembered you needed a hover at the last minute you know? Try tweaking with the styles a bit :) Maybe a more...
  3. Geodun1

    Need help with my website for school

    It looks like a clear: left; property might fix this. Try adding it to the container element(s) and/or the #eastConf id. Remember that you're using a float property, which causes it to "hover" above the page. The clear property should push the rest of the page with it, as if it's not even floated :)
  4. Geodun1

    Issue with Logo Appearing

    Site URL: http://idebate.reviveddesigns.com Problem: I'm designing a website for a school project (Web Design and Interactivity) and am having a mysterious issue with my logo not appearing. Considering the php code going into the debate system, login/log off, etc., it seems strange that this be...
Top