metabold
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Entries RSS Not workingThat’s for the advice, I made and published a new post and it worked.
Thanks
Forum: Themes and Templates
In reply to: Looking for some theme helpYou have simple graphics I don’t belive you need new graphics you can simply reuse them with WP. Is the problem you don’t know how to code to use these graphics? It’s basically 2 background images that repeat horizontally with background colors that match the building colors.
Thanks,
DavidForum: Fixing WordPress
In reply to: Header Image 1 pixel off in IESorry about that I should check my typing a little more closly next time.
Forum: Fixing WordPress
In reply to: Header Image 1 pixel off in IEIt’s been a long time. But you may have to use a negative number for IE 5.5 to make it look correct.
margin: 0 important; /* Firefox and Safari */
margin: -2; /* IE 5.5 */Forum: Your WordPress
In reply to: telecommer.com launchIt’s layout isn’t lining up correctly in Safari but looks fine in Firefox which is odd.
You should write some article about VOIP. I’ve had Vonage for a few months and it’s great, one flat fee for every possible option and free long distance in the 48 states.
Forum: Your WordPress
In reply to: Comments PleaseLooks good I like the robot header graphic
Forum: Your WordPress
In reply to: another ode to hypergraphiaIt’s a very nice and original design. Your about link is broken. Also I’d put the Get Firefox Logo under your meta information.
Forum: Themes and Templates
In reply to: Problem with paragraphs/tablesYou have to set your table to have margin and padding of “0”
td {
margin:0px;
padding: 0px;
}Or set the width or the table to a px width so you know it wil fit correctly.
Forum: Themes and Templates
In reply to: Problem with paragraphs/tablesMostlikely the width of your div and table with don’t match. One most likely wider. Or you have margin and padding on some of your div’s and in some browsers it’s getting cut off. I looked at your site in Safari and I don’t see any cut off which means it most likely a margin and padding problem in IE flavored bowsers. Listed below is a sample style that shows how to set margin and padding for multiple bowsers.
.sample {
/* Safari/Firefox read this and ignore others */
margin: 0 0 0 5px !important;
margin: 0 0 0 8px; /* IE 5.5 and ignored by others */
margin/**/:/**/ 0 0 0 6px; /* For IE 6 ignored by others *//* Safari/Firefox read this & ignore others */
padding: 0 0 0 5px !important;
padding: 0 0 0 8px; /* IE 5.5 ignored by others */
padding/**/:/**/ 0 0 0 6px; /* For IE 6 ignored by others */
}Your going to have to play with the margins or padding in the IE to see what works. If the padding or margin are set to “0” you don’t have to add the fix at all:
padding: 0px;
margin:0px;will work correctly in all browsers.
Forum: Your WordPress
In reply to: WordPress & Drupal Review & ExperiencesMax needs to relax. He made a mistake next time he’ll post it in the right section. Go get some Zanex and relax Max.
Forum: Fixing WordPress
In reply to: RSS gives empty pageTry this fix it worked for me.
Forum: Fixing WordPress
In reply to: What is the <code> tag intended for?If you want to display code you have to use entities codes. For special character or tge browser thinks it’s regular code.
The
tag just makes what ever is inbetween it
<html><-- this is code -->
</html>
you'll have to code with entities
< as <> as >
Forum: Themes and Templates
In reply to: Unable to load themesend me your email address to: dfriedberg*at*gmail*dot*com
Forum: Themes and Templates
In reply to: Unable to load themeNo it mean you have to use the actually dashes — as the characters in the URL. IM me at (i need to ask you some questions):
Aol
Meta613Yahoo
Meta613ICQ
7377828Forum: Fixing WordPress
In reply to: Don’t want checkboxes in my category listWell simply making a starting post in each category will allow you to achieve what your after. Maybe just put a little blurb about the category so it look like it’s supposed to be there.