HTML - Need Help To Change Hyperlink Color Inside <tr>
Hi,
I am trying to change the color of text inside the <tr> but only the text color changes but not hyperlink text color. I do not want to add style tag inside <td> or in <a> as i change the color of the row text only in certain conditions. Please could someone help me on how to change the hyperlink color inside <tr> Here is my sample code: HTML Code: <tr style="color:blue;"> <td> Some Text </td> <td> <a href="" class="folderLink" onclick="openTask();"> AccountNumber </a></td> </tr> I tried <tr style ="color:blue;link-color:blue;"> but didn't work as i am not sure of the syntax Similar Tutorialshi everyone.. i created a page that contains frames.. the problem is that the navigation frame has hyperlinks and when i click on them, the page opens inside the navigation frame!! i need it to open inside the home page.. how can i do it? Hello, I have hyperlinks in a table row (each to a cell). I would like the hyperlinks to change font colour from white to yellow, and the cell backgrounds to change from black to blue upon rollover. Is this possible without using custom buttons? Thanks for your help. Hi. I have learned everything I know about web pages from this site over the last 2 days. Thanks to all the experts out there. I'm developing a family web page and like the tab menus that seem popular. I found most of the code that follows on here and other sites. My problem is this: I want the tabs themselves to have certain colors under certain conditions. I got it working fine initially, but then when I went to put it inside the "<div", the colors got messed up. I have tried several things...nothing seems to work. The only way I can get the colors to work is to move the "<div" comment after the list specification and before the "we live in chicago" text (in all that white space). But that's not where it belongs. Here is the code: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <title>Brown Family</title> <meta http-equiv="content-type" content="text/html; charset=utf-8" /> <link rel="stylesheet" type="text/css" href="style.css" media="screen" title="style (screen)" /> </head> <body bgcolor="#E6E6E6"> <div id="content" style="margin: 0% 15% 0% 15%"> <h1 style="color:red" style="font-family:verdana">The Browns</h1> <ul id="tabmenu"> <li><a class="active" href="index.html">About Us</a></li> <li><a href="laura.html">Laura</a></li> <li><a href="tom.html">Tom</a></li> <li><a href="alex.html">Alex</a></li> <li><a href="contactus.html">Contact Us</a></li> </ul> <p style="color:#463E3F">We live in Chicago</p> </div> </body> </html> The odd thing is the color of the active tab does work. Any help is appreciated. Tom hi all how do i change color for this code its for php tags Code: echo 'Not bad, you scored average'; i want it to be red thanks Yeah so I'm probably doing something incredibly stupid and I've just been staring at this for too long and can't see it... Go to: http://test.rent2ownsb.com/south_ben...properties.php There, under Additional Options for the properties you will see links. All I want to do is change the link color to black. That whole thing is inside a div class .property-middle So I have a css rule .property a to color black (it's near the end in my stylesheet, http://test.rent2ownsb.com/css/style.css) SO WHY IN THE WORLD ISN'T IT TURNING BLACK??? Thank you in advance for recovering my sanity. I'm a SEO guy that knows HTML but my client wants me to center the blue box then make it white. Now, I didn't design the site - but I looked at the code - the box is centered in the code and the bg is white - but if you look at the page, it doesn't look centered and the bg is blue. She has used a WysiwygEZ to edit - I tried both and I can't get it centered or get the table bg white. Here's the site: http://www.pamolder.com/eventsandpress.php hey hotties, I need to know how to get this address line aligned to the right and colored yellow, please help me im already a month behind, any help will be greatly appreaciated. luv ya! Tiff here it is: tell me what i did wrong please! <!--Address--> <td width="620" height="15" colspan="3"; valign="right" style="background-image: url(back2.jpg)"; font-family: sans-serif; font-size: 0.7em"; color: rgb(255,255,0)">dHome Inc. 734 Whisper Lane Ashton, MN 38715 1 (800) 555-7487 </td> </tr> </table> </body> </html> Hello, I'm trying to change the text color within a <li> tag in order to display a red "*Updated*" text since we have updated step 3 and want the user to notice it. I've tried using div but it ends up putting the text after "Updated" on a new line instead of on the same line like I want it. Thank you for any help! Code: div.u1{ font-size:12px; color:red; } Code: <ol> <li>Enter your address in the box below</li> <li>Please check location</li> <li> <div class ="u1">*Updated*</div>For more info...</li> </ol> Hi everyone, I have been trying to change the colors around on this template ( http://www.oswd.org/design/preview/id/1876 ) but I cannot figure out how to change the dark blue background (the top color and bottom color) or the greyish color for the tabs. I can get part of the tabs to change color using my editor but even if I change each individual tab, the background color for that section is still the grey color. I have Dreamweaver and also Nvu as an editor and I'm just doing this to help a friend, so any help from you guys would be GREATLY appreciated. Thank you very much! Is it possible, and if so - how do I change color of an image using html. For example: HTML Code: <img src="http://i41.tinypic.com/30x7r49.png" border="0" color="blue /> But that doesn't work. I searched Google and found nothing. Any Solutions? Thank you in advance. this is in style... .scrollright { width:0; height:0; border-left-width: 20px; border-left-style: solid; border-left-color: #33ccff; border-top: 10px solid transparent; border-bottom: 10px solid transparent; } this is where I make the thing on the page... <table style="position:absolute; z-index:-3; top:240px; left:1088px"> <tr> <td class="scrollright" onmouseover="this.style.borderLeftColor='#84DFC1';" onmouseout="this.style.borderLeftColor='#33ccff';" > </td> </tr> </table> the triangle is there the dang thing just wont change color...what gives??? Heya.. Plz temme how 2 chaNge the color of any link...lik if link color iz blue n i wnt to change it in red color..! In between tis link i want to add the code that change the color-- $html .= '<a href="'.$this->link('view',$question->id).'">Q)'.$question->question.'</a>'; 2 ezy is tis 4 u guys na Tc! I have this table that displays requests. The number of proposals is green. I need to make the request ID next to that red. How do I do that? $html .= "<tr>"; (number of proposals is green) $html .= "<td valign='top' height='20' style='border-top:1px solid #000000;color:#006600;padding-left:10px;' class='gtextNormal'>".$get_proposals."</td>"; $html .= "<td valign='top' height='20' style='border-top:1px solid #000000;' class='gtextNormal'>"; )This needs to display as red) $html .= "<a href='show_bids.php?id=$row[reqid]' class='gtextNormal'>$row[reqid]</a>"; $html .= "</td>"; Hey guys. This is my coding, below, for a form on my site. It's just the default white color (and is too bright for my site's color scheme). Is there any way I can change the color to grey or something else?? THanks in advance!! <form action="http://www.xxx.com/xxx/xxx/xxx.php?group=2" method="post"> <div align="center" style="height:30px;"><font size="1px" color="999999" face="Arial"><b>enter your email address and your info will be emailed to you</b></font></div><div align="center" style="height:30px;"><input name="email" value=" " /></div><div align="center"><input type="image" src="buttons.jpg" size="25" value="Find password" /></div> </form> okay so I'm using tables, (please don't lecture me on CSS) I'm doing this for a friend, and you would probably woun't do much for how much it pays. anyways so I'm using old fashioned tables in dreamweaver, I'm using a template and applying it to the html pages. In Dreamweaver, the links are the color that I want..grey,,,but when I upload them to the web, they go purple? or maybe it's the default blue. This is what I've done: 1) change them in the page properties in the template page -no good 2) attempt some basic css, with the automatic css selector in dreamweaver, uing a:link, a:hover etc, and applying it to the text --no good so can I change it in the code somewhere? or what??? no rebuilding and doing it in CSS is not an option, I don't know enough about it yet, Please help: www.altmedschools.com at the moment the text is white and the background of the data area in the form is white too meaning people can't see what they type in. can someone please help so that they can see what they are typing in? here's the webpage; http://www.myspace.com/blissneso and here's the code; <BR><BR><form method="post" action="http://www.ymlp.com/subscribe.php?blissneso"> <table border="0"> <tr> <td colspan="2"><img src="http://img404.imageshack.us/img404/9911/tile18gk.jpg" alt="title" /></td> </tr> <tr> <td>Name:</td> <td><input type="text" name="YMLP0" size="20"></td> </tr> <tr> <td>Email:</td> <td><input type="text" name="YMLP1" size="20"></td> </tr> <tr> <td colspan="2">Select your location:</td> </tr> <tr> <td>NSW:</td> <td><input type="checkbox" name="CAT2"></td> </tr> <tr> <td>VIC:</td> <td><input type="checkbox" name="CAT3"></td> </tr> <tr> <td>QLD:</td> <td><input type="checkbox" name="CAT4"></td> </tr> <tr> <td>WA:</td> <td><input type="checkbox" name="CAT5"></td> </tr> <tr> <td>SA:</td> <td><input type="checkbox" name="CAT6"></td> </tr> <tr> <td>TAS:</td> <td><input type="checkbox" name="CAT7"></td> </tr> <tr> <td>ACT:</td> <td><input type="checkbox" name="CAT8"></td> </tr> <tr> <td>NT:</td> <td><input type="checkbox" name="CAT9"></td> </tr> <tr> <td>NEW ZEALAND:</td> <td><input type="checkbox" name="CAT10"></td> </tr> <tr> <td>OTHER COUNTRY:</td> <td><input type="checkbox" name="CAT11"></td> </tr> <tr> <td colspan="2"><input type="submit" value="Submit"></td> </tr> </table> </form> thanks for any help in advance!!! I was wondering how one would change the colors of text in a google advertisement.. I'm lost as to how it would be done.. Can someone help me out. I need to know how to change the font color without using the deprecated <font> tag. Here is a sample of my top <body> tag. </head> <body style="color: (#0082A6); background-color: white" <h1 Class="centeralign">Lance Laughlin</h1> <br /> How would i change the font of the text in the <h1> tag? Thanks Hi, I have a web page which displays a article. Some of the words in the article are highlighted in different colors depending on how important they are. Now, I need to select some words, and click a button on the page, to change the color of those words into different color. Can anyone give me some idea how to approach this? I googled, but didn't find any information on this problem. Thanks!!!! First off I want to say that I'm new to this forum. Thanks in advance for the help you can give to a noobie. Here's the "dummy page" I put up: http://www.mrcrepe.com/work.html The table I made in dreamweaver. I put it as 900px wide with 1 row and 2 columns. The border color I made a redish/pinkish color as you can see on the outsides, but how do I make that "separater border" into the same color? Right now it's just that silver line. Thanks in advance. -Brian |