how do i remove scroll bar from html

T

tAr723

my web host allows me to insert html. when i insert the html for my published
document (which is a table being used as a navigation bar), i get the scroll
bar. i don't want it. in addition, how do i remove the link underline? thank
you.
 
R

Rob Giordano \(Crash\)

scroll bars appear when the content is too big for the viewport...make your
page narrower or shorter.


| my web host allows me to insert html. when i insert the html for my
published
| document (which is a table being used as a navigation bar), i get the
scroll
| bar. i don't want it. in addition, how do i remove the link underline?
thank
| you.
 
D

DavidF

In addition to what Rob said, you should be making changes in the original
Publisher document on your computer and replacing the code on your site with
the new code generated from the Pub document...not modifying the posted
code. Use the Insert HTML Code Fragment feature.

Try using the insert html code fragment feature to insert the following code
snippet onto each page of your Publisher document to remove the link
underline:

<style>
a{text-decoration:none}
</style>

DavidF
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top