A little more information would help here. Is this regarding a theme?
No, it is when I create a page…
Unless you provide a link to a publically accessible page demonstrating the problem, no one will be able to offer much in the way of specific help.
Here is a link to the problem site…
I am referring to the lines like the one under
[email protected]
http://bullgrills.kitchentoolsonsale.com/contact/
Do you mean the lines under your links? If so, you need to edit your theme’s stylesheet and set the text-decoration to none for the link element.
Or, if you’re referring to the border lines, you’ll need to edit the stylesheet and add something like this:
#post-entry h1, h2, h3, h4, h5, h6{
border:none;
}
Either way, you’ll get rid of whatever you’re looking to get rid of.
Have fun.