Page 1 of 1

How can i change the code to show flash?

Posted: Sat Sep 23, 2006 3:41 pm
by microOn
How can i change the code for logo1.gif in standard templete to show both cool2.gif and disco.swf flash file?

CODE i have now:

div#header h1 a {
/* you can set your own image here */
  background: #d2c7ff url(cool2.gif) no-repeat 0 12px;
  display: block;
  height: 145px;            /* adjust according your image size */
  text-indent: -999em;  /* this hides the text */
  text-decoration:none; /* old firefox would have shown underline for the link, this explicitly hides it */


Code i want to insert on the right side of the cool2.gif logo:






I try to edit the code in "Layout: Left sidebar + 1 column" without success. Can anyone help me for the code and position to work?

See my page here http://student.umb.no/~disko/index.php

Re: How can i change the code to show flash?

Posted: Mon Sep 25, 2006 8:05 pm
by microOn
Like this don't work:


div#header h1 a {
/* you can set your own image here */
  background: #d2c7ff url(cool2.gif) no-repeat 0 12px;
  display: block;
  height: 145px;            /* adjust according your image size */
  text-indent: -999em;  /* this hides the text */
  text-decoration:none; /* old firefox would have shown underline for the link, this explicitly hides it */

}


div#header h2 a {
/* you can set your own image here */
  background: #d2c7ff url(cool2.gif) no-repeat 0 12px;
  display: block;
  height: 145px;            /* adjust according your image size */
  text-indent: -999em;  /* this hides the text */
  text-decoration:none; /* old firefox would have shown underline for the link, this explicitly hides it */

}

Re: How can i change the code to show flash?

Posted: Mon Oct 02, 2006 10:27 am
by microOn
Thank you very much! ;D This was very helpful.