aca529
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Centering the DIV menuOkay, now I’m using a different theme.
How would I go about centering the menu items in the DIV “tabs”?
Thanks.
Here’s the CSS:
#tabs{ padding: 0; background:black; } #tabs ul{ margin: 0; padding:3px 0; list-style-type:none; } #tabs ul li{ display:inline; margin: 10px 0 3px 15px; padding: 6px 15px 6px 0px; border-right: 2px solid #fff; font-size: 90%; font-family: Tahoma, Arial, sans-serif; } #tabs ul li a{ color: white; } #tabs ul li a:hover{ color:#A1E7FD; text-decoration:none; }
Forum: Fixing WordPress
In reply to: Images not shrinkingActually, I’d prefer not to post my website. But thanks anyways.
Forum: Themes and Templates
In reply to: WordPress clean home wrapperHere’s the code:
<div id="wrapper"> <div id="header"> <div id="logo"> <a href="https://www.sitename.com"> <img src="https://www.sitename.com/image.jpg" alt="Site Name" /> </a> </div> <div id="nav"> <?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar('Top Navigation') ) : ?> <ul> <?php wp_list_pages('title_li='); ?> </ul> <?php endif; ?> </div> </div>
Forum: Fixing WordPress
In reply to: Red Dot – Picture Upload and InsertThanks! I didn’t check that. It was the wrong directory.
Forum: Fixing WordPress
In reply to: Unable to instert videoBut shouldn’t wordpress come with it’s own player and code?
I thought by pressing insert after the video is uploaded that it would automatically have it’s own code.
Is this something that is broken in wordpress or am I just not using the correct file type?
Thanks.
Forum: Fixing WordPress
In reply to: How to change WordPress directoryI followed the directions on the page but now when I try to upload images it gets stuck on “Crunching…” and then I click “Gallery” but there is no thumbnail option.
How do you fix this?
Thanks.
Forum: Fixing WordPress
In reply to: Messed upYes that’s what I mean. All of the posts used to have the dates beside them, but now all of a sudden they don’t.
Thanks.
Forum: Fixing WordPress
In reply to: Thumbnail issueThank you very much, that answered my question.
Forum: Fixing WordPress
In reply to: Thumbnail to full pictureThanks for the suggestion. I upload many many images so using that plugin would take forever.
I’d like one that uploads the image for you.
Thanks you.