jhs2002
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Quick Header Question. Need Help!perfect! you rock. thanks.
Forum: Fixing WordPress
In reply to: Quick Header Question. Need Help!Also, the picture size is well above the desired width, so the picture isn’t just too small. Thanks!
Forum: Fixing WordPress
In reply to: Image Header and Image Upload. Help me!OK, the second issue is fixed. Thanks!
On the first, I did this:
/* Top Bar */
#bar {
background: #000000 url(‘https://www.pyrodes.com/wp-content/uploads/2010/02/header.jpg’);
padding-top: 3px;
padding-bottom: 6px;
padding-right: 2%;
padding-left: 2%;
}
#bar .barhead{
width: 870px;
margin: auto;
position: relative;
}Still, there is no change to the site? What am I doing wrong? Thank you!
Forum: Fixing WordPress
In reply to: Google Indexing Help!Thanks. It confuses me that the other posts are indexed even though they would produce the same duplicate effect.
Ya, I am working on the links.
Thanks for your help!!
Forum: Fixing WordPress
In reply to: How to increase width of sidebar?got it. cheers. thanks for hanging in there with a novice…
Forum: Fixing WordPress
In reply to: How to increase width of sidebar?just to test, i completely deleted the container.gif file from my ftp server, and the website looks exactly the same. I’ve refreshed it several times and emptied the cache. I’m using cyerduck and godaddy if that means anything….
Forum: Plugins
In reply to: How can I make this banner work?It does here, sorry for the typo:
https://www.mobissimo.com/company/images/affiliate_120x600.swf
The confusing thing is this works fine, but it is the wrong dimensions.
<object width=”468″ height=”60″ type=”application/x-shockwave-flash” data=”https://www.mobissimo.com/company/images/affiliate_468x60.swf”>
<param value=”https://www.mobissimo.com/company/images/affiliate_468x60.swf” name=”movie”/>
</object>So, I’m not sure why the former is not working at all. I’ve loaded it in my sidebar, and you can see the effect below the translator at https://www.pyrodes.com
Got the code here, and I want to use the tall flash banner. Thanks for your help!
https://www.mobissimo.com/company/affiliates.htmlForum: Fixing WordPress
In reply to: How to increase width of sidebar?OK, not to draw this out, but I am so confused. As you can see below, my background draws from an image called container.gif. I found this image, edited it to extend the green portion of the right side, uploaded it over the old file by the same name. and the website looks the SAME! I don’t know how that’s even possible at all!
I’ve almost given up on this project….
#main {
width: 719px;
margin: 0 auto;
background:#fff url(images/container.gif) right repeat-y;
border: 2px solid #ccc;#content {
float: left;
width: 499px;
padding: 20px 15px;
}#sidebar {
float: right;
width: 200px;
padding: 20px 5px;
}Forum: Fixing WordPress
In reply to: How to increase width of sidebar?no argument :). you rock. thanks
Forum: Fixing WordPress
In reply to: How to increase width of sidebar?i’ve changed the values and left them changed
https://www.pyrodes.com/wp-content/themes/godofgates-10/style.cssas you can see, still no change…
hmm…
Forum: Fixing WordPress
In reply to: How to increase width of sidebar?hmm. not sure why it’s not working. I’ll have to do some trial and error work. thanks
Forum: Fixing WordPress
In reply to: How to increase width of sidebar?ya, i changed them back after they didn;t work.
Forum: Fixing WordPress
In reply to: How to increase width of sidebar?hmm, that doesn’t work either. there is something else that needs to be edited. Just don’t know where…
Forum: Fixing WordPress
In reply to: How to increase width of sidebar?https://www.pyrodes.com is the site BTW. wordpress site using god of gates theme
Forum: Fixing WordPress
In reply to: How to increase width of sidebar?cool. i did that. originally the content numbers were 499 and the sidebar 179. I changed that to 459 and 219 respectively. But, the website looks exactly the same… Hmm, thank you for your help!