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=http://www.webdeveloper.com/forum/archive/index.php/"wheatbanner_withoutlinkbar.gif" width="776" height="66">
<!-- Flash menu by 1 Cool Menu FX Tool v1.3 -- <!-- m --><a class="postlink" href="http://www.menu-fx.com">http://www.menu-fx.com</a><!-- m --> -->
<OBJECT classid="clsid27CDB6E-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=http://www.webdeveloper.com/forum/archive/index.php/"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 -->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.
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=http://www.webdeveloper.com/forum/archive/index.php/"wheatbanner_withoutlinkbar.gif" width="776" height="66">
<!-- Flash menu by 1 Cool Menu FX Tool v1.3 -- <!-- m --><a class="postlink" href="http://www.menu-fx.com">http://www.menu-fx.com</a><!-- m --> -->
<OBJECT classid="clsid27CDB6E-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=http://www.webdeveloper.com/forum/archive/index.php/"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 -->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.