This is a discussion on "Messed up Web Site" within the Web Page Design section. This forum, and the thread "Messed up Web Site are both part of the Design Your Website category.
|
|
|
|
|
![]() |
||
Messed up Web Site
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
#1
|
|||
|
|||
|
Messed up Web Site
Hi Web People,
I'm trying to fix the mess I've done with my web site but I'm really going insane here! I used http://validator.w3.org/ but can't get my head around it... In particular is this page that bothers me http://www.clorinde.org/clorinde/works.htm Why the borders around the pictures (inside layers) are all over the place? Can I fix it or I just should get rid of them? Please, help me if you are one of those internet genious... |
|
|
|
#2
|
|||
|
|||
|
Re: Messed up Web Site
From first glance here is what I can tell.
1) if you want the images contained within the image holding divs you can set overflow hidden on the divs. 2) What was that coded with because it looks scary Hope that helps.
Last Blog Entry: Apps every Mac based web dev should consider (Jul 10th, 2008)
|
|
#3
|
|||
|
|||
|
Re: Messed up Web Site
IE displays everything fine but the other ones seem to have problems especially with those damned borders that I used around the layers. Now. Are you able to find what's wrong with it and tell me how to replace the wrong code or make an example so an ignorant like me would be able to figure it out or you think I'm hopless? Thanks for your patience! |
|
#4
|
|||
|
|||
|
Re: Messed up Web Site
heres what i recommend, go through your html/css file and put
overflow: hidden; everywhere there is a border:1px ridge #808080; or if you have a replace tool, replace border:1px ridge #808080; with border:1px ridge #808080; overflow: hidden; that will make it look better (not a true fix)' you may also want to fool with margins... heres a page with css data if that helps http://www.culturedcode.com/css/reference.html
__________________
www.MonsterCoding.com - Website Programming and Development Services |
|
#5
|
|||
|
|||
|
Re: Messed up Web Site
Right, thanks a lot.
Also, do you know any simple validators for "dummies" so I could try to sort this out? Cheers! |
![]() |
| Tags |
| messed, web, site |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| My mouse over is all messed up now | charlie019 | Starting Out | 5 | Oct 5th, 2007 12:25 |
| Layout messed up in IE7.Please help! | mistersean | Web Page Design | 2 | Sep 17th, 2007 15:53 |
| Please Help I have messed up! | Teejay | Databases | 1 | Nov 5th, 2006 14:37 |
| Help - messed up! | Pickle | JavaScript Forum | 1 | Feb 21st, 2006 11:58 |
| Something messed up... | Jdinh04 | Web Page Design | 2 | May 18th, 2005 23:33 |