Graphic Design Forum and Web Design Forum  

Go Back   Graphic Design Forum and Web Design Forum »Web Design Forum »CSS Forum

Notices

CSS Forum Cascading Style Sheets (CSS) and XHTML Forum


Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 05-03-2007, 05:01 AM
elyse's Avatar
Junior Member
 
Join Date: Mar 2007
Location: woodstock, ny
Posts: 7
Default css newbie...

Even though I have been designing web pages since '97, I let myself get stuck in the comfort of using tables for layout. I know...bad bad bad...separate my content from my design. I'm working on that now.

I've been spending the past few weeks learning how to use css for more than formatting text. I'm not sure if the way I am using css is the "right" way. I'm sure there are lots of ways to make it work that aren't the right or most efficient way.

If someone could take a look at this page and let me know if I'm working it right, I'd appreciate it. Is there a more right way? I know that I should have an external style sheet; I intend to. The links don't work and the design still needs some tweaking...but I wanted to get some input on how my code is looking.

The one problem I am having is that the right and left columns do not begin in the same place, and I can not figure out why.

http://eideltime.com/new/about.html

Thanks.
-elyse
Digg this Post!Add Post to del.icio.usBookmark Post in Technorati Share This Article & VoteReddit! Wong this Post!Stumble this Post!RSS Share on FacebookForum Netvibes Page
Reply With Quote

  #2 (permalink)  
Old 05-03-2007, 06:42 AM
Toon's Avatar
Netvibes is an Addiction™
 
Join Date: Jan 2007
Location: Sheffield, UK
Gender: Male
Posts: 19,566
Default

welcome to the board elyse
Digg this Post!Add Post to del.icio.usBookmark Post in Technorati Share This Article & VoteReddit! Wong this Post!Stumble this Post!RSS Share on FacebookForum Netvibes Page
Reply With Quote
  #3 (permalink)  
Old 05-03-2007, 06:45 AM
elyse's Avatar
Junior Member
 
Join Date: Mar 2007
Location: woodstock, ny
Posts: 7
Default

thanks :)
Digg this Post!Add Post to del.icio.usBookmark Post in Technorati Share This Article & VoteReddit! Wong this Post!Stumble this Post!RSS Share on FacebookForum Netvibes Page
Reply With Quote
  #4 (permalink)  
Old 05-03-2007, 07:21 AM
elyse's Avatar
Junior Member
 
Join Date: Mar 2007
Location: woodstock, ny
Posts: 7
Default

Quote:
Originally Posted by elyse View Post
The one problem I am having is that the right and left columns do not begin in the same place, and I can not figure out why.

http://eideltime.com/new/about.html

Thanks.
-elyse
I figured out why things weren't lining up...I'm feeling pretty accomplished right now. I'd stil love it if anyone wants to look at my code and tell me what I am doing right or wrong. All nav links work now except contact.
please check out my new portfolio :)
Digg this Post!Add Post to del.icio.usBookmark Post in Technorati Share This Article & VoteReddit! Wong this Post!Stumble this Post!RSS Share on FacebookForum Netvibes Page
Reply With Quote
  #5 (permalink)  
Old 05-03-2007, 07:51 AM
Toon's Avatar
Netvibes is an Addiction™
 
Join Date: Jan 2007
Location: Sheffield, UK
Gender: Male
Posts: 19,566
Default

The only small thing is you seem to have a lot of CSS values written into the page when they should all be included in the external style sheet, just makes it easier to update later.
Digg this Post!Add Post to del.icio.usBookmark Post in Technorati Share This Article & VoteReddit! Wong this Post!Stumble this Post!RSS Share on FacebookForum Netvibes Page
Reply With Quote
  #6 (permalink)  
Old 05-03-2007, 07:57 AM
Kelly Creative's Avatar
You are safe now little Titty-Logic
 
Join Date: Jan 2007
Location: On The Edge
Gender: Female
Posts: 3,478
Default

Quote:
Originally Posted by elyse View Post
Even though I have been designing web pages since '97, I let myself get stuck in the comfort of using tables for layout. I know...bad bad bad...separate my content from my design. I'm working on that now.

I've been spending the past few weeks learning how to use css for more than formatting text. I'm not sure if the way I am using css is the "right" way. I'm sure there are lots of ways to make it work that aren't the right or most efficient way.

If someone could take a look at this page and let me know if I'm working it right, I'd appreciate it. Is there a more right way? I know that I should have an external style sheet; I intend to. The links don't work and the design still needs some tweaking...but I wanted to get some input on how my code is looking.

The one problem I am having is that the right and left columns do not begin in the same place, and I can not figure out why.

http://eideltime.com/new/about.html

Thanks.
-elyse


Welcome the board, nice site
__________________
"Touch his porn collection bitch and I'll murder ya!"
Digg this Post!Add Post to del.icio.usBookmark Post in Technorati Share This Article & VoteReddit! Wong this Post!Stumble this Post!RSS Share on FacebookForum Netvibes Page
Reply With Quote
  #7 (permalink)  
Old 05-03-2007, 11:22 AM
elyse's Avatar
Junior Member
 
Join Date: Mar 2007
Location: woodstock, ny
Posts: 7
Default

Quote:
Originally Posted by Kelly Creative View Post
Welcome the board, nice site
thanks :)
Digg this Post!Add Post to del.icio.usBookmark Post in Technorati Share This Article & VoteReddit! Wong this Post!Stumble this Post!RSS Share on FacebookForum Netvibes Page
Reply With Quote
  #8 (permalink)  
Old 05-03-2007, 11:24 AM
elyse's Avatar
Junior Member
 
Join Date: Mar 2007
Location: woodstock, ny
Posts: 7
Default

Quote:
Originally Posted by Toon View Post
The only small thing is you seem to have a lot of CSS values written into the page when they should all be included in the external style sheet, just makes it easier to update later.
yup, gonna have it as an external style sheet, I just got so used to working from a template (that's how I am achieving universal updates now)

Thanks.
Digg this Post!Add Post to del.icio.usBookmark Post in Technorati Share This Article & VoteReddit! Wong this Post!Stumble this Post!RSS Share on FacebookForum Netvibes Page
Reply With Quote
  #9 (permalink)  
Old 05-03-2007, 11:33 AM
Kelly Creative's Avatar
You are safe now little Titty-Logic
 
Join Date: Jan 2007
Location: On The Edge
Gender: Female
Posts: 3,478
Default

Just had a look at your current site, this new one is much improved. Also love this pic...




We lurve our photo's round here.
__________________
"Touch his porn collection bitch and I'll murder ya!"
Digg this Post!Add Post to del.icio.usBookmark Post in Technorati Share This Article & VoteReddit! Wong this Post!Stumble this Post!RSS Share on FacebookForum Netvibes Page
Reply With Quote
  #10 (permalink)  
Old 06-03-2007, 01:39 AM
elyse's Avatar
Junior Member
 
Join Date: Mar 2007
Location: woodstock, ny
Posts: 7
Default

Quote:
Originally Posted by Kelly Creative View Post
Just had a look at your current site, this new one is much improved. Also love this pic...




We lurve our photo's round here.
Funny thing, I designed the "current site" just last month!.

After asking a lot of designers their opinion I got a lot of comments like "It's outdated looking" and "I hate the colors!" (even though I loved it!) At first, I felt offended, b/c I put a lot of work into it. I realized that I felt offended b/c the comments seemed condescending instead of helpful. Then I let the comments simmer around in my brain...and realized that a lot of people had some very valid, specific comments. (Also, I wimped out of trying to do it with CSS!!!)

So, I brought out one of my favorite past business card designs, and used that as inspiration, mixed with what I have noticed about some of my favorite web sites and viola, a MUCH better web site.

About the photo: It's the Point Montara Lighthouse on the California Coast, about an hour and a half south of San Francisco. There is a Hostel there where you can stay in a really nice dorm for about $20 a night..I highly recommend it if you need a little rest and relaxation!
Digg this Post!Add Post to del.icio.usBookmark Post in Technorati Share This Article & VoteReddit! Wong this Post!Stumble this Post!RSS Share on FacebookForum Netvibes Page
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Newbie here... Elissa Introduce Yourself 6 27-03-2008 08:31 PM
Newbie vectorportrait Introduce Yourself 11 11-03-2008 05:57 AM
Hi,I am a newbie assman Introduce Yourself 7 10-03-2008 12:49 PM
Hi All. Newbie Here! azahari Introduce Yourself 11 01-03-2008 03:39 AM
Hi, I am newbie here retouching Introduce Yourself 14 12-12-2007 10:23 PM


All times are GMT. The time now is 04:08 AM.