This is Q2A theme that matches the Wordpress Iconic One ( http://demo.themonic.com/io/ ).
So far I have made some progress without making any changes to the original Iconic One theme style sheet, and without changes to the Q2A core files.
HOWEVER .....
When I check the code using http://validator.w3.org/ and I get two errors from qa-widget-ask-box.php (Core file or Plugin file?) <table class="qa-form-tall-table" style="width:100%"> <tr style="vertical-align:middle;"> <td class="qa-form-tall-label" style="padding:8px; white-space:nowrap; <?php echo ($region=='side') ? 'padding-bottom:0;' : 'text-align:right;'?>" width="1"> <?php echo strtr(qa_lang_html('question/ask_title'), array(' ' => ' '))?>: </td> <?php if ($region=='side') { ?> </tr> <tr> <?php } ?> <td class="qa-form-tall-data" style="padding:8px;" width="*"> <input name="title" type="text" class="qa-form-tall-text" style="width:95%;"> </td> </tr> </table> The width attribute on the td element is obsolete. Use CSS instead. - referring to width="1" and width="*"
Does anyone have a clue how to correct these two errors.
Thanks
You should Use width:1; instead of width="1" inside the style attribute
hi monty&bex
i install this theme but when i use first url option in Admin>Generals and save options style files and pictures don't load in admin panel and question page but in other links like users , ask page , tags , home and other pages styles load successfully
what is the problem ?
Where can I download the Theme? Link (http://kerfuffled.org/test1/) does not work :(
Welcome to the Q&A site for Question2Answer.
If you have a question about Q2A, please ask here, in English.
To report a bug, please create a new issue on Github or ask a question here with the bug tag.
If you just want to try Q2A, please use the demo site.