HTML / Javascript / Stylesheet HELP NEEDED!

Superwormy

Golden Member
Feb 7, 2001
1,637
0
0
http://64.252.92.24/dev/client_job.php?newclient=1

Go to above said link, scroll to the bottom and click the ' New Client ' button.

On the next page, you'll see posting options that'll look all ugly cause they're on a grey backgroun dinstead of white. I need to find a way to change that to white, WITHOUT using <table> tags because the person who did the Javascript made it so that the javascript breaks if you use a <table> tag.

Ideas?
 

teknodude

Member
Apr 11, 2002
186
0
0
[edit] Aaarggh! The forum messed with the code as usual! Go get the code at http://www24.brinkster.com/simonpteknodude/spancode.txt [/edit]

Ok, you want to search through your code and find the part which contains the options ( it starts with <p class="form02"> and ends with </p> ). Replace that whole section with the code at the link above.

That should do the trick! :)

teknodude
 

Superwormy

Golden Member
Feb 7, 2001
1,637
0
0
Link doesn't work...

background: white;

won't work either, because the background will fill over to the right, where there's a 64px grey colored column... :-(
 

teknodude

Member
Apr 11, 2002
186
0
0
Odd that the link doesn't work, it's ok for me. Try it again, my code overcomes the bug that Czar's code doesn't fix.

teknodude
 

bjb86s

Senior member
Aug 8, 2001
494
0
0
Originally posted by: teknodude
Odd that the link doesn't work, it's ok for me. Try it again, my code overcomes the bug that Czar's code doesn't fix.

teknodude

Link works here.

:)

When is AT going add a code tag that simply doesn't interpret the text in it?
 

teknodude

Member
Apr 11, 2002
186
0
0
Well, glad the link works for you bjb86s!

As to the limitation with code in the AT forum, the AT team say they can't modify the forum in that way as it's a commercial product.

teknodude