|
Post by aith on Nov 4, 2006 0:30:20 GMT -5
I've been searching for this news table I've seen everywhere, but can't find the html to. It's divided into three tables, not like seperate text but in actual news boxes. I dunno if that makes any sense considering I suck at explaining things, but it would be awesome if someone found it for me. <3
|
|
|
Post by Smangii on Nov 4, 2006 0:47:26 GMT -5
Something like this? clickThe code can be found here: click.
|
|
|
Post by aith on Nov 4, 2006 7:17:43 GMT -5
Thankyou very much!
|
|
|
Post by iisme on Nov 7, 2006 4:05:33 GMT -5
Is there anyway to make the left and right columns stop scrolling?
|
|
|
Post by shanny on Nov 7, 2006 13:31:01 GMT -5
my guess would be if you took out the marquee tags in it, that would stop the scrolling, but I'd wait to see what Smangii has to say, 'cause I'm not sure if that'll mess anything else up.
|
|
|
Post by iisme on Nov 8, 2006 17:43:05 GMT -5
Since i don't know what the marquee tags are, i think i should wait too.
|
|
|
Post by Smangii on Nov 8, 2006 23:42:01 GMT -5
Oops! Sorry for not getting this earlier. Sure, you want them to stop completely or stop only when you move your mouse over the box?... I can do that too =) Or even when you click on it, I believe ^_^
|
|
|
Post by iisme on Nov 9, 2006 17:44:52 GMT -5
|
|
|
Post by Smangii on Nov 9, 2006 22:48:49 GMT -5
^ But that one moves?...
<table align="center" border="0" width="700" cellspacing="0" cellpadding="0" class="bordercolor"> <tr> <td> <table cellpadding="4" cellspacing="1" border="0" width="100%"> <tr> <td class="titlebg" align="center" colspan="3"> <b>TITLE OF FORUM</b> </td> </tr>
<tr><td width="20%" class="windowbg" align="center">
INSERT FIRST COLUMN INFORMATION HERE
</td> <td width="60%" class="windowbg2" valign="top" align="center">
INSERT MIDDLE COLUMN INFORMATION HERE!
</td> <td width="20%" class="windowbg" align="center">
INSERT LAST COLUMN INFORMATION HERE!
</td> </tr></table></td></tr></table>
This doesn't move at all.
|
|
|
Post by iisme on Nov 10, 2006 16:41:33 GMT -5
Well, how can i make some lines stay put, and others scroll?
|
|
|
Post by Andrew on Nov 19, 2006 11:53:11 GMT -5
Well, how can i make some lines stay put, and others scroll? Add the <marquee> </marquee> Tags between the text you want to move.
|
|