Click to See Complete Forum and Search --> : help with ccs coding please


joanne
09-09-2003, 01:05 AM
Hi all,

I am wanting a code that will insert my banner and drop down menu across all my pages.

However the textbooks that I have only explain very basic ccs codes ; font size etc. (I am a very basic kind of gal :( )
Not sure what to do with images and what not.

This is what it all looks like in html.
Hope some one can help please.

Thanks much,
JO


<body bgcolor="#FEF7E0" topmargin="6">
<div style="position: absolute; left: -6; top: -21; width: 1036; height: 207">
<img border="0" src="wheatbanner_withoutlinkbar.gif" width="776" height="66">
<!-- Flash menu by 1 Cool Menu FX Tool v1.3 -- http://www.menu-fx.com -->
<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width=794 height=173 align=middle id=calvary_chapel_with_home_button>
<PARAM name="Movie" value="calvary chapel with home button.swf">
<PARAM name="loop" value="false">
<PARAM name="wmode" value="transparent">
<EMBED src="calvary chapel with home button.swf" width=900 height=209 align=middle swLiveConnect=true pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" LOOP=FALSE wmode="transparent" name="calvary_chapel_with_home_button">
</EMBED>
</OBJECT>
<!-- End Flash menu by 1 Cool Menu FX Tool -->

DaveSW
09-09-2003, 03:20 AM
CSS is for presentation of your page - e.g. layout, colors, etc. It just won't do 'includes' (what you've just described - inserting content) and so you need a server side language to do this. What languages does your server support? e.g. php.