glytch
Forum Replies Created
-
Forum: Themes and Templates
In reply to: gap between header and content on kubrick templatefixed!
turns out I had an extra <div> in the header, took some playing but it’s now as good as I can get it and I’m not touching it any more!!Forum: Themes and Templates
In reply to: gap between header and content on kubrick templateI should point out that the gap is only visible in Firefox, in IE the content is 1px to the left of the header.
must be a div thang.Forum: Fixing WordPress
In reply to: Header Image Link and Sidebar Issuesthat worked for me too, thanks sf1818. I just added that bit and my whole header links. great
Forum: Fixing WordPress
In reply to: Sidebar IE Issue.I had the same problem with my site, IE sucks. I tracked it down to a form, it was set in a table that had a width parameter that was too big for the sidebar, changed it to width=”100%” and that fixed it.
gawd bless the search button!Forum: Plugins
In reply to: Search & Replace hackthanks for that! I needed a way to change the url from some remote hosted images to some locally hosted and this did the trick.
it’s a shame there isn’t a mass search and replace plugin , or more likey it’s a shame I couldn’t find it! but now I now how to run queries on myphp so not a bad result.Forum: Themes and Templates
In reply to: WordPress embeddedthanks idowens, that worked for me. before I was getting a small iframe box that wp resized. now it works fine with
<iframe src =”http://www.teamplaylotto.com/grabagrand.htm” frameborder=”0″ scrolling=”no” name=”Grab a Grand” width=”434″ height=”650″ >
</iframe>