
06-17-2011, 05:14 AM
|
|
|
Join Date: May 2007
Location: Viet Nam
Posts: 122
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by DjEddie
okie havin a lil difficulty gettin this to show.. lil bit of help please
ive put the code into additonal.css
and ive put the code into footer at the top as per instructions ..
sorry if sounding thick.. but what do I do next to make it show?
|
Look here :
Code:
<tr>
<td width="90%" style="padding-left:50px;">Announcement ! Announcement !<br />Announcement ! Announcement !</br />Announcement ! Announcement !<br />Announcement ! Announcement !</td>
<td style="text-align:center;" width="10%">A<br>N<br>N<br>O<br>U<br>N<br>C<br>E<br>M<br>E<br>N<br>T</td>
</tr>
This default code, if you want move slide to right, change it with :
Code:
<tr>
<td style="text-align:center;" width="10%">A<br>N<br>N<br>O<br>U<br>N<br>C<br>E<br>M<br>E<br>N<br>T</td>
<td width="90%" style="padding-left:50px;">Announcement ! Announcement !<br />Announcement ! Announcement !</br />Announcement ! Announcement !<br />Announcement ! Announcement !</td>
</tr>
Quote:
Originally Posted by Mr_Running
Try this:
If you have the vb Suite try clicking on the CMS page
May have to clear your CMS cache
and browsers cookies.
Oh and Move "Announcement" part Post #4 - I figured it out = Change the order of the Code = Copy and Paste
Still working on the collapse boxes issue
|
Thanks for support, author (Getamped 1404) is having a holiday with his family, so, he not support at this time !
Quote:
Originally Posted by DjEddie
ahh it shows on my CMS page ..but not on my forum.....
ive put the code in header templete and it showed on the forum home page .... what I now need to know is how to make it show INFRONT of any flash objects i have on my forum page..as it shows up behind flash objects atm
thank u 
|
How do you put that code ? You must do that guide ! I'm not sure for this, put it in header template will be got bug, footer template is a good choose to do !
Good luck !
|