Stupid Underlines on every page (Solved)

The place to talk about things that are related to CMS Made simple, but don't fit anywhere else.
Post Reply
astuke

Stupid Underlines on every page (Solved)

Post by astuke »

I can't figure this out, and I'm hoping someone can point me in the right direction. I have these stupid underlines on all text, on every page and I can't seem to figure out where it is coming from.

http://sftctest.starrtech.net/cms/
Last edited by astuke on Sun Jan 12, 2014 7:09 pm, edited 1 time in total.
User avatar
Rolf
Power Poster
Power Poster
Posts: 7825
Joined: Wed Apr 23, 2008 7:53 am
Contact:

Re: Stupid Underlines on every page

Post by Rolf »

- + - + - + - + - + - + -
LATEST TUTORIAL AT CMS CAN BE SIMPLE:
Migrating Company Directory module to LISE
- + - + - + - + - + - + -
Image
User avatar
paulbaker
Dev Team Member
Dev Team Member
Posts: 1465
Joined: Sat Apr 18, 2009 10:09 pm
Contact:

Re: Stupid Underlines on every page

Post by paulbaker »

On that page you have quite a few HTML problems.

Like here:

Code: Select all

    <div id="middle-3column">
      <div id="breadcrumb"> <a href="#"> <img src="uploads/bsa/global/print.gif" alt="print" title="Print" border="0" id="Print" /></a> <a href="#"> <img src="uploads/bsa/global/bookmark.gif" alt="bookmark" title="Bookmark" border="0" id="Bookmark" </a> <span class="crumb"> </div>
      <div id="middle-element">
        <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<__html>
<head>
</head>
</__body>
<div style="text-align: center;">
<p>Welcome! Bienvenidos! to the Santa Fe Trail Council</p>
e.g. The

Code: Select all

<img src="uploads/bsa/global/bookmark.gif" alt="bookmark" title="Bookmark" border="0" id="Bookmark"
needs to be closed with a > which is what is causing your underlining issue.

And

Code: Select all

        <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<__html>
<head>
</head>
</__body>
should never appear in the middle of a HTML document....perhaps a template issue?
astuke

Re: Stupid Underlines on every page

Post by astuke »

Thanks that did take care of my underlines. In the template doctype is at the top.

Now I have | marks I have to find and get rid of. This is an old BSA template I converted to cmsms, so I'm sure there are things I just missed.
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am

Re: Stupid Underlines on every page

Post by Dr.CSS »

You still have lots of invalid HTML including DOCTYPE in the middle of the page...
astuke

Re: Stupid Underlines on every page

Post by astuke »

Got it, pages were copied from the old website, that is where the doctype in the middle came from
astuke

Re: Stupid Underlines on every page

Post by astuke »

I have a global content block and no matter what i do it adds that doctype in the middle is there any way to prevent that?
astuke

Re: Stupid Underlines on every page

Post by astuke »

ok fixed the duplicate in the global content blocks, had to take the check off. Use WYSIWYG: then it would save.
User avatar
Rolf
Power Poster
Power Poster
Posts: 7825
Joined: Wed Apr 23, 2008 7:53 am
Contact:

Re: Stupid Underlines on every page

Post by Rolf »

- + - + - + - + - + - + -
LATEST TUTORIAL AT CMS CAN BE SIMPLE:
Migrating Company Directory module to LISE
- + - + - + - + - + - + -
Image
Post Reply

Return to “The Lounge”