|
Post by JZSquared on Mar 22, 2006 15:33:41 GMT -5
Please have patience, I have a lot of forums that I monitor so it takes time. And to answer your question use marquee tags: <marquee onmouseover="this.stop()" direction="left" onmouseout="this.start()" scrolldelay="1" scrollamount="2">TEXT/IMAGE</marquee> That code will make the text or image stop when the mouse is over it. Change the direction from "left" to "up" "down" or "right" depending on what direction you want it to travel. And change the scroll amount from "2" to increase or decrease the speed, the lowest being "1" negative numbers do not work. I hope that this helps.
|
|
|
Post by drake2josh on Mar 23, 2006 17:02:21 GMT -5
i last question, seriously, last one. ok. how do you skip a few spaces, like..
Dear Members, Hi. Please sign up?
|
|
|
Post by JZSquared on Mar 23, 2006 19:37:25 GMT -5
i last question, seriously, last one. ok. how do you skip a few spaces, like.. Dear Members, Hi. Please sign up? Use this for additional spacing: Unless you want to put it in a table which would be trickier. Oh and you're welcome by the way.
|
|
|
Post by drake2josh on Mar 23, 2006 21:03:26 GMT -5
thanx, by the way
|
|
|
Post by drake2josh on Apr 16, 2006 15:38:18 GMT -5
|
|
|
Post by JZSquared on Apr 17, 2006 3:21:58 GMT -5
You want to have one line at a time? Well then you'll need to put in break tags after each line, before the line that you would like to be separate and it will place it below the first line. <br> Other than that, it will automatically break off lines and place them below the last line if the line of text is too long. So what you'll want to do is increase the width of the table in this line of code: <table width="250px" cellpadding="4" cellspacing="1" align="center" class="bordercolor"> If you see where it states: 250px Change the number 250 to a higher number to increase the width of the table. Remove the px if you would like the width to be done in pixels instead. Hope that this helps.
|
|
|
Post by drake2josh on Apr 22, 2006 13:10:41 GMT -5
thanx a bagilligillmilltrillion!
|
|
|
Post by JZSquared on Apr 22, 2006 13:50:05 GMT -5
thanx a bagilligillmilltrillion! lol You're welcome a bagilligillmilltrillion
|
|
|
Post by fullmetal4 on Jul 14, 2006 0:06:23 GMT -5
How do I put pictures in it our can you
|
|
|
Post by Simpsons Rule on Jul 14, 2006 0:20:20 GMT -5
How do I put pictures in it our can you <im src=' URL OF IMAGE'>
|
|
|
Post by GooRoo on Jul 14, 2006 16:09:57 GMT -5
<marquee direction="up" scrollamount=" 1" height= 110 style="Filter:Alpha(Opacity= 100, FinishOpacity= 10, Style= 1, StartX= 0, StartY= 50, FinishX= 0, FinishY= 0);" onmouseover=this.stop() onmouseout=this.start()> Experiment with different values for the items I have marked in red.
|
|
Allison
New Member
Quest of Alaga?sia
Posts: 5
|
Post by Allison on Jul 20, 2006 13:44:20 GMT -5
hello, is there any way to make the bar at the top with the title in the info box a color other than the background color? like the category background color...
|
|
|
Post by Simpsons Rule on Jul 21, 2006 0:15:06 GMT -5
hello, is there any way to make the bar at the top with the title in the info box a color other than the background color? like the category background color... Edit the red parts: <table align="center" border="0" width="92%" cellspacing="0" cellpadding="0" class="bordercolor"> <tr> <td> <table cellpadding="4" cellspacing="1" border="0" width="100%"> <tr> <td class="catbg" align="center" colspan="3"> <font color="000000" size="2"> <b>Title</b> </font> </td> </tr> <tr> <td width="20%" valign="top" class="windowbg"> content of left box </td> <td width="60%" class="windowbg2" valign="top"> content of main center box </td> <td width="20%" valign="top" class="windowbg"> content of right box </td> </tr> </table> </td> </tr> </table>
|
|
Allison
New Member
Quest of Alaga?sia
Posts: 5
|
Post by Allison on Aug 5, 2006 21:24:10 GMT -5
A cool thing that you can do is put links to your email and PM. That way the members of your site can send the head admin email and PM. how do you put in a link to your PM? and thanks ;D for the last thing
|
|
|
Post by JZSquared on Aug 5, 2006 22:56:23 GMT -5
A cool thing that you can do is put links to your email and PM. That way the members of your site can send the head admin email and PM. how do you put in a link to your PM? and thanks ;D for the last thing Do you want a link to private message someone? Do you want a link to your private message inbox? Do you want a link to your private message outbox? Do you want a link to private message someone with a subject already included?
|
|