Forum Replies Created

Viewing 15 replies - 61 through 75 (of 147 total)
  • 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…

    You 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 disaster

    Your 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…

    I’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>  &raquo; Blog Archive   &raquo; 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.

    The image you’ve linked to is 1600 wide. The image on your server is 1872 wide.

    In 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.

    Looks the same in FF & IE7 for me.

    You 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>
    &nbsp;/* Style Definitions */
    &nbsp;table.MsoNormalTable
    &nbsp;{mso-style-name:"Normal tabell";
    &nbsp;mso-tstyle-rowband-size:0;
    &nbsp;mso-tstyle-colband-size:0;
    &nbsp;mso-style-noshow:yes;
    &nbsp;mso-style-priority:99;
    &nbsp;mso-style-qformat:yes;
    &nbsp;mso-style-parent:"";
    &nbsp;mso-padding-alt:0cm 5.4pt 0cm 5.4pt;
    &nbsp;mso-para-margin:0cm;
    &nbsp;mso-para-margin-bottom:.0001pt;
    &nbsp;mso-pagination:widow-orphan;
    &nbsp;font-size:11.0pt;
    &nbsp;font-family:"Calibri","sans-serif";
    &nbsp;mso-ascii-font-family:Calibri;
    &nbsp;mso-ascii-theme-font:minor-latin;
    &nbsp;mso-fareast-font-family:"Times New Roman";
    &nbsp;mso-fareast-theme-font:minor-fareast;
    &nbsp;mso-hansi-font-family:Calibri;
    &nbsp;mso-hansi-theme-font:minor-latin;
    &nbsp;mso-bidi-font-family:"Times New Roman";
    &nbsp;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.

    Not without any information and a link to the site.

    I 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.

    Does 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.

Viewing 15 replies - 61 through 75 (of 147 total)