Graph not showing
-
In my post, I ordered my information in a graph.
But whilst viewing this post, the lines of the graph cannot be seen.
How can I make them…seen? -
Hi @iruleyaknow,
Can you be more specific and paste the URL of your post? It would be easier for me to see what’s going on there.
Thank you!
-
This is the URL of my post -https://youngpeopleshit.wordpress.com/2016/01/26/1o-pros-and-cons-of-having-bae/
Notice how my information is divided into two columns, yet no lines to demarcate.This is the link of a screenshot of my post while I’m editting it –
http://i.imgur.com/3YYOkF3.png?1
Notice how very visible the lines of the graph are… -
Hi there,
Can you double check for me on the HTML tab (the one next to the visual on the right) if the graph you put on is a table? You should spot the following code at the beginning of the table:
<table>
And the following one at the end of it:
</table>If it is so, you will need to insert a short string of code into that to make the grids appearing. Happy to explain how to do it :)
-
Yes, I can see those table codes :D
Please explain the next steps to inserting these string of codes :) -
When you see the first <table>, put the following code instead:
<table border="1" style="width:100%">
Change the value of 1 by putting the value you think it’s better for you.You can also experiment a little bit in here before changing the actual HTML of your blog.
See if that works, and if you get stuck at any step, just let me know and I’ll be glad to help :)
-
-
- The topic ‘Graph not showing’ is closed to new replies.