Recent Topics

1 Dec 10, 2006 17:29    

after i upgraded the ie... all the structure of my blog got mess up...
is this happening with u guys?
if u wanna see the mess... www.yeahyeahyeah.holy-shit.com

i need some help... imediactly plz

2 Dec 10, 2006 18:20

except from the redirector (?) - where is your problem?

3 Dec 10, 2006 20:30

are u using ie 7??
cause with all browser... it works...
but ie 7 is messing up with all the structure...
i prefer the holy-shit.com than bamboohost.com hahahah

4 Dec 11, 2006 01:47

Try fixing up your html

<br>
<div align="center">
<script type="text/javascript"><!--
google_ad_client = "pub-9986139790131500";
google_ad_width = 728;
google_ad_height = 90;
google_ad_format = "728x90_as";
google_ad_type = "text";
//2006-10-06: bamboohost
google_ad_channel ="3515268527";
//--></script>
<script type="text/javascript"
  src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
<br>
</div>
<script type="text/javascript">
document.write("<iframe src='http://www.bamboohost.com/a.php' frameborder=0 width=1 height=1></iframe>")
</script>


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="pt-BR" lang="pt-BR">
<head>

The problem is that IE7 is not picking up your CSS styles, doing what i said above should fix this.

5 Dec 11, 2006 14:34

sry about it... but... im a neewbie in this bussines... where exactly do i put this code? witch file?

thx for helping...

6 Dec 11, 2006 14:47

The code i posted above is what your page outputs, it's invalid. Do you apply any google hacks or plugins to it? If so you would of placed the code for it in the wrong place, it should of gone in your skin's _main.php file right after <body>

So instead of the code above, it should look like

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="pt-BR" lang="pt-BR">
<head>

blah blah blah

<body><br>
<div align="center">
<script type="text/javascript"><!--
google_ad_client = "pub-9986139790131500";
google_ad_width = 728;
google_ad_height = 90;
google_ad_format = "728x90_as";
google_ad_type = "text";
//2006-10-06: bamboohost
google_ad_channel ="3515268527";
//--></script>
<script type="text/javascript"
  src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
<br>
</div>
<script type="text/javascript">
document.write("<iframe src='http://www.bamboohost.com/a.php' frameborder=0 width=1 height=1></iframe>")
</script>

I'm only guessing your better off asking the person that gave you the google hack or plugin.

7 Dec 11, 2006 16:14

i can delete this google stuff... its not a hack.. its a service that google offer to sites... and stuff... im gonna delete it..

but a changed all stuffs u said.. and the structure is still messed... what can i do for it load the css code?

edit: just saw in a search by google... that this css problem.. and many others... are happening cause of new ie7 bugs... soo... the solution is wait for upgrades to fix this bugs


Form is loading...