Click to See Complete Forum and Search --> : Need a little help with this intranet page


suej68
03-17-2008, 11:26 PM
I have a intranet page with a notice board on it and not much more,
I need to put in a scrolling table (i think) as below, however I need to be able to imput names in between each category
ie contratulation on finishing your Probation Period.

. sue
. gary

and I need to change the background to dark blue with gold writing.

can anybody put me on the right track
Ps, I start my web course tomorrow





***********************************

/td><td align="Centre"><font size="2" color="#000000" face="Verdana"><b>Notice Board</b></font><table><tr><td><iframe id="datamain" src="news/news1list.asp" width=700 height=100 marginwidth=0 marginheight=0 hspace=0 vspace=0 frameborder=1 scrolling=auto></iframe></td></tr></table></td></tr></table><!--#include file="footer.asp"--></body></html>
<!doctype html public "-//w3c//dtd html 3.2//en">
<html>
<head>
<style type="text/css">

/*Example CSS for the two demo scrollers*/

#pscroller1{
width: 800px;
height: 250px;
border: 6px solid blue;
padding: 5px;
background-color: light yellow;
}

#pscroller2{
width: 0px;
height: 0px;
border: 0px solid black;
padding:0px;
}

#pscroller2 a{
text-decoration: none;
}

.someclass{ //class to apply to your scroller(s) if desired
}

</style>

<script type="text/javascript">

/*Example message arrays for the two demo scrollers*/

var pausecontent=new Array()

pausecontent[0]='<br /><h3>Congratulations on Completing your Probationary Period!</h3>'
pausecontent[1]='<br /><h3>Congratulations on your First Year of Service!</h3>'
pausecontent[2]='<br /><h3>Congratulations on your 2nd Year of Service!</h3>'
pausecontent[3]='<br /><h3>Congratulations on your 3rd Year of Service!</h3>'
pausecontent[4]='<br /><h3>Congratulations on your 4 to 5th Year of Service!</h3>'
pausecontent[5]='<br /><h3>Congratulations on your 6 to 7th Year of Service!</h3>'
pausecontent[6]='<br /><h3>Congratulations on your 10, 12 or 15th Years of Service!</h3>'


var pausecontent2=new Array()
pausecontent2[0]='<a href="http://www.news.com">News.com: Technology and business reports</a>'
pausecontent2[0]='<a href="http://www.cnn.com">CNN: Headline and breaking news 24/7</a>'
pausecontent2[0]='<a href="http://news.bbc.co.uk">BBC News: UK and international news</a>'

</script>

<script type="text/javascript">

ray326
03-18-2008, 01:12 PM
Well what you've got there isn't a web page for starters.