Inove theme options
-
im using inove theme in the theme there is an option Banner HTML enabled
This banner will display at the right of header. (height: 60 pixels)
how do i use that, i have tried with an image of 350×45 image size but im not getting…..The blog I need help with is: (visible only to logged in users)
-
-
You’re code is messed up and the short link you are using is broken and cannot be resolved. This is what you have:
<a href=" <a href="https://cybertechsolutions.wordpress.com/"> <img width="350" height="45" border="" src="http://wp.me/z42W-4s" alt="cybertechsolutions"/> </a>And this is what it should be but you will have to fix the image URL:
<a href="https://cybertechsolutions.wordpress.com/"> <img src="http://wp.me/z42W-4s" border="0" alt="cybertechsolutions" width="350" height="45" /> </a>Also, do not use URL’s with https in them (unless you are actually sending someone to a real secured page). Use http only for links on your blog.
-
-
You’re aren’t linking to an image. An image URL would be something like http://files.cybertechsolutions.wordpress.com/2009/08/image.png. You have use an attachment page URL, and even so, there is NO image associated with that attachment page.
This is what you linked to: http://cybertechsolutions.wordpress.com/?attachment_id=276 , try clicking on it. There is no image associated with that page.
You need to get the image URL from your media library. Click on the title of the image you want to use, then copy the URL from the grey box at the bottom labeled “file URL.”
-
@thesacredpath
Thank you but one more quest
@same place just below we find Showcase HTML enabled
what is that and how do i use that… -
can you tell me how we can use the signature in the blog as you provided the link it contains
http://onecoolsite.wordpress.com/2009/08/04/basic-seo-elements-for-bloggers/#comment-8006 -
- The topic ‘Inove theme options’ is closed to new replies.