Jump to content

[SOLVED]Title


Blu-Express VA

Recommended Posts

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..

Link to comment
Share on other sites

  • 2 months later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...