WHERE DO I INSERT HTML CODE
-
I would like to insert a booking button for calendar from a site called smoothbook I have the HTML code to paste but dont know how to from here.
The blog I need help with is: (visible only to logged in users)
-
Not all code is permitted on WordPress.com, so it may not work here. See here: http://en.support.wordpress.com/code/
Try pasting it here in between backticks (character to the left of the number 1 on most keyboards) and we’ll take a look.
-
Thanks for the reply I have copied and pasted code as it appears <img src=”https://www.smoothbook.co/ap//images/book-now.png” />
-
Sorry should be the following
<img src=”https://www.smoothbook.co/ap//images/book-now.png” /> -
-
-
You forgot the backticks (see over at the left of the reply box), so the code does not appear here. So while that is not the exact HTML code, it does lead to your smoothbooking page.
There are two ways you can do this:
You can add a text or image widget (you already have a link button image -it ends in .png- and the needed link code-see your post above)
http://en.support.wordpress.com/widgets/image-widget/
http://en.support.wordpress.com/widgets/text-widget/But unless you are planning on putting the widget in the footer of your site, which is the only widget area in Triton Lite that displays on all posts and pages, you might want to consider using a different theme that has a sidebar that always displays.
Otherwise, you can add a link to the smoothbooking website page in your site’s navigation bar by using a custom link in a custom menu.
http://en.support.wordpress.com/menus/ specifically “adding custom links.” -
Thank You JustJennifer is this the way it should be now
<a href="https://www.smoothbook.co/ap/index.php/textbook/show/913" target="_blank"><img src="https://www.smoothbook.co/ap//images/book-now.png" /></a> -
-
Would this also display the image ? I will make an attempt and see what occurs . Thanks again
-
Much Thanks for these pointers JustJennifer I have managed to install an image widget also a link in the body of text and would not have been able to do so without you considerable input
-
- The topic ‘WHERE DO I INSERT HTML CODE’ is closed to new replies.