General Discussion Off-Topic Discussion and Enlightenment

html codes

Thread Tools
 
Search this Thread
 
Old 01-30-2005 | 10:31 AM
  #1  
B16aJunkY's Avatar
Thread Starter
1.5 BAR
 
Joined: Oct 2004
Posts: 907
Default html codes

anyone know the html code to keep the word the same color after they click on it?
Old 01-30-2005 | 10:33 AM
  #2  
RNPoo7's Avatar
1.0 BAR
 
Joined: Jan 2005
Posts: 524
Default Re:html codes

<BODY VLINK = Color... >
Old 01-30-2005 | 10:40 AM
  #3  
bambooseven's Avatar
3.0 BAR
 
Joined: Oct 2003
Posts: 3,254
Default Re:html codes

ehhh, he means....

<BODY LINK="color" ALINK="(the same)color" VLINK="(the same)color">
</BODY>
Old 01-30-2005 | 10:40 AM
  #4  
B16aJunkY's Avatar
Thread Starter
1.5 BAR
 
Joined: Oct 2004
Posts: 907
Default Re:html codes

and where would i put it? at the top?
Old 01-30-2005 | 10:47 AM
  #5  
bambooseven's Avatar
3.0 BAR
 
Joined: Oct 2003
Posts: 3,254
Default Re:html codes

in the body tags that SHOULD already be there.
Old 01-30-2005 | 10:48 AM
  #6  
bambooseven's Avatar
3.0 BAR
 
Joined: Oct 2003
Posts: 3,254
Default Re:html codes

post your code and I'll show you how to fix it.
Old 01-30-2005 | 12:24 PM
  #7  
B16aJunkY's Avatar
Thread Starter
1.5 BAR
 
Joined: Oct 2004
Posts: 907
Default Re:html codes

here's the hole code of the page.


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<!-- TemplateBeginEditable name="doctitle" -->
<title>Untitled Document</title>
<!-- TemplateEndEditable -->
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<!-- TemplateBeginEditable name="head" -->
<!-- TemplateEndEditable -->
</head>

<body bgcolor="#006699" text="#000000" link="#000000">
<table width="70%" border="0" align="center">
<tr>
<td><img src="banner.jpg" width="800" height="230" align="absmiddle"></td>
</tr>
</table>
<p>&nbsp;</p>
<table width="7%" height="102" border="1" align="left" bordercolor="#000000" bgcolor="#CCCCCC">
<tr>
<td><a href="http://www.deadz0ne.com">Home</a></td>
</tr>
<tr>
<td><a href="http://www.deadz0ne.com/forum/">Forums</a></td>
</tr>
<tr>
<td><a href="http://www.deadz0ne.com/server.htm">Server</a></td>
</tr>
<tr>
<td><a href="http://www.deadz0ne.com/download.htm">Download</a></td>
</tr>
</table>
<table width="25%" height="150" border="1" align="center">
<tr>
<td height="26" align="center" valign="middle">News</td>
</tr>
<tr>
<td align="center" valign="middle">Welcome to Deadz0ne.com please feel free
to register on the fourms and get to know the admins on the server. As you
can tell the webpage is not fully up and runing so please feel free to look
in the forums for all info for the server and renting admin.</td>
</tr>
</table>
<p>&nbsp;</p>
</body>
</html>
Old 01-30-2005 | 12:43 PM
  #8  
HondaTuner's Avatar
0.0 BAR
 
Joined: Dec 2003
Posts: 0
Default Re:html codes

Not going to fix that one part since I forget how to do it, but I fixed the rest of it:


<html>
<head>
<title>Untitled Document</title>
</head>
<body bgcolor="#006699" text="#000000" link="#000000">
<table width="70%" border="0" align="center">
<tr>
<td><img src="banner.jpg" width="800" height="230" align="absmiddle"></td>
</tr>
</table>
<p>&nbsp;</p>
<table width="7%" height="102" border="1" align="left" bordercolor="#000000" bgcolor="#CCCCCC">
<tr>
<td><a href="http://www.deadz0ne.com">Home</a></td>
</tr>
<tr>
<td><a href="http://www.deadz0ne.com/forum/">Forums</a></td>
</tr>
<tr>
<td><a href="http://www.deadz0ne.com/server.htm">Server</a></td>
</tr>
<tr>
<td><a href="http://www.deadz0ne.com/download.htm">Download</a></td>
</tr>
</table>
<table width="25%" height="150" border="1" align="center">
<tr>
<td height="26" align="center" valign="middle">News</td>
</tr>
<tr>
<td align="center" valign="middle">Welcome to Deadz0ne.com please feel free
to register on the forums and get to know the admins on the server. As you
can tell the webpage is not fully up and running so please feel free to look
in the forums for all info for the server and renting admin.</td>
</tr>
</table>
<p>&nbsp;</p>
</body>
</html>


Just fixed a few small things for ya.
Old 01-30-2005 | 12:58 PM
  #9  
B16aJunkY's Avatar
Thread Starter
1.5 BAR
 
Joined: Oct 2004
Posts: 907
Default Re:html codes

thanks! is there any way to get the underline out to?
Old 01-30-2005 | 08:35 PM
  #10  
bambooseven's Avatar
3.0 BAR
 
Joined: Oct 2003
Posts: 3,254
Default Re:html codes

There, no underlines, all the same color. anything else you need? (BTW CSS PwNs JoO)

<html>
<head>
<title>Untitled Document</title>
<STYLE type="text/css">
<!--
A { text-decoration:none }
-->
</STYLE>
</head>
<body bgcolor="#006699" text="#000000" link="#000000" alink="#000000" vlink="#000000">
<table width="70%" border="0" align="center">
<tr>
<td><img src="banner.jpg" width="800" height="230" align="absmiddle"></td>
</tr>
</table>
<p>&nbsp;</p>
<table width="7%" height="102" border="1" align="left" bordercolor="#000000" bgcolor="#CCCCCC">
<tr>
<td><a href="http://www.deadz0ne.com">Home</a></td>
</tr>
<tr>
<td><a href="http://www.deadz0ne.com/forum/">Forums</a></td>
</tr>
<tr>
<td><a href="http://www.deadz0ne.com/server.htm">Server</a></td>
</tr>
<tr>
<td><a href="http://www.deadz0ne.com/download.htm">Download</a></td>
</tr>
</table>
<table width="25%" height="150" border="1" align="center">
<tr>
<td height="26" align="center" valign="middle">News</td>
</tr>
<tr>
<td align="center" valign="middle">Welcome to Deadz0ne.com please feel free
to register on the forums and get to know the admins on the server. As you
can tell the webpage is not fully up and running so please feel free to look
in the forums for all info for the server and renting admin.</td>
</tr>
</table>
<p>&nbsp;</p>
</body>
</html>



All times are GMT -5. The time now is 11:48 AM.