mrdesign
Forum Replies Created
Viewing 2 replies - 1 through 2 (of 2 total)
-
Forum: Plugins
In reply to: Customising Link RelationshipFigured it out!
I edited the file “wp-super-edit/tinymce_plugins/advlink/link.htm”
I changed lines 197-219 from:
<td><label id="rellabel" for="rel">{#advlink_dlg.rel}</label></td> <td><select id="rel" name="rel"> <option value="">{#not_set}</option> <option value="lightbox">Lightbox</option> <option value="alternate">Alternate</option> <option value="designates">Designates</option> <option value="stylesheet">Stylesheet</option> <option value="start">Start</option> <option value="next">Next</option> <option value="prev">Prev</option> <option value="contents">Contents</option> <option value="index">Index</option> <option value="glossary">Glossary</option> <option value="copyright">Copyright</option> <option value="chapter">Chapter</option> <option value="subsection">Subsection</option> <option value="appendix">Appendix</option> <option value="help">Help</option> <option value="bookmark">Bookmark</option> <option value="nofollow">No Follow</option> <option value="tag">Tag</option> </select> </td>
to
<td><label id="rellabel" for="rel">{#advlink_dlg.rel}</label></td> <td><input type="text" id="rel" name="type" value="" /></td>
I can now input my own link relationship!
Forum: Fixing WordPress
In reply to: Tags running down side of image instead of underneathI ended up opening up “posts.css” in my theme folder and specifying that all images should be centered. That seemed to do the trick…for now ??
Viewing 2 replies - 1 through 2 (of 2 total)