Blu-Express VA Posted February 6, 2011 Report Share Posted February 6, 2011 how to create a title with a background image like this: http://www.alitaliavirtual.com/index.php SidArea Right, while you tell me also how do you move to the titles? Thanks Quote Link to comment Share on other sites More sharing options...
James142 Posted February 7, 2011 Report Share Posted February 7, 2011 how to create a title with a background image like this: http://www.alitaliav...l.com/index.php SidArea Right, while you tell me also how do you move to the titles? Thanks <marquee direction="left" behavior="scroll"> YOUR TEXT HERE </marquee> Quote Link to comment Share on other sites More sharing options...
Blu-Express VA Posted February 7, 2011 Author Report Share Posted February 7, 2011 and for background image? Thanks Quote Link to comment Share on other sites More sharing options...
Blu-Express VA Posted February 7, 2011 Author Report Share Posted February 7, 2011 I have add <marquee direction="left" behavior="scroll"> TEXT </marquee> but is is small http://www.bluexpressva.joomlafree.it/phpVMS/ How to enlarge and adjust the style? Thanks! Quote Link to comment Share on other sites More sharing options...
James142 Posted February 9, 2011 Report Share Posted February 9, 2011 I have add <marquee direction="left" behavior="scroll"> TEXT </marquee> but is is small http://www.bluexpres...free.it/phpVMS/ How to enlarge and adjust the style? Thanks! In your .css file (style.css) but something like: #sample { width: auto; height: auto; margin: 10px; background: transparent url("--LINK TO THE BACKGROUND IMAGE YOU WANT HERE--") no-repeat; } } then in your layout.tpl replace the <marquee direction="left" behavior="scroll"> YOUR TEXT HERE </marquee> with: <marquee direction="left" id="sample" behavior="scroll"> YOUR TEXT HERE </marquee> You will need to edit the coding for the .css file in order for the image to be in the correct position.. Quote Link to comment Share on other sites More sharing options...
Blu-Express VA Posted April 23, 2011 Author Report Share Posted April 23, 2011 Hi, i've 2 questions: 1- How to change color for the Title? 2- How to enlarge the background image? Whatch this: http://bluepanoramava.joomlafree.it/phpVMS/index.php/ The Background image is small, and the color of title is very bad! Please help me!! Thanks in advance for your hel 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 SOLVED, thanks to: http://forum.phpvms.net/topic/5033-change-color/#entry33611 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.