![]() |
| HTML | PHP Scripts | Webmaster Tools | Webmaster Forums | Web Hosting | Domain Names | Webmaster Books |
|
|
#1 |
|
New Member
Join Date: Mar 2009
Webmaster Discussions: 8
Rep Power: 9 ![]() |
Trying to get swf into a template
Hi All,
This is probably not the ideal place for this thread, but it seemed the best fit. I'm pretty fluent in html and basic css, but I've encountered a problem I am hoping somebody can help me with. I downloaded a blog template which is full css and I'm trying to replace the static logo with a flash header but I'm not winning at all. I'm not exactly sure how to edit the template and css to accommodate the flash. Here is the html and css: Code:
<div class="clear"></div>
<div id="top">
<div class="blogname">
<h1><a href="<?php bloginfo('siteurl');?>/" title="<?php bloginfo('name');?>"><?php bloginfo('name');?>
</a>
</h1>
</div>
</div>
Code:
#top {
height:160px;
background:#ffffff;
margin:auto;
width:1000px;
border-bottom:1px solid #c3c3c3;
border-top:1px solid #c3c3c3;
}
.blogname {
width:800px;
font-family:Georgia ,Century gothic,Verdana,Tahoma,sans-serif;
margin:0px 0 0 0px;
float:left;
background-repeat:no-repeat;
}
.blogname h1 {
font-size:125px;
padding:0 0 0px 0;
font-weight:normal;
color:#cacccd;
text-align:left;
margin:0px 0 0 0px;
text-indent:-9000px;
background:url(images/logo.png) no-repeat;
}
Thanks in advance! |
|
|
|
|
|
#2 |
|
Administrator
Join Date: Aug 2000
Location: San Antonio
Webmaster Discussions: 3,296
Rep Power: 50 ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
Re: Trying to get swf into a template
Your code does not show where the current logo is but my guess would be that you want to include it between
Code:
<div id="top"> <div class="blogname"> |
|
|
|
|
|
#3 |
|
New Member
Join Date: Mar 2009
Webmaster Discussions: 8
Rep Power: 9 ![]() |
Re: Trying to get swf into a template
At the moment the logo is called by the css via the blogname h1 style. It shows in the css above. Right off the bat I also tried to put it where you have just said but that seems to distort the header pretty badly, I'm under the impression that I'm also missing something really ssimple here.
I dunno if I'm allowed to post my url or not, I'm sure that would also make life a bit easier. |
|
|
|
|
|
#4 |
|
Administrator
Join Date: Aug 2000
Location: San Antonio
Webmaster Discussions: 3,296
Rep Power: 50 ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
Re: Trying to get swf into a template
ou can post the URL just leave off the http://www.
|
|
|
|
|
|
#5 |
|
Join Date: Aug 2008
Location: Texas
Webmaster Discussions: 501
Rep Power: 21 ![]() ![]() ![]() ![]() |
Re: Trying to get swf into a template
Are you trying to replace the entire header, or still have the text, etc. there still?
__________________
Be sure to click the reputation icon to give rep to the person who helped you. For web design/development services, check Silentium Designs. |
|
|
|
|
|
#6 |
|
New Member
Join Date: Mar 2009
Webmaster Discussions: 8
Rep Power: 9 ![]() |
Re: Trying to get swf into a template
thx, the url is uag.co.za you can see where the logo is now, that is where i'm trying to get the flash in
|
|
|
|
|
|
#7 |
|
New Member
Join Date: Mar 2009
Webmaster Discussions: 8
Rep Power: 9 ![]() |
Re: Trying to get swf into a template
|
|
|
|
|
|
#8 |
|
Administrator
Join Date: Aug 2000
Location: San Antonio
Webmaster Discussions: 3,296
Rep Power: 50 ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
Re: Trying to get swf into a template
There is text but it is hidden,
PHP Code:
2- Hiding text is a huge no no, especially in a header tag. This could very well result in Google penalties. Give me a minute to put something together. |
|
|
|
|
|
#9 |
|
Administrator
Join Date: Aug 2000
Location: San Antonio
Webmaster Discussions: 3,296
Rep Power: 50 ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
Re: Trying to get swf into a template
can you post your flash.
|
|
|
|
|
|
#10 |
|
New Member
Join Date: Mar 2009
Webmaster Discussions: 8
Rep Power: 9 ![]() |
Re: Trying to get swf into a template
|
|
|
|
![]() |
| Bookmarks |
| Tags |
| swf, template |
| Thread Tools | |
| Rate This Thread | |
|
|
Similar Webmaster Discussions
|
||||
| Thread | Webmaster Discussion Starter | Forum | Replies | Last Post |
| myspace template | Lane61190 | Myspace Forum | 2 | 06-26-2007 04:49 PM |
| Template help | Enigma | HTML Forum | 8 | 05-10-2003 03:05 AM |