Editing screw-up

gjtoth

Joined: 2009-09-21
Posts: 8
Posted: Mon, 2009-10-19 12:49

Somehow whilst attempting to center my logo at http://toths.us/GJT through the Firefox Web Developer toolbar, I came up with a series of asterisks above the logo. While I know how that happened (newbie error on my part), I can't seem to undo them. They show up in the HTML edit portion but not anywhere else. Here's what it looks like in HTML

<div id="gallery" class="gecko">
<div id="gsHeader">
<table width="100%" cellpadding="0" cellspacing="0">
<tbody><tr>
<td valign="top" width="50%" align="center"> **********************
<a href="http://toths.us/GJT">
<img src="http://i86.photobucket.com/albums/k119/gjtoth/Stuff/gallerylogo2-3.jpg" alt="">
</a>
</td>
<td valign="top" align="right">

Ideally, I would like it to look like this:

<div id="gallery" class="gecko">
<div id="gsHeader">
<table width="100%" cellpadding="0" cellspacing="0">
<tbody><tr>
<td valign="top" width="0%" align="center">
<a href="http://toths.us/GJT">
<img src="http://i86.photobucket.com/albums/k119/gjtoth/Stuff/gallerylogo2-3.jpg" alt="">
</a>
</td>
<td valign="top" align="right">

This centers the logo and removes the asterisks. However, I can't seem to apply or save my changes and I can't remember how I saved it the first time to get the asterisks in there.

 
nivekiam
nivekiam's picture

Joined: 2002-12-10
Posts: 16503
Posted: Mon, 2009-10-19 16:53

What file did you edit to change your logo? I can't find your changes in theme.tpl

Perhaps try the theme settings for the carbon theme under Site Admin > Themes

You can't edit the pages with the Web Dev toolbar. You can inspect stuff, but you can't actually edit the files.
____________________________________________
Like Gallery? Like the support? Donate now!!! See G2 live here

 
gjtoth

Joined: 2009-09-21
Posts: 8
Posted: Mon, 2009-10-19 18:33

That's just it. It SAYS it's editing the Main.php in HTML. PHP sure doesn't look like that. But, what is it REALLY looking at? If I knew, I'd go in and undo or change it.

 
nivekiam
nivekiam's picture

Joined: 2002-12-10
Posts: 16503
Posted: Mon, 2009-10-19 18:32

Check your file integrity and let's see what files are changed:
FAQ: How can I make sure that my installation files are all intact?
____________________________________________
Like Gallery? Like the support? Donate now!!! See G2 live here

 
gjtoth

Joined: 2009-09-21
Posts: 8
Posted: Tue, 2009-10-20 00:53

Ran the integrity check. All's well. I grabbed the original theme.css and theme.tpl files from the tar and put them in the folders. Then, I renamed MY logo file to logo.gif and put it in images. All is well.