View Full Version : > sign above table driving me nuts!


vicary
05-14-2003, 03:18 AM
Ok, this is driving me nuts I tell ya!
There is a little > sign right above & before my tableto the left (as if it sits on the left top side of my table), I can't see where the problem is in the code to get rid of it. I sure hope someone can help me on this!
Here is the URL: (hope this is not against rules posting this url for help)
> sign (http://members.kconline.com/vicary/pricing.html)
Here is my code for the beginning of my table:
<body>

<h1>Pricing Page</h1>
<br>
<br>
<table border="2" bordercolor="#A02623" cellspacing="2" cellpadding="4">
<tr>
<td bgcolor="#D1C586" colspan=6 align=center><b>Includes name, address, phone #, & motto</b><br>(1” x 1” logo included/colors not touching)
</td></tr>

amicus
05-14-2003, 04:05 AM
here's the revised code, i took out the extra '>' it actaully in the middle of the table not the top, how strange :/ anyways i had to take out the errors in order to find it so you better check the code to make i didn't break anything :)

<html>
<head>
<TITLE>Pricing</TITLE>
<META NAME="description" CONTENT="Monograms and logos printing letterheads envelopes and business cards for small to medium and home based businesses">
<META NAME="keywords" CONTENT="monograms, logos, letterheads, evelopes, business, cards, Elkhart, Goshen, Warsaw, Indiana, home, based, small, medium, South Bend">
<META NAME="author" CONTENT="R.Vicary">
<style type="text/css">
<!--

A:link
{ text-decoration: underline;
color:#7D6E2D;
font-family: verdana, arial, lucida sans;
font-weight:normal; }
A:visited
{ text-decoration: none;
color:#9C914F;
font-family: verdana, arial, lucida sans;
font-weight:normal; }
A:active
{ text-decoration: none;
color:#A9EBA9;
font-family: verdana, arial, lucida sans;
font-weight:normal; }
A:hover
{ text-decoration: none;
color:#9A2145;
font-family: verdana, arial, lucida sans;
font-weight:bold; }

body
{ background-color: #ffffff;
font-family: verdana, arial, lucida sans;
color: #000000 ;
letter-spacing: 1pt;
font-weight:normal;
font-size:10pt;
text-align: center;
margin: 10px 10px 10px 10px;

scrollbar-face-color : #9c914f;
scrollbar-highlight-color : #ffffff;
scrollbar-3dlight-color : #000000; scrollbar-shadow-color : #9C914F;
scrollbar-darkshadow-color : #000000; scrollbar-track-color : #9a2145;
scrollbar-arrow-color : #000000 }

table, td {
font-size:8pt;
}


h1{font-size:20pt; font-weight:normal; font-family:verdana;}
// -->
</style>
</head>
<body>
<h1>Pricing Page</h1>
<br>
<br>
<table border="2" bordercolor="#A02623" cellspacing="2" cellpadding="4">
<tr>
<td bgcolor="#D1C586" colspan="6" align="center"><b>Includes name, address, phone
#, &amp; motto</b><br>
(1&quot; x 1&quot; logo included/colors not touching)</td>
</tr>
<tr>
<td bgcolor="#D1C586"><b>Pricing:</b></td>
<td>Black Ink</td>
<td>1 Color</td>
<td>2 Color</td>
<td>3 Colors</td>
<td>4 Colors</td>
</tr>
<tr>
<td bgcolor="#D1C586"><b>500 Letterheads and 500 Envelopes</b></td>
<td>$135.00</td>
<td>$145.00</td>
<td>$155.00</td>
<td>$165.00</td>
<td>$175.00</td>
</tr>
<tr>
<td bgcolor="#D1C586"><b>250 Letterheads and 250 Envelopes</b></td>
<td>$100.00</td>
<td>$115.00</td>
<td>$125.00</td>
<td>$135.00</td>
<td>$145.00</td>
</tr>
<tr>
<td bgcolor="#D1C586"><b>100 Letterheads and 100 Envelopes</b></td>
<td>$70.00</td>
<td>$95.00</td>
<td>$105.00</td>
<td>$115.00</td>
<td>$125.00</td>
</tr>
<tr>
<td bgcolor="#D1C586"><b>500 Letterheads</b></td>
<td>$70.00</td>
<td>$75.00</td>
<td>$85.00</td>
<td>$95.00</td>
<td>$105.00</td>
</tr>
<tr>
<td bgcolor="#D1C586"><b>250 Letterheads</b></td>
<td>$55.00</td>
<td>$60.00</td>
<td>$70.00</td>
<td>$80.00</td>
<td>$90.00</td>
</tr>
<tr>
<td bgcolor="#D1C586"><b>100 Letterheads</b></td>
<td>$45.00</td>
<td>$50.00</td>
<td>$60.00</td>
<td>$70.00</td>
<td>$80.00</td>
</tr>
<tr>
<td bgcolor="#D1C586"><b>500 Envelopes</b></td>
<td>$70.00</td>
<td>$75.00</td>
<td>$85.00</td>
<td>$95.00</td>
<td>$105.00</td>
</tr>
<tr>
<td bgcolor="#D1C586"><b>250 Envelopes</b></td>
<td>$55.00</td>
<td>$60.00</td>
<td>$70.00</td>
<td>$80.00</td>
<td>$90.00</td>
</tr>
<tr>
<td bgcolor="#D1C586"><b>100 Envelopes</b></td>
<td>$45.00</td>
<td>$50.00</td>
<td>$60.00</td>
<td>$70.00</td>
<td>$80.00</td>
</tr>
<tr>
<td bgcolor="#D1C586"><b>250 Business Cards</b></td>
<td>$35.00</td>
<td>$40.00</td>
<td>$43.00</td>
<td>$45.00</td>
<td>$50.00</td>
</tr>
<tr>
<td bgcolor="#D1C586"><b>100 Business Cards</b></td>
<td>$25.00</td>
<td>$30.00</td>
<td>$33.00</td>
<td>$35.00</td>
<td>$40.00</td>
</tr>
<tr>
<td bgcolor="#D1C586"><b>50 Business Cards</b></td>
<td>$15.00</td>
<td>$20.00</td>
<td>$23.00</td>
<td>$25.00</td>
<td>$30.00</td>
</tr>
<tr>
<td bgcolor="#D1C586"><b>Monograms & Logos (starting at:)</b></td>
<td colspan=5>$25.00/prices may vary depending on how graphic the logo may be
&amp; time involved</td>
</tr>
<tr>
<td bgcolor="#CBBE89" colspan="6" align="center"><b>Logos:</b> if you need to
include a logo that has more than 2 colors or has colors that touch, that would
involve a charge as a 4 color process. <a href="mailto:sales@vicarybiznis.com?subject=Vicary Biznis Sales">&quot;email
me!&quot;</a> for details or quotes. </td>
<tr>
</table>
<p><b>Paper Stock:</b><BR>
Many <b><font color="#FFBC81">c</font><font color="#81D1FF">o</font><font color="#00C083">l</font><font color="#A7C000">o</font><font color="#ECB7FF">r</font><font color="#FEAAC4">s</font>
&amp; <font color="#AEC7FE">s</font><font color="#FFCE81">t</font><font color="#81D1FF">y</font><font color="#94ECAB">l</font><font color="#ECB7FF">e</font><font color="#A4CFF0">s</font></b>
to choose from! <br>
<i><font size="1">(specialty papers/colors extra)
<p></p>
(tax not included in prices)(</font></i> <BR>
<BR>
<font face="verdana" size="1" color="#5AADBF">
<p>Copyright&copy; 2003 Vicary Biznis
<p>
</font>
</body>
</html>

pb&j
05-14-2003, 04:07 AM
in this spot you have two extra ending TD tags and one missing starting TR tag...

<td>3 Colors</td></td><td>4 Colors</td></td></tr>

should be like this...

<td>3 Colors</td><td>4 Colors</td></tr><tr>

and here is your main problem...

<tr>
<td bgcolor="#D1C586"><b>100 Envelopes</b></td>
<td>$45.00</td>
<td>$50.00</td>
<td>$60.00</td>
<td>$70.00</td>
<td>$80.00</td>></tr>
<tr>

amicus
05-14-2003, 04:12 AM
part of the code got screwed up (i don't know why) when i posted. the part that goes '(starting at' smiley face isn't suppose to be like that. i changed all the '&', 'copyright' and '"' to the entities but for some reason it got all changed :/

vicary
05-14-2003, 04:35 AM
of a link in my table. I do have a CSS that goes as such:
<style type="text/css">
<!--

A:link
{ text-decoration: none;
color:#7D6E2D;
font-family: verdana, arial, lucida sans;
font-weight:normal; }
A:visited
{ text-decoration: none;
color:#9C914F;
font-family: verdana, arial, lucida sans;
font-weight:normal; }

I tried changing the color, but it doesn't change after saving. Do I need to somehow include a color change for my link in my table somehow?
Thanks

J E P P O
05-14-2003, 07:49 AM
im not sure how well t well work but here u r:

add this to ur body tag...


<body bgcolor="###" link="###" alink="###" vlink="###">

vicary
05-14-2003, 10:48 AM
Iw's stiww wearning a bunch!
I tawt I taw a putty tat!