Meta
Comments RSS
Site Admin
Log out
Valid XHTML
XFN
WordPress
$content = '<object style="margin:0px" width="'.$width.'" '.'height="'.$height.'" type="application/x-shockwave-flash" data="https://static.slideshare.net/swf/ssplayer2.swf?doc='.$r['doc'].'"><param name="allowFullScreen" value="true" /><param name="allowScriptAccess" value="always" /><param name="movie" value="https://static.slideshare.net/swf/ssplayer2.swf?doc='.$r['doc'].'" /></object>';
I don’t use MS word, but do edit some of the content I paste into my other WP entries with DW.
Let me know if you need any of the theme codes. Thanks!
]]>SCREENSHOT – https://www.gfxextra.com/wp2/53861/screenshot380x200.jpg
]]>which I started some days ago with a blank sheet and am glad to offer for free download. I’m looking forward to your reactions and will improve it further, as well as blogging starts at TheBuckmaker.com.
I’ve done a lot of themes for customers and own projects. This is the first theme I’d like to share with the Community. WordPress already got me very far with my projects – now I’d like to give something back …
I have already uploaded it at the Theme Directory and hope that it will be reviewed and “on air” soon (can anyone tell me how long this may take about?).
Yours, Joe
]]>Thank you to in advance to anyone who helps me get my blog to be valid XHTML!
P.S.
Please if you may give me your opinion of my site
Here is the link of the validation page and my site.
I tried many searches but to no avail on this particular issue.
I am calling the tag cloud as a list view in my sidebar with the following code
<?php wp_tag_cloud(‘format=list’) ?>
on this website https://personal-ethics.org/
It comes back as not valid xhtml with the following error
Line 249, Column 31: document type does not allow element “ul” here; missing one of “object”, “applet”, “map”, “iframe”, “button”, “ins”, “del” start-tag.
<ul class=’wp-tag-cloud’>
I cannot see where I may have messed up since it works with the list view called. Is there a place that I can fix the template that makes the tag cloud and submit it to the bug base? Does any of that make sense?
Thanks in advance for your help!
Mark
]]>I cleaned up a number of errors, but was a bit surprised to find some errors surrounding the widget which generates my blogroll links. Has anyone ever seen these before and have you fixed it? As it has to do with a built in widget rather than any of my customisation, I am not even sure where to start to look to fix this.
TIA.
– – – – – – – – – – – – – – – – – – – – – – – – – – – – – –
# Error Line 420, Column 8: ID “links” already defined.
<li id=”links” class=”widget widget_links”><h2 class=”widgettitle”>Sites I visit
An “id” is a unique identifier. Each time this attribute is used in a document it must have a different value. If you are using this attribute as a hook for style sheets it may be more appropriate to use classes (which group elements) than id (which are used to identify exactly one element).
# Info Line 409, Column 9: ID “links” first defined here.
<li id=”links” class=”widget widget_links”><h2 class=”widgettitle”>Also See…<
# Error Line 435, Column 8: ID “links” already defined.
<li id=”links” class=”widget widget_links”><h2 class=”widgettitle”>YWAM Linkage<
An “id” is a unique identifier. Each time this attribute is used in a document it must have a different value. If you are using this attribute as a hook for style sheets it may be more appropriate to use classes (which group elements) than id (which are used to identify exactly one element).
# Info Line 409, Column 9: ID “links” first defined here.
<li id=”links” class=”widget widget_links”><h2 class=”widgettitle”>Also See…<
]]>