Element / Comments

  • lovecraft

    lovecraft (100)

    :
    Member
    Gender:
    Age:
    31
    Location:
    Canada
    To make boxes look like boxes... not sure what you mean.
    Add a border?
    border: solid 3px #000000;
    Or make the text align right/left?
    text-align:right; text-align:left;

    Is that what you're trying to do? And what's this about a notebook?? :)
    December 31st, 2009 at 08:38am
  • lovecraft

    lovecraft (100)

    :
    Member
    Gender:
    Age:
    31
    Location:
    Canada
    Oh wow, it looks really nice.

    Can I help you with figuring anything out?
    December 29th, 2009 at 06:32pm
  • lovecraft

    lovecraft (100)

    :
    Member
    Gender:
    Age:
    31
    Location:
    Canada
    No, you don't NEED photoshop for anything.
    If you wanted to make custom menubars and images, then photoshop/GIMP or something is necessary, but it's not something you absolutely must do.
    December 27th, 2009 at 07:35pm
  • White Trash.

    White Trash. (100)

    :
    Member
    Gender:
    Age:
    30
    Location:
    Australia
    no worries, (:
    sweet!
    im in suspense!
    December 24th, 2009 at 07:58am
  • lovecraft

    lovecraft (100)

    :
    Member
    Gender:
    Age:
    31
    Location:
    Canada
    No worries about the caps.

    Something useful about CSS.

    All of your codes are based off of the names you give to your parts of the HTML.

    For instance,
    would be #stories in your CSS.

    I would suggest going here: http://www.w3schools.com/html/html_tables.asp

    Learn how to make a table, name all the parts of it, and then change it to look the way you want. It's a cool tool, and it's nice to know how it works.
    Feel free to PM me if you need help.

    Some cool tricks I've discovered:

    If you want to use text wrapping on an item, make it a div or span (
    IMG
    )
    and use float:right; or float:left; to make text wrap around it.

    When putting text inside a box, it often sits right against the edge, or against the border, and is a little hard to read.
    Adding border: solid 2px transparent; to a given text div will fix that.
    December 21st, 2009 at 08:11pm
  • Elena_Eccentric

    Elena_Eccentric (100)

    :
    Member
    Gender:
    Age:
    30
    Location:
    United States
    thank you so much for commenting <3
    December 20th, 2009 at 10:41pm