In the majority of my pages I get this weird html tag...
<span style="whatever">
<span class = "whatever">
I researched these tags and found that they are for formatting purposes. My question is, did Actinic create these tags? or were the tags inserted manually into the site via the template?
(I ask this question only becuase I am having a formatting issue where after the section with search bar going into the product list, there is a massive amount of blank space. The spaces won't appear in dreamweaver, only in preview in browser mode. Why can't I erase that space?)
Here is an example of the problem code.
<A HREF="P_index.html"><SPAN CLASS="actsmall style1"><font size="-1" face="Arial, Helvetica, sans-serif"><U><I><B>Dorm101</B></I></U></font></SPAN></A><SPAN CLASS="actsmall"><B>:</B></SPAN><SPAN CLASS="actsmall"><font size="-1" face="Arial, Helvetica, sans-serif"><B>Individual
Products </B></font></SPAN></DIV>
</A>
<! Here DOWN IS THE PROBLEM>
<INPUT TYPE=HIDDEN NAME="SID" VALUE="2">
<INPUT TYPE=HIDDEN NAME="PAGE" VALUE="PRODUCT">
<INPUT TYPE=HIDDEN NAME="PAGEFILENAME" VALUE="P_index.html">
<BR>
TEST HERE
<!-- Typed Test Here to See Where the text position on the web site. It is above the extra space-->
<TABLE WIDTH="500" COLS="3" BORDER="0" CELLPADDING="10" CELLSPACING="0" ALIGN="CENTER">
<TR>
<TD WIDTH="160"></TD>
<TD WIDTH="160"></TD>
<TD WIDTH="160"></TD>
</TR>
What
<tr>
<td rowspan="2" valign="TOP" align="CENTER"><font face="arial" size="-1"><a name="aJersXL"><span class="actregular"><b>Jersey
Knit Twin XL Sheet Sets</b></span></a></font><br>
<br>
Thanks In ADVANCE....!!!
<span style="whatever">
<span class = "whatever">
I researched these tags and found that they are for formatting purposes. My question is, did Actinic create these tags? or were the tags inserted manually into the site via the template?
(I ask this question only becuase I am having a formatting issue where after the section with search bar going into the product list, there is a massive amount of blank space. The spaces won't appear in dreamweaver, only in preview in browser mode. Why can't I erase that space?)
Here is an example of the problem code.
<A HREF="P_index.html"><SPAN CLASS="actsmall style1"><font size="-1" face="Arial, Helvetica, sans-serif"><U><I><B>Dorm101</B></I></U></font></SPAN></A><SPAN CLASS="actsmall"><B>:</B></SPAN><SPAN CLASS="actsmall"><font size="-1" face="Arial, Helvetica, sans-serif"><B>Individual
Products </B></font></SPAN></DIV>
</A>
<! Here DOWN IS THE PROBLEM>
<INPUT TYPE=HIDDEN NAME="SID" VALUE="2">
<INPUT TYPE=HIDDEN NAME="PAGE" VALUE="PRODUCT">
<INPUT TYPE=HIDDEN NAME="PAGEFILENAME" VALUE="P_index.html">
<BR>
TEST HERE
<!-- Typed Test Here to See Where the text position on the web site. It is above the extra space-->
<TABLE WIDTH="500" COLS="3" BORDER="0" CELLPADDING="10" CELLSPACING="0" ALIGN="CENTER">
<TR>
<TD WIDTH="160"></TD>
<TD WIDTH="160"></TD>
<TD WIDTH="160"></TD>
</TR>
What
<tr>
<td rowspan="2" valign="TOP" align="CENTER"><font face="arial" size="-1"><a name="aJersXL"><span class="actregular"><b>Jersey
Knit Twin XL Sheet Sets</b></span></a></font><br>
<br>
Thanks In ADVANCE....!!!
Comment