This is a discussion on "I'm having a problem and..." within the Web Page Design section. This forum, and the thread "I'm having a problem and... are both part of the Design Your Website category.
|
|
|
|
|
![]() |
||
I'm having a problem and...
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
I'm having a problem and...
Hi
I'm having a problem with my website and i don't know how to fix it. it may be css related or html i'm not to shore, but i think it has something to do with Internet Explorer. The problem i'm having only happens when you view my website (www.freewebs.com/powderhound11) using IE. The main body of my site is meant to show up in the center of the page (which it does if you view it in Firefox). I think it has something to do with my css or i could be wrong. can anyone help me? hear is my css for reference. @charset "windows-1252"; /* CSS */ /* Main Styles */ body {margin: 0px 0px 0px 0px; background-color: #666666; } #pagewrap {width: 700px; margin: 100px auto auto auto; background-color: #EFEFEF; } #pagewrap2 {width: 690px; margin: 10px auto auto auto; background-color: #EFEFEF; } #banner {width: 700px; height: 120px; background-image: url(http://i64.photobucket.com/albums/h1...traliacopy.png ); background-repeat: no-repeat; background-position: top center; } #banner2 {width: 700px; height: 120px; background-image: url(); background-repeat: no-repeat; background-position: top center; } /* Headings*/ h1 {color: green; font-family: "times new roman"; text-align: center; font-size: 32px; } h2 {color: black; font-family: times new roman; font-weight: normal; font-size: 14px; text-decoration: none; text-align: center; } if anyone could help it would be very appreciated |
|
|
|
||||
|
Re: I'm having a problem and...
body { text-align:center; } #pagewrap { text-align:left; }
Last Blog Entry: Apps every Mac based web dev should consider (Jul 10th, 2008)
|
|
|||
|
Re: I'm having a problem and...
thanks for the advice, i will give it a go
|
|
|||
|
Re: I'm having a problem and...
cool it's fixed know, thaks heaps for that.
|
|
|||
|
Re: I'm having a problem and...
cool it's fixed know, thaks heaps for that.
|
|
||||
|
Re: I'm having a problem and...
Glad it worked for ya.
Last Blog Entry: Apps every Mac based web dev should consider (Jul 10th, 2008)
|
![]() |
| Tags |
| having, problem |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| First image problem and inline list problem | konnor5092 | Web Page Design | 8 | Dec 1st, 2007 09:08 |