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/
Stupid Underlines on every page (Solved)
Stupid Underlines on every page (Solved)
Last edited by astuke on Sun Jan 12, 2014 7:09 pm, edited 1 time in total.
Re: Stupid Underlines on every page
- + - + - + - + - + - + -
LATEST TUTORIAL AT CMS CAN BE SIMPLE:
Migrating Company Directory module to LISE
Migrating Company Directory module to LISE
- + - + - + - + - + - + -
Re: Stupid Underlines on every page
On that page you have quite a few HTML problems.
Like here:
e.g. The
needs to be closed with a > which is what is causing your underlining issue.
And
should never appear in the middle of a HTML document....perhaps a template issue?
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>
Code: Select all
<img src="uploads/bsa/global/bookmark.gif" alt="bookmark" title="Bookmark" border="0" id="Bookmark"
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>
Re: Stupid Underlines on every page
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.
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.
Re: Stupid Underlines on every page
You still have lots of invalid HTML including DOCTYPE in the middle of the page...
Re: Stupid Underlines on every page
Got it, pages were copied from the old website, that is where the doctype in the middle came from
Re: Stupid Underlines on every page
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?
Re: Stupid Underlines on every page
ok fixed the duplicate in the global content blocks, had to take the check off. Use WYSIWYG: then it would save.
Re: Stupid Underlines on every page
- + - + - + - + - + - + -
LATEST TUTORIAL AT CMS CAN BE SIMPLE:
Migrating Company Directory module to LISE
Migrating Company Directory module to LISE
- + - + - + - + - + - + -