z-man
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How easy is it to move wordpress to another serverThanks!
Forum: Fixing WordPress
In reply to: Tables have me pulling hairOk I pasted it into the stylesheet file where it looked like it should go and made the changes, but it still wasn’t right. I copied the formatting for the caption from the default theme and that fixed the frames around the images. I tired posting this
.ct {width:480px;padding:0 0 0 5px} .alignleft {width:auto;padding:0;margin:0 5px 5px 0;float:left}
but it misaligned the pictures. I went back and reused this
<div style="margin:0 auto;padding:0;width:540px">
but I had to increase the width to 580 to make it line back up.
Forum: Fixing WordPress
In reply to: Tables have me pulling hairWhere in the stylesheet.css should I paste that code?
Forum: Fixing WordPress
In reply to: Tables have me pulling hairAaaah that’s close. It’s not exactly centered, but it’s close enough.
Any ideas on why the frames “I think that’s what there called” around the pictures look different?
Forum: Fixing WordPress
In reply to: Tables have me pulling hairThank you very much for your help!
That code did indeed stack them in two rows of three like I wante, but it had the same problem as my above code. It aligned the groups of images to the left, as opposed to the center, and for some reason it changed the outside border around the pictures.
With the code I posted above, it looks right in the preview “minus the border that is” You can see it here
But with both your code and mine, the borders are wrong and it’s left justified. Here’s the test page using the code you posted.
Forum: Fixing WordPress
In reply to: Tables have me pulling hairI’m attempting to post 6 pictures in the center of a post stacked 3 on top of each other. I’m sure there is a simpler way, but I’m just learning wordpress and the curve seems to be kinda steep so far.