c_boneshawca
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Attempting to add image next to link…need help!The html did not show up correctly in the message I just sent you.
I will try it differently. do you know how to to the href thing? you do that just before the image link using both an opening < and a closing in the a href part > and use < / a >
closing a at the end of the image link.If all else fails email me at
support at works-from-home.comForum: Fixing WordPress
In reply to: Attempting to add image next to link…need help!Here is how you set up an image with a link any time.
<img
style=”border: 0px solid ; width: 120px; height: 150px;” alt=”what ever describes your link”
src=”yourdomainname/logo.gif”>The important part is
<img
src=”yourdomainname/logo.gif”>
the <2 part before and theI do not know if the HTML codes show up HERE. Sometimes they don’t.
Forum: Fixing WordPress
In reply to: some directories seem to be missing in my installation?I had the same problem.
I followed advice, changes .htaccess to 777.
Went to admin, permalinks, set to default.
Went back to .htaccess and reset to 666.
I had tried option to in permalink change, and it
did correct the problem, but it deleted the rest
of the right navigation panel. So I tried the default on and everything is working fine so far as I have tested.Thank you for the help. It is simple when you know what to do.