anyroze Posted June 22, 2007 Share Posted June 22, 2007 Hello, how do i change font color on "log yourself in" & "create an account? Thanks joe Link to comment Share on other sites More sharing options...
Guest Posted June 22, 2007 Share Posted June 22, 2007 Hello,how do i change font color on "log yourself in" & "create an account? Thanks joe All that you would have to do would be include at the beginning of what you want to change <font color="#000000"> text </font> That's the quick, down a dirty version of what I would do. Link to comment Share on other sites More sharing options...
anyroze Posted June 22, 2007 Author Share Posted June 22, 2007 beginning of what you want to change ??? where is it located ? what file ? Link to comment Share on other sites More sharing options...
PD_Steve Posted June 22, 2007 Share Posted June 22, 2007 You should really just change the css file relating to that area rather than hardcoding the color into your php. Much more difficult to keep a site consistent if you start adding colour attributes into the php itself and ignore the css classes. What is the URL of the site and I'll advise what class to change in your stylesheet.css. Also, what colour do you want it to be? My Toolbox: Crimson Editor, Adobe Photoshop CS2.0, Expression Web, Macromedia Suite 8.0, Cinema 4D, Nvu. Link to comment Share on other sites More sharing options...
anyroze Posted June 22, 2007 Author Share Posted June 22, 2007 You should really just change the css file relating to that area rather than hardcoding the color into your php. Much more difficult to keep a site consistent if you start adding colour attributes into the php itself and ignore the css classes. What is the URL of the site and I'll advise what class to change in your stylesheet.css. Also, what colour do you want it to be? Thanks BUT if i chang the color in the stylesheet.css it change also things that i dont wont to change. I only want the Log yourself in & create an account? to be change. Link to comment Share on other sites More sharing options...
PD_Steve Posted June 22, 2007 Share Posted June 22, 2007 Thanks BUT if i chang the color in the stylesheet.css it change also things that i dont wont to change. I only want the Log yourself in & create an account? to be change. Create a new css class in the stylesheet and assign that class to those lines of text. My Toolbox: Crimson Editor, Adobe Photoshop CS2.0, Expression Web, Macromedia Suite 8.0, Cinema 4D, Nvu. Link to comment Share on other sites More sharing options...
Silverado05 Posted June 23, 2007 Share Posted June 23, 2007 Or just do what Beau suggested, you will achieve the same effect and will only have to edit one file the file in which you are wanting to change the text color. Search the forum and contributions before posting. If that doesn't work, keep looking, then post. The forum is for seeking help and advice NOT for someone to do your work for you. Try to do something on your on, if you are going to run a shop then learn how it works. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.