guymauve
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Taking Borders off PicturesI’m trying to work this out as well, on my blog (https://www.biglittleg.com/blog).
I want borders around my images in the text, but not the header. Here’s my code, pasted from above, but I realized I might be stuffing things up:
.post a img {
border: 1px solid #ffffff; }img {
border: none;Not all the images are linked at the moment, but I plan to have them all linked back to my flickr site, if that helps.
Thanks,
Le G.Forum: Installing WordPress
In reply to: Font on BlogOkay, this is what I’ve got:
<li id=”Details”><?php _e(‘Details:’); ?>
-
<img border=”1″ align=left clear=right src=”https://www.biglittleg.com/blog/wp-images/me.jpg” BORDER=1 WIDTH=110 HEIGHT=83>
- Geoff Stahl….too.
It seems alright on Safari, but why not on Firefox?
Forum: Installing WordPress
In reply to: Font on BlogOkay, last question regarding fonts (fingers crossed). It looks okay on Safari, but the font is aligning with the right side of the image on Firefox. I don’t want text wrap, so how do I get the font to align left, offset from the image?
Forum: Installing WordPress
In reply to: Font on BlogOkay – got that sorted, but next question: how do I get the text from bleeding across the border?
Forum: Installing WordPress
In reply to: Font on BlogAha – well that might work. Will try. This is a modified template, so I’m sure I messed something up.
Thanks.
Forum: Fixing WordPress
In reply to: podcast? How to podcasting from my blog in WPWebwide, thanks for checking. I’m still not sure why it’s not showing up on Podcast Alley or ipodder.org. What do I need to do to have it listed there? I’ve put a link in the left margin to the rss feed. It’s also in the most recent post. What else do I need to do?
Forum: Fixing WordPress
In reply to: podcast? How to podcasting from my blog in WPI’ve tried to set up a podcast on my site as well (https://www.biglittleg.com/blog). Looking at the rss feed, it seems to have the right enclosure tags, length and file type. I’m not sure why it won’t show up as a podcast feed, though. The site as a whole appears in regular rss feed, but the podcast doesn’t seem to get picked up by ipodder.org. When I attempt to validate the xml, I’m getting all sorts of errors, so this may be the root of the problem. I’m using a custom template, which I’ve modified slightly.
Any hints much appreciated.
Forum: Plugins
In reply to: Flickr plug-in?Hey – still being a newbie at this, I tried following your instructions for getting the Flickr badge to come up with a border, and justify/align left. At the moment, I have the “no style” option, plugged into my index.php. This gives me almot the look I’m after, but I’d like a border to offset the photos (and on a related note, how do I put borders around pictures in my posts?). Where is my style.css? I have wp-layout, but I’m not sure what the code should like there.
Have a look: https://www.biglittleg.com/blog
Nice layout for you site by the way. Inspiring.
Forum: Plugins
In reply to: Introducing WP-Amazon PluginHow do I download that plugin from there? Sorry for the silly question, but I’m a bit lost on that page.
Forum: Fixing WordPress
In reply to: Flickr Bagde Code? Randomly inserting flickr images into my blogOkay – re-entered code and it needs just a bit of tweaking. I want the image to be left aligned, in keeping with the other categories. And it appears that the random image function has disappeared. It doesn’t seem to work when I’m refreshing the page
Forum: Fixing WordPress
In reply to: Flickr Bagde Code? Randomly inserting flickr images into my blogWill try again tomorrow. Thanks again for the tips.
Forum: Fixing WordPress
In reply to: Flickr Bagde Code? Randomly inserting flickr images into my blogOkay – I plugged the code in, but still no joy. Here’s how it looks on index.php:
<li id=”images”><?php _e(‘Images:’); ?>- <script type=”text/javascript”>
<!–
flickr_badge_background_color = “”;
flickr_badge_border = “#FFFFFF”;
flickr_badge_width = “120px”;
flickr_badge_text_font = “10px Arial, Helvetica, Sans serif”;
flickr_badge_image_border = “1px solid #FFFFFF”;
flickr_badge_link_color = “”;
//–>
</script>
<script type=”text/javascript” src=”https://www.flickr.com/badge_code.gne?nsid=54596909@N00&count=1&display=random&name=1&size=thumb&raw=1″></script>I’m still relatively new at coding, so bear with me.
Many thanks.
Forum: Fixing WordPress
In reply to: Flickr Bagde Code? Randomly inserting flickr images into my blogSorry – code again: <script type=”text/javascript” src=”https://www.flickr.com/badge_code.gne?nsid=54596909@N00&count=1&display=random&name=1&size=thumb&raw=1″></script>
Forum: Fixing WordPress
In reply to: Flickr Bagde Code? Randomly inserting flickr images into my blogHere’s the script I plugged into my index.php: <script type=”text/javascript” src=”https://www.flickr.com/badge_code.gne?nsid=5…….@N00&count=1&display=random&name=1&size=thumb&raw=1″></script>
Forum: Fixing WordPress
In reply to: Flickr Bagde Code? Randomly inserting flickr images into my blogAh – but I asked for “no style” hence that code not being there.