Blu-Express VA Posted April 26, 2011 Report Share Posted April 26, 2011 Hi, What is the code for change a color in the text? Thanks Quote Link to comment Share on other sites More sharing options...
Moderators mark1million Posted April 26, 2011 Moderators Report Share Posted April 26, 2011 Create it in your css. so, #yourname { color: #your color hex; font-family: Times New Roman; font-size: 16px; } The all you have to do to use it is <p id="yourname">Some Text</p> Quote Link to comment Share on other sites More sharing options...
Blu-Express VA Posted April 26, 2011 Author Report Share Posted April 26, 2011 Ok Thanks, I have another question, however, (sorry but I tried to write in another topic but I do not have respondents), as you can see in my home, in SidArea (where New Pilots), there is a picture as background, but is too small, as I change it?, also because the image is this: http://www.bluepanoramava.joomlafree.it/Background.png and is bigger than that!, why that site is smaller? Thnx Quote Link to comment Share on other sites More sharing options...
Moderators mark1million Posted April 26, 2011 Moderators Report Share Posted April 26, 2011 Yes just add the width and height attribute to the img so, <img src="http://www.bluepanoramava.joomlafree.it/Background.png" width="250" height="100" /> Change to suite your needs Quote Link to comment Share on other sites More sharing options...
Blu-Express VA Posted April 26, 2011 Author Report Share Posted April 26, 2011 Where? CSS? Quote Link to comment Share on other sites More sharing options...
Jeff Posted April 26, 2011 Report Share Posted April 26, 2011 /public_html/lib/skins/Your Skin/StyleSheet.css Quote Link to comment Share on other sites More sharing options...
Strider Posted April 26, 2011 Report Share Posted April 26, 2011 Mark you may have misunderstood him, I think he was referring to have it as a background image., in that case, you would put it in the CSS in the following: body{ background-image:url(images/Background.png) repeat; width:whatever size; height:whatever size; } it doesn't have to be in the body tag, it can be put under anyname, but make sure that the div or what ever part your styling is named the same and it is case sensitive. Quote Link to comment Share on other sites More sharing options...
Moderators mark1million Posted April 26, 2011 Moderators Report Share Posted April 26, 2011 Ha yes so i did Quote Link to comment Share on other sites More sharing options...
Blu-Express VA Posted April 27, 2011 Author Report Share Posted April 27, 2011 Ok Thanks, SOLVED! Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.