| View previous topic :: View next topic |
| Author |
Message |
Lorrenzo Moderator
Reputation: 4
Joined: 02 Jun 2006 Posts: 3744
|
Posted: Wed Oct 08, 2008 5:32 pm Post subject: HTML question |
|
|
Okay, so I came across this site the other day, and I absolutely fell in love with the template.
So, I downloaded it, and while trying to edit it, I've run into some problems.
The original site is - http://zapatopi.net/treeoctopus/
Source that I downloaded - MediaFire.com
Now, I'm having issues with the top banner. The one that says "Help save the Endangered.." or, just the one right about the little "tabs" like "information", "faq" etc.
When I open it up in notepad to edit it, I find this -
| Code: | <div class="title">
<div class="title_text" title="Help Save The ENDANGERED Pacific Northwest Tree Octopus From EXTINCTION!">
<h3>Help Save The ENDANGERED</h3>
<h1>Pacific Northwest Tree Octopus</h1>
<h3></h3>
</div>
</div> |
I've changed the headers, but they did nothing. I looked to see if it was an image, but there isn't one.
So, does anyone have any idea on how to change it?
I provided everything that was downloaded so you can see it.
Any help welcomed. Thanks in advance as well.
_________________
LAWLrrenzolicious |
|
| Back to top |
|
 |
LolSalad Grandmaster Cheater
Reputation: 1
Joined: 26 Aug 2007 Posts: 988 Location: Australia
|
Posted: Wed Oct 08, 2008 7:45 pm Post subject: |
|
|
The source you've downloaded doesn't seem to have the CSS files:
http://zapatopi.net/css/navbar.css
http://zapatopi.net/css/ceph.css
And it turns out, in the ceph.css file:
| Code: | | .title_text {width:500px; height:150px; margin:auto; background-image:url('../treeoctopus/title_text.png')} |
background-image:url('../treeoctopus/title_text.png') is what you need to change.
_________________
|
|
| Back to top |
|
 |
Lorrenzo Moderator
Reputation: 4
Joined: 02 Jun 2006 Posts: 3744
|
Posted: Wed Oct 08, 2008 8:01 pm Post subject: |
|
|
| LolSalad wrote: | The source you've downloaded doesn't seem to have the CSS files:
http://zapatopi.net/css/navbar.css
http://zapatopi.net/css/ceph.css
And it turns out, in the ceph.css file:
| Code: | | .title_text {width:500px; height:150px; margin:auto; background-image:url('../treeoctopus/title_text.png')} |
background-image:url('../treeoctopus/title_text.png') is what you need to change. |
I'm am uber grateful.
_________________
LAWLrrenzolicious |
|
| Back to top |
|
 |
|