Click to See Complete Forum and Search --> : how to get rid of blue links
charlie36
04-14-2010, 10:17 PM
hello everyone,
i'm a bit new to html, but i've been learning some, i'm building a website kinda on my own with the what ever progarm is being used by register.com, it is very good, but i still need to modify some things, like the blue links. now i've done some searching and reading and i now that i can use the code <font color="#ffffff">TEXT TEXT TEXT<font> and i would have to do it for every link, but i'm looking for a code that will change every text at the same time, if there is one, if not well then i'll stick to the blue. Below is what i want to change.
<li><a href="http://record.partners.betus.com/_639sYX2CfRrgXusHI1eWymNd7ZgqdRLk/1">UFC/MMA</a></li><li><a href="http://record.partners.betus.com/_639sYX2CfRrT2Fu8bIPGIGNd7ZgqdRLk/1">Baseball</a></li><li><a href="http://record.partners.betus.com/_639sYX2CfRqZM7hnoUx_dWNd7ZgqdRLk/1">Basketball</a></li><li><a href="http://record.partners.betus.com/_639sYX2CfRqYLQPVBzQgNGNd7ZgqdRLk/1">BetFlix Video</a></li><li><a href="http://record.partners.betus.com/_639sYX2CfRrX172zxPL8HmNd7ZgqdRLk/1">BetUS Girls</a></li><li><a href=" http://record.partners.betus.com/_639sYX2CfRqYNevImT-MDGNd7ZgqdRLk/1">Boxing</a></li><li><a href="http://record.partners.betus.com/_639sYX2CfRpiHMh1Fo8vcmNd7ZgqdRLk/1">Entertainment</a></li>
tirna
04-14-2010, 11:30 PM
You can use css pseudo classes to change the styles of your links for the whole website to whatever you like:
a {
color: rgb(120,82,42);
text-decoration: none}
a:visited {
color: rgb(120,82,42);
text-decoration: none}
a:hover {
text-decoration: underline;
color: rgb(0,110,0)}
btw - <font> is deprecated. Imo you should use css font-family and font-size to control your fonts.
charlie36
04-14-2010, 11:51 PM
thank you for the help, but i actually did exactly that and it corrupted my page (register.com does state that if i place an incorrect code on my page it will get corrupted, well they where right), luckily i had made a copy of my site and got everything back.
i don't know how register.com is set up but what i posted that needed the link texts color changed are within a premade text box, which i did not have to build, if this matters.
all i do is pretty much copy and paste, and i just need to know enough to make a few changes, but this blue links really got me.
if someone could use what i have and place what needs to be done within it, it would be the best, cause well truthfully i would not know where to place it exactly, and i don't want to mess my page again. thank you again.
tirna
04-15-2010, 12:02 AM
it sounds very strange to me that a css style could corrupt a web page :confused::confused:
It's more likely the program you are using generates it's own code and if you edit it any way that it doesn't like, it'll throw a wobbly :rolleyes:.
If you can, maybe post all the html for the web page to help see what else might be going on the code.
If you do post some code - remember to wrap it in one of the code tags just above your post editor's text box.
charlie36
04-15-2010, 12:11 AM
your are right the program does generate it's own codes. well this is how the page is layed out before the links and after. i hope this helps
</div>
</td>
</tr>
<tr>
<td class="user area_b" background="http://webhosting.web.com/imagelib/sitebuilder/layout/spacer.gif">
<p><li><a href="http://record.partners.betus.com/_639sYX2CfRrgXusHI1eWymNd7ZgqdRLk/1">UFC/MMA</a></li><li><a href="http://record.partners.betus.com/_639sYX2CfRrT2Fu8bIPGIGNd7ZgqdRLk/1">Baseball</a></li><li><a
href="http://record.partners.betus.com/_639sYX2CfRqZM7hnoUx_dWNd7ZgqdRLk/1">Basketball</a></li><li><a href="http://record.partners.betus.com/_639sYX2CfRqYLQPVBzQgNGNd7ZgqdRLk/1">BetFlix
Video</a></li><li><a href="http://record.partners.betus.com/_639sYX2CfRrX172zxPL8HmNd7ZgqdRLk/1">BetUS Girls</a></li><li><a
href=" http://record.partners.betus.com/_639sYX2CfRqYNevImT-MDGNd7ZgqdRLk/1">Boxing</a></li><li><a href="http://record.partners.betus.com/_639sYX2CfRpiHMh1Fo8vcmNd7ZgqdRLk/1">Entertainment</a></li><!--"''"-->
</p>
</td>
</tr>
<tr>
i don't know if this is what you meant, but here it is
charlie36
04-15-2010, 12:17 AM
ok
here is the whole thing from the top up until the end of these particular links that i need changed
<html>
<HEAD>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>MMA Clothing, Gear, News and More</title>
<meta name="description" content="Shop Solofightgear, the premier MMA site for MMA clothing, gear, and sports betting, favorite Sportsbook, Racebook, Casino and Poker Room online.NFL Football betting, online casino bets, MMA and more.">
<meta name="keywords" content="MMA Gear, MMA Clothing, MMA Shorts, MMA Gloves, MMA Shirts, sportsbook, sports betting, online gambling, nfl betting, football betting, racebook, online casino, poker, sports book, MMA Tickets,">
<META http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<META http-equiv="Expires" content="0">
<META name="generator" content="Trellix Site Builder">
<META name="TRELLIX_BUILDER_VER" content="1.0"><META name="TRELLIX_OPEN_SITE_COMMAND" content="http://sitebuilder.myregisteredsite.com:80SiteBuilderServlet?fUrl=f_error.html&sUrl=f_edit_page.html&Command=OpenSite&FileName=1504353903483346485/site.xml"></META>
<!--base href="http://www.solofightgear.com/"-->
<!--/base--><script language="Javascript"><!--
document.isTrellix = 1;
// --></script></HEAD>
<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" bgcolor="000000" background="http://webhosting.web.com/imagelib/sitebuilder/layout/spacer.gif" link="#0099cc" vlink="#006699" alink="#99ccff">
<table border="0" cellspacing="0" cellpadding="0">
<tr valign="top">
<td width="760"><img src="http://webhosting.web.com/imagelib/sitebuilder/layout/spacer.gif" width="760" height="15" alt=""></td>
</tr>
</table>
<table cellpadding="0" cellspacing="0" border="0">
<tr valign="top">
<td width="200">
<div align="center"><img src="http://webhosting.web.com/imagelib/sitebuilder/layout/spacer.gif" border="0" alt=""><img src="http://webhosting.web.com/imagelib/sitebuilder/layout/spacer.gif" width="200" height="1" alt=""></div>
<div align="left">
<table cellpadding="9" cellspacing="0" border="0">
<tr>
<td width="181">
<!--area Type="area_b" face="Verdana,Arial,Helvetica,sans-serif" size="2" color="b22222" style="0" password_protection="basic"-->
<p>
<!--table tableId="table_d2e76"--><style type="text/css">
<!--
.table_d2e76 {
border: 1px solid;
width: 100%;
border-color: #000000;
}
.table_d2e76 td {
border: 1px solid;
border-color: #000000;
}
--></style>
<table border="1" width="100%" PrintLinkText="Show a print version" PrintOption="noPrint" TlxClass="table_template" bordercolor="#000000" cellpadding="4" cellspacing="0" class="table_d2e76 usertable area_b_table">
<tr>
<td class="user area_b" background="http://webhosting.web.com/imagelib/sitebuilder/layout/spacer.gif">
<p><img src="http://images.cooltext.com/1477402.gif" width="158" height="152" alt="SfG" border="0"/></a><!--"''"--></p>
</td>
</tr>
<tr>
<td class="user area_b" background="http://webhosting.web.com/imagelib/sitebuilder/layout/spacer.gif"> </td>
</tr>
<tr>
<td class="user area_b" background="http://webhosting.web.com/imagelib/sitebuilder/layout/spacer.gif"> </td>
</tr>
<tr>
<td class="user area_b" background="http://webhosting.web.com/imagelib/sitebuilder/layout/spacer.gif"> </td>
</tr>
<tr>
<td class="user area_b" background="http://webhosting.web.com/imagelib/sitebuilder/layout/spacer.gif"> </td>
</tr>
<tr>
<td class="user area_b" background="http://webhosting.web.com/imagelib/sitebuilder/layout/spacer.gif"> </td>
</tr>
<tr>
<td class="user area_b" background="http://webhosting.web.com/imagelib/sitebuilder/layout/spacer.gif"> </td>
</tr>
<tr>
<td class="user area_b" background="http://webhosting.web.com/imagelib/sitebuilder/layout/spacer.gif">
<p><a href="http://www.ticketsnow2.com/t.asp?id=15500&p=eventsAtVenue.aspx?v=2012" target="_blank"> All Venues Tickets</a><!--"''"--></p>
</td>
</tr>
<tr>
<td class="user area_b" background="http://webhosting.web.com/imagelib/sitebuilder/layout/spacer.gif">
<div align="left"><font face="Verdana,Arial,Helvetica,sans-serif" size="2" color="b22222"><a href="id4.html"><font color="b22222">Bad Boy Gear</font></a></font>
</div>
</td>
</tr>
<tr>
<td class="user area_b" background="http://webhosting.web.com/imagelib/sitebuilder/layout/spacer.gif">
<div align="left"><font face="Verdana,Arial,Helvetica,sans-serif" size="2" color="b22222"><a href="id1.html"><font color="b22222">Gaming</font></a></font>
</div>
</td>
</tr>
<tr>
<td class="user area_b" background="http://webhosting.web.com/imagelib/sitebuilder/layout/spacer.gif">
<p><li><a href="http://record.partners.betus.com/_639sYX2CfRrgXusHI1eWymNd7ZgqdRLk/1">UFC/MMA</a></li><li><a href="http://record.partners.betus.com/_639sYX2CfRrT2Fu8bIPGIGNd7ZgqdRLk/1">Baseball</a></li><li><a
href="http://record.partners.betus.com/_639sYX2CfRqZM7hnoUx_dWNd7ZgqdRLk/1">Basketball</a></li><li><a href="http://record.partners.betus.com/_639sYX2CfRqYLQPVBzQgNGNd7ZgqdRLk/1">BetFlix
Video</a></li><li><a href="http://record.partners.betus.com/_639sYX2CfRrX172zxPL8HmNd7ZgqdRLk/1">BetUS Girls</a></li><li><a
href=" http://record.partners.betus.com/_639sYX2CfRqYNevImT-MDGNd7ZgqdRLk/1">Boxing</a></li><li><a href="http://record.partners.betus.com/_639sYX2CfRpiHMh1Fo8vcmNd7ZgqdRLk/1">Entertainment</a></li><!--"''"-->
</p>
</td>
</tr>
<tr>
i just did not want to post the whole thing, you know i'm new here and someone may say something
tirna
04-15-2010, 12:38 AM
ok, the code being generated seems to have lots of structural problems.
If the html code was properly structured there is no way adding some css styles would corrupt the html file to the point where you have to restore a backup copy.
For your file to be totally corrupted there must be something else going on with your code that you haven't posted or there is something wrong with the code generator.
For starters, there is this in the code:
<table cellpadding="9" cellspacing="0" border="0">
<tr>
<td width="181">
<!--area Type="area_b" face="Verdana,Arial,Helvetica,sans-serif" size="2" color="b22222" style="0" password_protection="basic"-->
<p>
<!--table tableId="table_d2e76"--><style type="text/css">
<!--
.table_d2e76 {
border: 1px solid;
width: 100%;
border-color: #000000;
}
.table_d2e76 td {
border: 1px solid;
border-color: #000000;
}
--></style>
The code generator has included styles within a table and there is no opening <style> tag that I can see.
I would seriously consider using another wysiwyg type editor because to be perfectly honest, when I see code like that generated I am very reluctant to spend time trying to figure out what the heck it is trying to do.
Also, if you don't wrap posted code in one of the php, <> or # code tags, the code is awkward to read and I suspect you will probably put a lot of people who can help off trying to help because the code is cumbersome to read.
fyi - the above code is wrapped in the php code tag.