ravn 0 Report post Posted June 28, 2010 Got 2 small pb in Station pro 1 i normal used the old 2.1.3 but i am switcing over to 3.0.2 now in the old version i can insett a link to a background image its goen in the new version so how do i indset a image for the bacground, are it done in the css insted 2 When i make a new post all i write post makes it dobble, so when i write something i got to lines of the same thing i am writing same writing Share this post Link to post Share on other sites
cmunns 16 Report post Posted June 28, 2010 1. CSS is the best way to style. I'm not sure what feature you're talking about, but yes with css you can add backgrounds. 2. In the theme options you need to uncheck "show excerpts" options in the PAGE & POST Options menu. Share this post Link to post Share on other sites
ravn 0 Report post Posted June 28, 2010 2 are done now ty still number 1 in the old system there was an line where you can inset a bacground image Site Background (CSS) Set the background for your site in 3.0.2 the new one i cant find it are it replaced for something else or what do i do now to inset a image some bacground for the hole page Share this post Link to post Share on other sites
cmunns 16 Report post Posted June 28, 2010 oh yeah i remember now. Instead you can add a rule to the custom CSS between the body {} tags. The rule will look something like this ` body{ background: URL('http://yoursite.com/images/someimage.jpg') no-repeat; } ` Or you can tweak some of it to get it how you want. Share this post Link to post Share on other sites
ravn 0 Report post Posted June 28, 2010 Ty Thats what i needed bout 1 and to are done ty again Share this post Link to post Share on other sites