i need to know if their way to put a link in side your wordpress post if so can tel me how when i tried to do it it id not work
i need to know if their way to put a link in side your wordpress post if so can tel me how when i tried to do it it id not work
Yes there is. Just highlight what you want linked, and click on the "link" in the wisiwig.
any idea why when i try adding the link it does not show up in my post
What is your site?
http://gamesrusserver.com/ im trying to add link to my vps post to my cart
I don't see any links in your site at all. No anchor tags. Are you clicking on the chain icon in the wysiwg after highlighting the text or image you want to link?
like on here http://gamesrusserver.com/?page_id=268 i have made link to http://gamesrusserver.com/billing/index.php?main_page=product_info&cPath=65&products_id=180 but once i save my post the link is gone
as @potentweb already suggested: 'Just highlight what you want linked'
the link is there, however without any text:
<a href="http://gamesrusserver.com/billing/index.php?main_page=product_info&cPath=65&products_id=180" title="pay now"></a>
possibly edit your page with the html setting of the editor; you should be able to see the link html; add for instance 'pay now' before </a>
or when you edit the page in the visual editor, write for instance 'pay now', then highlight those words, then click the link button and insert your link url.
any idea why it not working then
All right, so let's say that you need to add a link to your support e-mail on http://gamesrusserver.com/?page_id=27
<a href="mailto:support@gamesrusserver.com">support@gamesrusserver.com</a>
or link on http://gamesrusserver.com/?page_id=305
<a href="http://example.com">Game control Panel</a>
you could also turn any link into a button like this:
<a class="button" href="http://example.com">Buy it Now</a>
and little color
<a class="blue button" href="http://example.com">Buy it Now</a>
If you're stuck, but you shouldn't be because this is simple task, check out https://developer.mozilla.org/en-US/
Thanks,
Emil
Why would this not work? Can you please paste the code here?
You don't have any links in, this is so simply I am not really sure why can't you get it to work :( All right where do you need links to be?
Emil
5GB Disk
128MB RAM
100GB Transfer
1 IP Addresses
Monthly Price (USD) $7.00
<a href="http://gamesrusserver.com/billing/index.php?main_page=product_info&cPath=65&products_id=180" title="pay now"></a>
<div>Additional IPs $2.00 Monthly Price (USD)</div>
<div>blesta License $ 12.95 Monthly Price (USD)</div>I get that part, where exactly you need them, you need to have a single link to all this?
what the hell why canty i post the link code
a href="http://gamesrusserver.com/billing/index.php?main_page=product_info&cPath=65&products_id=180" title="pay now"
i do have <> but for some reason i could not pot it as a link code
Don't know my friend, this is like 1:10000.
Click on HTML tab, copy all from this page and http://pastebin.com for me if you can.
P.S. Also see this as well. It's WPCOM, but same rules apply when inserting links.
Emil
what the hell why canty i post the link code
Because you're not wrapping the code in the backtick or using the code button.
http://codex.wordpress.org/Forum_Welcome#Posting_Code
I've edited your post above with backtick.
what you mean by backtick
Here you go:
5GB Disk
128MB RAM
100GB Transfer
1 IP Addresses
Monthly Price (USD) $7.00
<a href="http://gamesrusserver.com/billing/index.php?main_page=product_info&cPath=65&products_id=180" title="pay now">pay now</a>
<div>Additional IPs $2.00 Monthly Price (USD)</div>
<div>blesta License $ 12.95 Monthly Price (USD)</div>
You had an empty anchor element.
Emil
what you mean by backtick
Top left key on your keyboard (well, maybe...) the character underneath the ~ on the same key.
I can't show it to you exactly, the forum interprets the character as code formatting...
Or just click the code button. That will put in the backtick character for you.
thanks alot guys it working now
You must log in to post.