How do I remove invisible script from my page?

W

wintermoon

I added script to change the scrollbar colors and now I can't find it
anywhere. I want to remove it so I can change it. I added it by using ctrl+Q
and inserted it into a table but I guess I clicked the wrong spot or
something because when I remove the table it was supposed to be in the code
still shows up on the preview. Please help. I've been fighting with this for
hours and I don't want to have to redo the entire page to fix it. Thanks.
 
W

Wes

Place your curser on the spot where the code is and switch to code view.
2003 also has a neat splitscreen view option
 
M

Murray

Kinda hard to do that when the code is CSS, doncha know, but code view is
the right place to go....
 
A

Andrew Murray

usually it should be a CSS file either external with a css file extension or in
the <head> section between <style> and </style> tags.
 
Top