 |
|
|
| View previous topic :: View next topic |
| How would you rate my website? |
| Excellent |
|
50% |
[ 1 ] |
| Above Average |
|
50% |
[ 1 ] |
| Average |
|
0% |
[ 0 ] |
| Below Average |
|
0% |
[ 0 ] |
| Sucks |
|
0% |
[ 0 ] |
|
| Total Votes : 2 |
|
| Author |
Message |
dramosde
Joined: 31 Jul 2009 Posts: 4
|
Posted: Sun Aug 02, 2009 1:00 pm Website Evaluation / Help |
|
|
|
Hi,
I'd like to display my website for comments. I need some suggestions, ideas, comments on how can I improve the design and layout and style of my website.
If you are interested, and could kindly look at it: www.granjacapital.com , your comments will be extremely useful.
On another note, I am very new to HTML, and need general help with correcting a few things, wrapping it all up. If anyone is willing to help me finish the design and layout ou my website, once again I'd be extremely grateful!
Have a good day.
Moved to correct section from "General HTML". Mod
Last edited by dramosde on Mon Aug 03, 2009 7:11 am; edited 1 time in total |
|
PayneLess Designs

Joined: 28 Feb 2007 Posts: 3593 Location: Biloxi, MS
|
Posted: Sun Aug 02, 2009 7:10 pm |
|
|
|
You have frameset code, but are not using frames according to the page you are calling and the doctype used. This is the page that should be used as home page:
Your Home Page Link
"http://www.granjacapital.com/" is not going to work as coded.
What is the poll mean? 1 is best or worse?
CSS Errors
HTML ERRORS |
|
dramosde
Joined: 31 Jul 2009 Posts: 4
|
Posted: Mon Aug 03, 2009 7:09 am |
|
|
|
Do you know what code should I input so that the text in the main frame doesn't over flow horizontally, and the text goes to the next line when it reaches the limit. I only want a vertical scrolling overflow...
| PayneLess Designs wrote: |
You have frameset code, but are not using frames according to the page you are calling and the doctype used. This is the page that should be used as home page:
Your Home Page Link
"http://www.granjacapital.com/" is not going to work as coded.
What is the poll mean? 1 is best or worse?
CSS Errors
HTML ERRORS |
|
|
sticks464

Joined: 31 Dec 2006 Posts: 2308
|
Posted: Mon Aug 03, 2009 2:16 pm |
|
|
|
I thought I answered this before. You have a td that is 398px wide. Of this 398px there is a scrollbar tahat take up approximately 32px. That leaves 366 usable pixels before a scrollbar is needed. You have a div with an undefined width, however, inside this div is an image that is 375px wide. All the paragraphs and other content is also undefined. Do you see where this is going?
You must define the widths of all contained elements to include margins and padding not to exceed the available width to prevent a scrollbar.
Or you use a css style of overflow-x:hidden to try hiding the overflowing text. |
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|
|
|
 |
|
|
|
|
|
|
|