mojorob
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Layout of post column on single post view is wrong…In you stylesheet, widecolumn is 450px, and narrowcolumn is 550px.
Do you want it as 450px like you said, or as on your main page which “looks fine” at 550px? Your video wouldn’t line up with the text when the text is set at 450, and the video is 550 wide…
Forum: Fixing WordPress
In reply to: internet explorer background imagesYou have
margin-left: 11px
in your stylesheet for body, but no margin-right – perhaps it is this 11px that you’re noticing? I don’t see any difference in IE7 as I said earlier. Although at my resolution I have a blue border on both sides and bottom when the browser window is maximised.Forum: Fixing WordPress
In reply to: Sidebar disasterYour HTML has 121 errors – fix those and then come back!
Forum: Fixing WordPress
In reply to: Sidebar disaster“Gone crazy” is not exactly a descriptive indication of the problem…
Forum: Fixing WordPress
In reply to: H2 Alignment issues depending on browserI’ve noticed something in your source code that really needs to be addressed. You have header information within your body (well, actually you have 2 headers and 2 bodies:
</head> <body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0"> <!-- ImageReady Slices (amadiwebpages.psd) --> <table id="Table_01" width="962" height="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td colspan="5"><img src="images/index_01.jpg" alt="" width="962" height="159" border="0" usemap="#Map"></td> </tr> <tr> <td> <img src="images/index_06.jpg" width="6" height="214" alt=""></td> <td width="950" height="100%" colspan="3" valign="top" bgcolor="#FFFFFF"><table width="100%" height="100%" border="0"> <tr> <td width="79%" height="100%" valign="top"><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="https://www.w3.org/1999/xhtml" dir="ltr" lang="en-US"> <head profile="https://gmpg.org/xfn/11"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <title> » Blog Archive » Kenn Starr: Nobody’s going to work harder for you than you</title> <link rel="stylesheet" href="https://amadimag.com/blogosphere/wp-content/themes/default/style.css" type="text/css" media="screen" /> <link rel="alternate" type="application/rss+xml" title=" RSS Feed" href="https://amadimag.com/blogosphere/?feed=rss2" /> <link rel="pingback" href="https://amadimag.com/blogosphere/xmlrpc.php" /> <style type="text/css" media="screen"> #page { background: url("https://amadimag.com/blogosphere/wp-content/themes/default/images/kubrickbgwide.jpg") repeat-n top; border: none; } </style> <link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://amadimag.com/blogosphere/xmlrpc.php?rsd" /> <link rel="wlwmanifest" type="application/wlwmanifest+xml" href="https://amadimag.com/blogosphere/wp-includes/wlwmanifest.xml" /> <meta name="generator" content="WordPress 2.6" /> </head> <body> <div id="page">
You should correct your code first, and then come back to this issue.
Forum: Fixing WordPress
In reply to: internet explorer background imagesThe image you’ve linked to is 1600 wide. The image on your server is 1872 wide.
Forum: Fixing WordPress
In reply to: H2 Alignment issues depending on browserIn your stylesheet you have the following:
.widecolumn .smallattachment { FLOAT: left; MARGIN: 5px 5px 5px 0px; WIDTH: 128px; TEXT-ALIGN: center }
I notice that on the normal blog page with more than one entry it’s within a div “narrowcolumn”, however on a single entry page the div is “widecolumn”. Changing the text-align to left in the above entry of the stylesheet may help this.
Forum: Fixing WordPress
In reply to: internet explorer background imagesLooks the same in FF & IE7 for me.
Forum: Fixing WordPress
In reply to: A “bold” problemYou have the following appearing in your source code:
<p><!--[if gte mso 9]><xml> 72 </xml><![endif]--><!--[if gte mso 9]><xml> Normal 0 21 false false false SV X-NONE X-NONE </xml><![endif]--><!--[if gte mso 9]><xml> </xml><![endif]--> <!--[if gte mso 10]></p> <style> /* Style Definitions */ table.MsoNormalTable {mso-style-name:"Normal tabell"; mso-tstyle-rowband-size:0; mso-tstyle-colband-size:0; mso-style-noshow:yes; mso-style-priority:99; mso-style-qformat:yes; mso-style-parent:""; mso-padding-alt:0cm 5.4pt 0cm 5.4pt; mso-para-margin:0cm; mso-para-margin-bottom:.0001pt; mso-pagination:widow-orphan; font-size:11.0pt; font-family:"Calibri","sans-serif"; mso-ascii-font-family:Calibri; mso-ascii-theme-font:minor-latin; mso-fareast-font-family:"Times New Roman"; mso-fareast-theme-font:minor-fareast; mso-hansi-font-family:Calibri; mso-hansi-theme-font:minor-latin; mso-bidi-font-family:"Times New Roman"; mso-bidi-theme-font:minor-bidi;} </style> <p><![endif]--></p>
This indicates that you’ve copied & pasted from MS Word – don’t do this. If you need to copy & paste get the text into Notepad (a plain text editor) first.
Forum: Fixing WordPress
In reply to: Multisite plugin and themesForum: Fixing WordPress
In reply to: Video in WP works in Firefox but not in Safari -just happenedNot without any information and a link to the site.
Forum: Fixing WordPress
In reply to: Running 2 loops, very coolI think expecting a response within 32 minutes fully answering a query is a bit much, and is also rather arrogant. A bit of patience may help…
How could anyone tell when you haven’t said how you’re trying to embed a video? What text are you putting into the editor? Are you using a plugin? etc.
Forum: Fixing WordPress
In reply to: Invalid XHTML with image gallery WordPress 2.6Does anyone know if this is going to be corrected in WordPress 2.7? And if not, why not?
It’s a very disappointing thing that WordPress doesn’t produce valid code.