Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

Website Design Forum


You are currently viewing our Website Design Forum as a guest. Please register to participate.
Login



Freelance Jobs

Reply
Help! Part of My site is missing
Old 03-30-2007, 11:40 AM Help! Part of My site is missing
Super Talker

Posts: 132
Trades: 0
When i open my SMF Forum in internet explorer 7, the border is missing. How can i solve this problem? It works fine with firefox
my site: www.emedinews.com
kenang82 is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 03-30-2007, 12:15 PM Re: Help! Part of My site is missing
Sydpix's Avatar
Drinker I Smoke

Posts: 424
Name: Denny
Location: In a can...
Trades: 0
Has it always been this way?

Did you upload a template?

Did you edit any of the template files?

Did you edit any of the css?

One thing you could do if it's a template. Upload the original template, Change your images and cross check each edit. You may find in the process were you went wrong.

It looks to me like you did something to the header that enlarged it. It's pushing the outer boundaries of the page.

Just reinstall the template.
__________________
.
Village Idiot

Sydpix is offline
Reply With Quote
View Public Profile Visit Sydpix's homepage!
 
Old 03-30-2007, 12:41 PM Re: Help! Part of My site is missing
Banned

Posts: 905
Name: Travel Agent
Trades: 0
For one thing, your <!DOCTYPE Declaration> is in the wrong location, as shown in your 75 code warnings:

Code:
line 1 column 1 - Warning: missing <!DOCTYPE> declaration
line 16 column 1 - Warning: <!DOCTYPE> isn't allowed after elements
line 17 column 1 - Warning: discarding unexpected <html>
line 16 column 1 - Warning: <head> isn't allowed in <body> elements
line 16 column 1 - Warning: <meta> isn't allowed in <body> elements
line 16 column 1 - Warning: <meta> isn't allowed in <body> elements
line 16 column 1 - Warning: <meta> isn't allowed in <body> elements
line 16 column 1 - Warning: <title> isn't allowed in <body> elements
line 16 column 1 - Warning: <link> isn't allowed in <body> elements
line 16 column 1 - Warning: <link> isn't allowed in <body> elements
line 16 column 1 - Warning: <link> isn't allowed in <body> elements
line 16 column 1 - Warning: <link> isn't allowed in <body> elements
line 16 column 1 - Warning: <link> isn't allowed in <body> elements
line 16 column 1 - Warning: <link> isn't allowed in <body> elements
line 16 column 1 - Warning: </head> isn't allowed in <body> elements
line 49 column 1 - Warning: discarding unexpected <body>
line 67 column 9 - Warning: discarding unexpected </span>
line 87 column 9 - Warning: <br> element not empty or not closed
line 87 column 13 - Warning: <br> element not empty or not closed
line 87 column 17 - Warning: <br> element not empty or not closed
line 119 column 7 - Warning: <b> isn't allowed in <tr> elements
line 119 column 11 - Warning: missing </b> before <td>
line 120 column 35 - Warning: inserting implicit <b>
line 124 column 66 - Warning: discarding unexpected </b>
line 140 column 123 - Warning: <br> element not empty or not closed
line 153 column 7 - Warning: <b> isn't allowed in <tr> elements
line 153 column 11 - Warning: missing </b> before <td>
line 154 column 35 - Warning: inserting implicit <b>
line 158 column 66 - Warning: discarding unexpected </b>
line 175 column 146 - Warning: <br> element not empty or not closed
line 193 column 141 - Warning: <br> element not empty or not closed
line 210 column 150 - Warning: <br> element not empty or not closed
line 223 column 7 - Warning: <b> isn't allowed in <tr> elements
line 223 column 11 - Warning: missing </b> before <td>
line 224 column 35 - Warning: inserting implicit <b>
line 228 column 66 - Warning: discarding unexpected </b>
line 245 column 155 - Warning: <br> element not empty or not closed
line 263 column 154 - Warning: <br> element not empty or not closed
line 328 column 154 - Warning: <br> element not empty or not closed
line 341 column 7 - Warning: <b> isn't allowed in <tr> elements
line 341 column 11 - Warning: missing </b> before <td>
line 342 column 35 - Warning: inserting implicit <b>
line 346 column 66 - Warning: discarding unexpected </b>
line 363 column 116 - Warning: <br> element not empty or not closed
line 381 column 139 - Warning: <br> element not empty or not closed
line 399 column 139 - Warning: <br> element not empty or not closed
line 417 column 139 - Warning: <br> element not empty or not closed
line 435 column 139 - Warning: <br> element not empty or not closed
line 452 column 150 - Warning: <br> element not empty or not closed
line 465 column 7 - Warning: <b> isn't allowed in <tr> elements
line 465 column 11 - Warning: missing </b> before <td>
line 466 column 35 - Warning: inserting implicit <b>
line 470 column 66 - Warning: discarding unexpected </b>
line 501 column 104 - Warning: <br> element not empty or not closed
line 518 column 155 - Warning: <br> element not empty or not closed
line 535 column 188 - Warning: <br> element not empty or not closed
line 548 column 7 - Warning: <b> isn't allowed in <tr> elements
line 548 column 11 - Warning: missing </b> before <td>
line 549 column 35 - Warning: inserting implicit <b>
line 553 column 66 - Warning: discarding unexpected </b>
line 569 column 115 - Warning: <br> element not empty or not closed
line 586 column 109 - Warning: <br> element not empty or not closed
line 119 column 11 - Warning: trimming empty <b>
line 153 column 11 - Warning: trimming empty <b>
line 223 column 11 - Warning: trimming empty <b>
line 285 column 130 - Warning: trimming empty <font>
line 341 column 11 - Warning: trimming empty <b>
line 465 column 11 - Warning: trimming empty <b>
line 548 column 11 - Warning: trimming empty <b>
line 117 column 4 - Warning: <a> cannot copy name attribute to id
line 151 column 4 - Warning: <a> cannot copy name attribute to id
line 221 column 4 - Warning: <a> cannot copy name attribute to id
line 339 column 4 - Warning: <a> cannot copy name attribute to id
line 463 column 4 - Warning: <a> cannot copy name attribute to id
line 546 column 4 - Warning: <a> cannot copy name attribute to id
travelagent is offline
Reply With Quote
View Public Profile
 
Old 03-30-2007, 09:44 PM Re: Help! Part of My site is missing
Super Talker

Posts: 132
Trades: 0
Quote:
Originally Posted by travelagent View Post
For one thing, your <!DOCTYPE Declaration> is in the wrong location, as shown in your 75 code warnings:

Code:
line 1 column 1 - Warning: missing <!DOCTYPE> declaration
line 16 column 1 - Warning: <!DOCTYPE> isn't allowed after elements
line 17 column 1 - Warning: discarding unexpected <html>
line 16 column 1 - Warning: <head> isn't allowed in <body> elements
line 16 column 1 - Warning: <meta> isn't allowed in <body> elements
line 16 column 1 - Warning: <meta> isn't allowed in <body> elements
line 16 column 1 - Warning: <meta> isn't allowed in <body> elements
line 16 column 1 - Warning: <title> isn't allowed in <body> elements
line 16 column 1 - Warning: <link> isn't allowed in <body> elements
line 16 column 1 - Warning: <link> isn't allowed in <body> elements
line 16 column 1 - Warning: <link> isn't allowed in <body> elements
line 16 column 1 - Warning: <link> isn't allowed in <body> elements
line 16 column 1 - Warning: <link> isn't allowed in <body> elements
line 16 column 1 - Warning: <link> isn't allowed in <body> elements
line 16 column 1 - Warning: </head> isn't allowed in <body> elements
line 49 column 1 - Warning: discarding unexpected <body>
line 67 column 9 - Warning: discarding unexpected </span>
line 87 column 9 - Warning: <br> element not empty or not closed
line 87 column 13 - Warning: <br> element not empty or not closed
line 87 column 17 - Warning: <br> element not empty or not closed
line 119 column 7 - Warning: <b> isn't allowed in <tr> elements
line 119 column 11 - Warning: missing </b> before <td>
line 120 column 35 - Warning: inserting implicit <b>
line 124 column 66 - Warning: discarding unexpected </b>
line 140 column 123 - Warning: <br> element not empty or not closed
line 153 column 7 - Warning: <b> isn't allowed in <tr> elements
line 153 column 11 - Warning: missing </b> before <td>
line 154 column 35 - Warning: inserting implicit <b>
line 158 column 66 - Warning: discarding unexpected </b>
line 175 column 146 - Warning: <br> element not empty or not closed
line 193 column 141 - Warning: <br> element not empty or not closed
line 210 column 150 - Warning: <br> element not empty or not closed
line 223 column 7 - Warning: <b> isn't allowed in <tr> elements
line 223 column 11 - Warning: missing </b> before <td>
line 224 column 35 - Warning: inserting implicit <b>
line 228 column 66 - Warning: discarding unexpected </b>
line 245 column 155 - Warning: <br> element not empty or not closed
line 263 column 154 - Warning: <br> element not empty or not closed
line 328 column 154 - Warning: <br> element not empty or not closed
line 341 column 7 - Warning: <b> isn't allowed in <tr> elements
line 341 column 11 - Warning: missing </b> before <td>
line 342 column 35 - Warning: inserting implicit <b>
line 346 column 66 - Warning: discarding unexpected </b>
line 363 column 116 - Warning: <br> element not empty or not closed
line 381 column 139 - Warning: <br> element not empty or not closed
line 399 column 139 - Warning: <br> element not empty or not closed
line 417 column 139 - Warning: <br> element not empty or not closed
line 435 column 139 - Warning: <br> element not empty or not closed
line 452 column 150 - Warning: <br> element not empty or not closed
line 465 column 7 - Warning: <b> isn't allowed in <tr> elements
line 465 column 11 - Warning: missing </b> before <td>
line 466 column 35 - Warning: inserting implicit <b>
line 470 column 66 - Warning: discarding unexpected </b>
line 501 column 104 - Warning: <br> element not empty or not closed
line 518 column 155 - Warning: <br> element not empty or not closed
line 535 column 188 - Warning: <br> element not empty or not closed
line 548 column 7 - Warning: <b> isn't allowed in <tr> elements
line 548 column 11 - Warning: missing </b> before <td>
line 549 column 35 - Warning: inserting implicit <b>
line 553 column 66 - Warning: discarding unexpected </b>
line 569 column 115 - Warning: <br> element not empty or not closed
line 586 column 109 - Warning: <br> element not empty or not closed
line 119 column 11 - Warning: trimming empty <b>
line 153 column 11 - Warning: trimming empty <b>
line 223 column 11 - Warning: trimming empty <b>
line 285 column 130 - Warning: trimming empty <font>
line 341 column 11 - Warning: trimming empty <b>
line 465 column 11 - Warning: trimming empty <b>
line 548 column 11 - Warning: trimming empty <b>
line 117 column 4 - Warning: <a> cannot copy name attribute to id
line 151 column 4 - Warning: <a> cannot copy name attribute to id
line 221 column 4 - Warning: <a> cannot copy name attribute to id
line 339 column 4 - Warning: <a> cannot copy name attribute to id
line 463 column 4 - Warning: <a> cannot copy name attribute to id
line 546 column 4 - Warning: <a> cannot copy name attribute to id
What can I do about it? I am a doctor, I have no much knowledge in web-making. Please advise.
kenang82 is offline
Reply With Quote
View Public Profile
 
Old 03-30-2007, 09:49 PM Re: Help! Part of My site is missing
Sydpix's Avatar
Drinker I Smoke

Posts: 424
Name: Denny
Location: In a can...
Trades: 0
Just re-install the original template and you should be fine. Be carefull editing files in some forums. What editor do you use?
__________________
.
Village Idiot

Sydpix is offline
Reply With Quote
View Public Profile Visit Sydpix's homepage!
 
Old 04-02-2007, 09:18 PM Re: Help! Part of My site is missing
Pafl3a's Avatar
Skilled Talker

Posts: 64
Name: Paflea Marin
Location: Romania Timisoara
Trades: 0
the border is a PNG. image? in Explorer u need a plugin to see that type of images,.... use GIF, TIF or JPG, JPEG
Pafl3a is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Help! Part of My site is missing
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

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 Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.56704 seconds with 12 queries