General Discussion Off-Topic Discussion and Enlightenment

html codes

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

anyone know the html code to keep the word the same color after they click on it?
B16aJunkY is offline  
Old 01-30-2005, 09:33 AM
  #2  
1.0 BAR
 
RNPoo7's Avatar
 
Join Date: Jan 2005
Posts: 524
Default Re:html codes

<BODY VLINK = Color... >
RNPoo7 is offline  
Old 01-30-2005, 09:40 AM
  #3  
3.0 BAR
 
bambooseven's Avatar
 
Join Date: Oct 2003
Posts: 3,254
Default Re:html codes

ehhh, he means....

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

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

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

post your code and I'll show you how to fix it.
bambooseven is offline  
Old 01-30-2005, 11:24 AM
  #7  
1.5 BAR
Thread Starter
 
B16aJunkY's Avatar
 
Join Date: 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>
B16aJunkY is offline  
Old 01-30-2005, 11:43 AM
  #8  
0.0 BAR
 
HondaTuner's Avatar
 
Join Date: 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.
HondaTuner is offline  
Old 01-30-2005, 11:58 AM
  #9  
1.5 BAR
Thread Starter
 
B16aJunkY's Avatar
 
Join Date: Oct 2004
Posts: 907
Default Re:html codes

thanks! is there any way to get the underline out to?
B16aJunkY is offline  
Old 01-30-2005, 07:35 PM
  #10  
3.0 BAR
 
bambooseven's Avatar
 
Join Date: 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>
bambooseven is offline  


Quick Reply: html codes



All times are GMT -5. The time now is 01:36 AM.