I have a RSS Feed icon (28x28) in the right hand sidebar and I cannot for the life of me get it to align with the form field and the input button. Can someone take a look and tell me what I am missing?
Hi,
In the html, after the inline style, you have an attribute align=“absmiddle” in the code that I think is causing the misaligning. Try remove that and instead add vertical-align:middle; to the inline style.