syrupcore
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Not the entire background changes colourI didn’t see any white background in ff2 or ie6. Where are you seeing it?
Forum: Themes and Templates
In reply to: Tag cloud not wrapping text to conform to sidebar width!part of the problem is that links don’t wrap. does the tag cloud’s containing element have a declared width? that might help. you can also add overflow:hidden to the containing element. It will cut off the rogue tags but, well, they’re cut off.
Forum: Themes and Templates
In reply to: Need help modifying cssremoving the border and margin on
.entry img
seems to set it straight.
Forum: Your WordPress
In reply to: Needs help badly … !!is admin>options>reading>”full text” checked?
Forum: Installing WordPress
In reply to: Help me!all night is only 10 minutes in wordpress years. 🙂
Forum: Plugins
In reply to: kill text wrap in admin>write panel?bumping this to ask again. another reason this time: editing files or plugins. Wordwrap just wrecks them.
can one-a-yous smart fellers figure out some bit of css to let the overflow, flow?
I’ll buy you a beer if you’re in portland. 🙂
Will
Forum: Plugins
In reply to: kill text wrap in admin>write panel?here’s a working link:
http://mattread.com/wp-content/dropbox/preview-draft.zipForum: Plugins
In reply to: kill text wrap in admin>write panel?awesome. thanks.
will
Forum: Plugins
In reply to: kill text wrap in admin>write panel?thanks podz. that’s what I’m doing now plus copy+paste. will just keep at it. I appreciate the suggestions.
just for fun, here’s a line. 🙂
<li class="#"><a href="#"><img src="writing/wp-content/images/photographs/thumbnails/juhaorange_1_th.jpg" width="56" height="56" alt="juha thumbnail"><span><img src="writing/wp-content/images/photographs/juhaorange_1.jpg" width="247" height="407" alt="description here"><span>This was taken with a nikkon medium format camera in june of 2003.</span></span></a></li>and since they’re image galleries, there’s like 20 in each gallery. <puke on myself>blech</pukeonmyself>
Will
Forum: Themes and Templates
In reply to: Bold linkswithout seeing your site, we can’t tell you the css. it will be something like:
.post a {font-weight: bold;}
where .post is the the name of the class that wraps your post content.
Forum: Themes and Templates
In reply to: idiors guide?🙂
Forum: Themes and Templates
In reply to: New Theme Needs Input Before Releaselooks great. I really like the meta stuff. feels super non-blog.
nice work.
Will
Forum: Themes and Templates
In reply to: Customizing Intelligent Menu ScriptI left a post on your blog. it should at least get you going.
will
Forum: Themes and Templates
In reply to: Can I Have Underlined Links In Posts?try adding
.entry a {text-decoration: underline;}Will
Forum: Themes and Templates
In reply to: Search Bar Placement and Compatibility IE/FirefoxI’m not sure but you might try wrapping the form in an
<li>manually. you have it inside of the<ul>but it’s sorta naked in there. might help. if not, try wrapping the lot in a separate div and declaring a height for that div.will