HTML - Why Won't Me Link Color Change????<---easy For Most Of You
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 Similar TutorialsHi 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! Ive been working on a website in my free time, and I have been wondering if it's possible to hover over a link, and change the text color of another link. A picture of one of my web pages is shown in the link below. http://i223.photobucket.com/albums/d...screenshot.jpg I want to be able to hover over something from the side navigation bars and have various links in the bottom naviational bar change color. So like hovering over Blood Elf, would make Death Knight, Mage, Paladin, Warlock, Priest, Rogue, Hunter turn red Does anyone know how to do this? or even know if it is possible? 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>"; 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. 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! Hi guys, Is there a way I can have a page of links sat in a directory which I can call from via other pages on the server? I think I'm thinking of something that can be done with PHP, but the idea is: On main page, for example, links: 1 2 3 All call to 'links.html' Which has a list of page URL's, each with their own ID. So the links on the main page call to the ID's, which extracts the link listed at that moment in time. So if I later want to change the link, I have only to change the link.html and not every related link on the site. I know I could maybe use inline frames, but the layout I have makes that not possible, and it's still not a great solution. I'm sure someone must know what I'm talking about. Sorry if it sounds confusing! Cheers! 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 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 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. 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> 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??? 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> 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 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.. 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!!!! 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 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!!! Okay. I'm trying to make it so when you mouseover a players "avatar" the border color changes from grey to red. The following code works PERFECT in IE, but FF, the border doesn't show up at all. CSS Coding: Code: img.avatar { border-color : #CCCCCC; border : 1px } img.avatar:hover { border-color : #ff0000; border : 1px } img.avatar:visited { border-color : #CCCCCC; border : 1px } img.avatar:hover { border-color : #ff0000; border : 1px } HTML Coding: Code: <TD align=middle width=104> <DIV align=center><A href="Link"><IMG class=avatar height=75 alt="" src="Image URL" width=75></A></DIV></TD> 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 |