Members   Search      Help    Register    Login    Home
Home » Support Forums for PMBT 2.X » General Help for 2.X » center my website with internet explorer as a browser
center my website with internet explorer as a browser [message #4314] Mon, 21 June 2010 21:45 Go to next message
mistertiti is currently offline mistertiti  France
Messages: 6
Registered: June 2010
Location: france
Leecher
I can't manage to center my website with internet explorer as a browser. Could you help me please.

i'm french Embarassed
Embarassed Embarassed
Re: center my website with internet explorer as a browser [message #4315 is a reply to message #4314] Mon, 21 June 2010 21:50 Go to previous messageGo to next message
Daffy is currently offline Daffy  United Kingdom
Messages: 359
Registered: October 2009
Location: uk
Releaser

what theme. Confused

Re: center my website with internet explorer as a browser [message #4319 is a reply to message #4315] Tue, 22 June 2010 21:11 Go to previous messageGo to next message
mistertiti is currently offline mistertiti  France
Messages: 6
Registered: June 2010
Location: france
Leecher
Hello. I've tried to correct the theme iestyle.css but nothing change. I add my files because I think there must be a bad configuration somewhere but I can't see where. Thank you everybody for your help.
stylecss from opera it's ok.
  • Attachment: iestyle css.txt
    (Size: 0.63KB, Downloaded 54 times)
  • Attachment: main.php
    (Size: 20.21KB, Downloaded 58474 times)
  • Attachment: style css.txt
    (Size: 17.68KB, Downloaded 57 times)
Re: center my website with internet explorer as a browser [message #4326 is a reply to message #4319] Sat, 26 June 2010 18:51 Go to previous messageGo to next message
joeroberts is currently offline joeroberts  United States
Messages: 1971
Registered: June 2006
Location: U.S.A
Releaser
Da HacKer
what browser Version?

http://a.imageshack.us/img831/5562/mybikes.png
Re: center my website with internet explorer as a browser [message #4330 is a reply to message #4326] Sat, 26 June 2010 23:05 Go to previous messageGo to next message
mistertiti is currently offline mistertiti  France
Messages: 6
Registered: June 2010
Location: france
Leecher
explorer v8.0
Re: center my website with internet explorer as a browser [message #4331 is a reply to message #4330] Sat, 26 June 2010 23:12 Go to previous messageGo to next message
joeroberts is currently offline joeroberts  United States
Messages: 1971
Registered: June 2006
Location: U.S.A
Releaser
Da HacKer
find in main.php
<!--[if IE 7]>
<link rel="stylesheet" type="text/css" media="screen" href="themes/pmbt/iestyle.css">
<![endif]-->

and make it
<!--[if IE]>
<link rel="stylesheet" type="text/css" media="screen" href="themes/pmbt/iestyle.css">
<![endif]-->

or add
<!--[if IE 8]>
<link rel="stylesheet" type="text/css" media="screen" href="themes/pmbt/iestyle.css">
<![endif]-->


http://a.imageshack.us/img831/5562/mybikes.png

[Updated on: Sat, 26 June 2010 23:12]

Report message to a moderator

Re: center my website with internet explorer as a browser [message #4352 is a reply to message #4331] Mon, 28 June 2010 21:52 Go to previous messageGo to next message
Hasan is currently offline Hasan  Denmark
Messages: 89
Registered: April 2010
Seeder
Gives me a error...

Parse error: syntax error, unexpected '<' in /home2/utorrent/public_html/themes/1thank/main.php on line 231

When I replace mine:
echo "<!--[if lt IE 8]>
<script defer type=\"text/javascript\" src=\"$siteurl/pngfix.js\"></script><![endif]-->";


With this:

<!--[if IE]>
<link rel="stylesheet" type="text/css" media="screen" href="themes/1thank/iestyle.css">
<![endif]-->




My site www.u-torrentz.org
Re: center my website with internet explorer as a browser [message #4353 is a reply to message #4352] Mon, 28 June 2010 22:48 Go to previous messageGo to next message
Daffy is currently offline Daffy  United Kingdom
Messages: 359
Registered: October 2009
Location: uk
Releaser

if you look at your original and compare to the new code, you notice that it is echo'd so simple echo it and should be ok.
echo"<!--[if IE]>
<link rel="stylesheet" type="text/css" media="screen" href="themes/1thank/iestyle.css">
<![endif]-->";


try this


[Updated on: Mon, 28 June 2010 22:49]

Report message to a moderator

Re: center my website with internet explorer as a browser [message #4354 is a reply to message #4353] Mon, 28 June 2010 22:52 Go to previous messageGo to next message
Hasan is currently offline Hasan  Denmark
Messages: 89
Registered: April 2010
Seeder
Still do not work..

Sorry mate forgot to mention I tried to use echo and without echo.. and even diff ways still gave me erros, so not working.


My site www.u-torrentz.org
Re: center my website with internet explorer as a browser [message #4355 is a reply to message #4354] Tue, 29 June 2010 00:00 Go to previous messageGo to next message
Daffy is currently offline Daffy  United Kingdom
Messages: 359
Registered: October 2009
Location: uk
Releaser

you are editing the wrong part. why your changing pngfix? you need to change for iestyle.css look a little further down,and just change 7 to 8.

Re: center my website with internet explorer as a browser [message #4356 is a reply to message #4314] Tue, 29 June 2010 00:05 Go to previous messageGo to next message
Hasan is currently offline Hasan  Denmark
Messages: 89
Registered: April 2010
Seeder
because this is the only 1 I got. I do not have the other code in my main.php.

My site www.u-torrentz.org
Re: center my website with internet explorer as a browser [message #4357 is a reply to message #4356] Tue, 29 June 2010 00:47 Go to previous messageGo to next message
Daffy is currently offline Daffy  United Kingdom
Messages: 359
Registered: October 2009
Location: uk
Releaser

m, ok. post you main here and myself or joe will fix it.

Re: center my website with internet explorer as a browser [message #4364 is a reply to message #4357] Wed, 30 June 2010 22:02 Go to previous messageGo to next message
Hasan is currently offline Hasan  Denmark
Messages: 89
Registered: April 2010
Seeder
here you go mate.
  • Attachment: main.php
    (Size: 18.80KB, Downloaded 803 times)


My site www.u-torrentz.org
Re: center my website with internet explorer as a browser [message #4382 is a reply to message #4364] Mon, 05 July 2010 23:49 Go to previous messageGo to next message
Hasan is currently offline Hasan  Denmark
Messages: 89
Registered: April 2010
Seeder
I'm not inpatient but more then 1 week and no help Sad?

In the bug section and in this topic Sad?


My site www.u-torrentz.org
Re: center my website with internet explorer as a browser [message #4558 is a reply to message #4314] Thu, 29 July 2010 01:19 Go to previous message
watermolecule is currently offline watermolecule  United States
Messages: 109
Registered: July 2010
Super-Seeder
No Message Body
Previous Topic:Wont accept torrent files
Next Topic:Searching for exact phrase
Goto Forum:
  


Current Time: Thu Feb 09 05:15:45 GMT 2012

Total time taken to generate the page: 0.01958 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software