iDB Community Forum

Full Version: mods please lock
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
i get this error message when i try to enter my lookup coding

Invalid words or disallowed element names found in your style tags. (Class or ID names must be preceded with a . or #).

input

my html is rusty so i probaly forgot a symbol or two some were but here is the lookup coding so you can look at it and i tried to make the code smaller,it puts tons of spaces in for some reason



<div align=center><img src="http://i6.photobucket.com/albums/y238/darkshadowfire/delete.gif"></div> <div align=center><img src="http://i6.photobucket.com/albums/y238/darkshadowfire/banner.gif"></div> <bgsound src="http://www.boomspeed.com/starlight/eyeoftiger.mid"> <style>td,p,body,.sf{color:maroon;font-size:12pt;font-family:modern}</style>
<style>
body{background-color:black}
</style> <style>
input{visibility:hidden} {visibility:hidden}#n {display: none;} table, td {background: transparent;}
</style>??
<style>
.hdr { display: none; }
</style> <div align=center><img src="http://i6.photobucket.com/albums/y238/darkshadowfire/packthepwnful1.png">
<div align=center><IMG SRC="http://cgi.boingdragon.com/count/darkpack/2.gif" HEIGHT=25></div><div align=center>Counter started:June,14,2006</div>
<style>body{cursor:crosshair}</style>
<div style="position:absolute; top: 0; left: 0;overflow: absolute; width: 689; height: 41;"> <img src="http://i6.photobucket.com/albums/y238/darkshadowfire/redtbitbase.png"??usemap="#a" width="689" height="44" border="0">
</div>
<div style="position:absolute; top: 41;????left: 0;overflow: none; width: 140; height: 1781;">
<img src="http://i6.photobucket.com/albums/y238/darkshadowfire/sidebarredmod1blck.png" usemap="#a" width="140"??height="728 " border="0"></div>
<style>p img{filter:chroma(color=white)filter:chroma(color=white) glow(color=#fffffe)}</style>
</font> <style>hr {display: none;}</style>
Well...you have two instances of {visibility:hidden}. Try getting rid of one. Toungue
Check the differences between your code and this one.

Code:
<style>
  body {cursor:crosshair}
  td,p,body,.sf {color:maroon;font-size:12pt;font-family:modern}
  body{background-color:black}
  input{visibility:hidden}
  #n {display: none;}
  table, td {background: transparent;}
  .hdr { display: none; }
  p img{ filter:chroma(color=white) glow(color=#fffffe)}
</style>
<div align=center>
  <img src="http://i6.photobucket.com/albums/y238/darkshadowfire/delete.gif"><br>
  <img src="http://i6.photobucket.com/albums/y238/darkshadowfire/banner.gif"><br>
  <bgsound src="http://www.boomspeed.com/starlight/eyeoftiger.mid">    
  <img src="http://i6.photobucket.com/albums/y238/darkshadowfire/packthepwnful1.png"><br>
  <img src="http://cgi.boingdragon.com/count/darkpack/2.gif" HEIGHT=25><br>
  Counter started:June,14,2006
</div>
<img src="http://i6.photobucket.com/albums/y238/darkshadowfire/redtbitbase.png" usemap="#a" style="position:absolute; top: 0; left: 0;overflow: absolute; width: 689; height: 44" border="0">
<img src="http://i6.photobucket.com/albums/y238/darkshadowfire/sidebarredmod1blck.png" usemap="#a"  style="position:absolute; top: 41; left: 0;overflow: none; width: 140; height: 1781;" border="0">
</font>
Ok I tried the {visibility:hidden} thing and it didnt work and i got the same eror message and i tried the new code and it still got me the same error messageQuestion
Uhh.. I'm not sure if you need help since it's been a couple days since the last post, but:

Use the new code and take out the input{visibility:hidden}
Fixed the sidebar problem,thanks a ton for all the help.Mods please lock
Reference URL's