Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Did I meet a threashold? 1

Status
Not open for further replies.

tijerina

Vendor
Mar 4, 2003
132
US
My site is


the code in it is:

<html>
<head>
<title>Company Incorporated -- We make "IT" simple!</title>
</head>

<body>

<table width="100%" height="100%" bgcolor="#FFFFFF"><tr valign="top">
<td width="45%">&nbsp;</td>
<td width="10%">

<table bgcolor="#ffffff" width="700"><tr>
<td>
<br>
<img border="0" src="images/welcome.gif" width="128" height="34"><br>
&nbsp;<br>
<img border="0" src="images/businesspeople.jpg" align="left" width="160" height="98"><font type="trebuchet MS">Company Inc. applies technical expertise to business problems taking your
business to a more productive, more efficient level. Using current, proven
technologies, we facilitate the compilation and movement of information
throughout an organization. When proposing solutions, we look at current
investment in technology, return on investment, longevity, and productivity
gains to select a cost effective technical solution for your business problems.<p>
Some of the services and technology we provide are:</p>
<p>For example, by developing a strategic plan, we can identify
which future investments fit into your long range business goals while taking
advantage of your current IS (information systems) infrastructure. Or, we can
increase your staff's productivity through office automation by analyzing
workflow and redesigning processes to eliminate redundant tasks.</p>
<p>LZT Inc. can provide a &quot;big picture&quot; view of
your business and technology needs.&nbsp; We can then provide a plan and the
means to attain your future business goals.</p>
</td>
</tr></table>
<p align=center><br><br>
<a href="../company/aboutus.php"><img src="../images/aboutus" border=0 alt="All about LZT Inc" align=center></a>

<a href="../distinct/thedistincion.php"><img src="../images/thedistinction" border=0 alt="What makes Company Inc different from all the rest" align=center></a>

<a href="../services/services.php"><img src="../images/services" border=0 alt="A list of all our IT services!" align=center></a>

<a href="../security/security.php"><img src="../images/security" border=0 alt="We know how to secure your Enterprise Network!" align=center></a>

This button is not showing up???
<a href="../contact_us/contactus.php"<img src="../images/contactus" border=0 alt="You can always get in touch with Company Inc, we are here for you!" align=center></a>
</p>



</td>
<td width="45%">&nbsp;</td>
</tr></table>


</body>
</html>



I have created 5 buttons, but only 4 show up. I am not sure what threashold I am meeting.

Yes it is sloppy right now, but I will fix it up..

Thanks a million..
 
Code:
<a href="../contact_us/contactus.php"[COLOR=red][b]>[/b][/color]<img src="../images/contactus" border=0 alt="You can always get in touch with Company Inc, we are here for you!" align=center></a>
You didn't close the <a> tag!

--Chessbot
 
Thanks for the correction.

You know, I read that snippet of code over and over again and did not pick it up..

I am lol with embarrassment now, but I must admit, that happens a ton with me...

Thanks again!!!
 
d'oh!

i do that all the time, so i know where to look.

--Chessbot
 
The HTML Validator will pick this sort of thing up.

<marc> i wonder what will happen if i press this...[ul][li]please tell us if our suggestion has helped[/li][li]need some help? faq581-3339[/li][/ul]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top