Submit Your Article Forum Rules

Results 1 to 9 of 9

Thread: CSS + HTML Help

Hybrid View

  1. #1
    Junior Member
    Join Date
    Dec 2010
    Posts
    10

    CSS + HTML Help

    Hey,
    I'm kind of new to web-designing/coding, and I have been recently trying to make a website, the things I'm struggling with at the moment are:
    Basically I want my content text to pad it self away from the left like so.

    and
    In my footer, everytime I try adding some text, it stays to the bottom, and I want to align it to the middle like say this was my box:
    ________________
    | |
    | HERE HERE HERE|
    |______________|

    instead of
    ________________
    | |
    | |
    |HERE HERE HERE_|


    Thanks in advance,
    Nathan

  2. #2
    Senior Member
    Join Date
    Dec 2010
    Posts
    118
    This is why CSS is bad. Things just don't work the way you want them to. Yes, it has its uses but for beginners just stick with tables. The old tale of tables adding tons of time to loading is not true but it is a fact that CSS breaks very easily and the sites built on it tend to go all over the place while loading.

    That being said (I hate that phrase lol) we need to really see your code to know what you are doing wrong.

  3. #3
    Senior Member Optic's Avatar
    Join Date
    Aug 2010
    Location
    Spokane, Wa
    Posts
    184
    Quote Originally Posted by DonOmite View Post
    This is why CSS is bad. Things just don't work the way you want them to. Yes, it has its uses but for beginners just stick with tables. The old tale of tables adding tons of time to loading is not true but it is a fact that CSS breaks very easily and the sites built on it tend to go all over the place while loading.

    That being said (I hate that phrase lol) we need to really see your code to know what you are doing wrong.
    I would say the opposite of what he said is true. Tables have uses, but should not be used for layouts.

    The whole point of XHTML is to separate the html from positioning and styling. With proper xhtml you can completely change your design, with very minimal changes to the html. Modern design is supposed to be flexible, and efficient. Table layouts are neither.

    That being said, there are too many things that could effect it to diagnose without looking at it in firebug. If you give me a url, and I remember to check this again, I'll take a look for you.
    I build custom WordPress themes and plugins with love, and occasionally post on my stupid blog about related topics. Contact me.

  4. #4
    Senior Member ran_dizolph's Avatar
    Join Date
    Jul 2005
    Posts
    561
    Quote Originally Posted by DonOmite View Post
    This is why CSS is bad. Things just don't work the way you want them to. Yes, it has its uses but for beginners just stick with tables. The old tale of tables adding tons of time to loading is not true but it is a fact that CSS breaks very easily and the sites built on it tend to go all over the place while loading.

    That being said (I hate that phrase lol) we need to really see your code to know what you are doing wrong.
    C'mon, really? REALLY?

    sites built on it tend to go all over the place while loading
    What is that even supposed to mean?

    OP, to acheive what you're aiming for, you need to apply the padding to the parent of the paragraph, or give the paragraph a fixed width, but seeing some of your code would help us.

  5. #5
    A good way to improve your understanding of CSS layouts is to take a complex table lay out page and then try to emulate it exactly with CSS...lots of fun!

  6. #6
    Junior Member atnguyen's Avatar
    Join Date
    Dec 2010
    Location
    Viet nam
    Posts
    2
    I think you should split into 2 parts footer, the left side you should take a picture with position: absolute

  7. #7
    Junior Member
    Join Date
    Jan 2011
    Posts
    4
    The whole point of XHTML is to separate the html from positioning and styling

  8. #8
    Junior Member hassan's Avatar
    Join Date
    Feb 2011
    Posts
    4
    Css have made our life Easier as compared to Early Life of Tabled Coding

  9. #9
    Junior Member
    Join Date
    Feb 2011
    Posts
    1
    I am creating a Cancer Support website for my county and I want to have a place where the people who visit the site can post comments about a topic or such. How would i go about creating this? I am ecent with HTML and CSS but my skills in Javascript are lacking heavily! I need help!!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •