Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeUsing DNN Platf...Using DNN Platf...Skins, Themes, ...Skins, Themes, ...When I add external HTML Button Links Code, Skin is damaged!When I add external HTML Button Links Code, Skin is damaged!
Previous
 
Next
New Post
9/6/2006 10:17 AM
 

Regarding problem posted here (check image links in this post carefully to see the problem):

http://dotnetnuke.com/Community/ForumsDotNetNuke/tabid/795/forumid/108/threadid/67212/scope/posts/Default.aspx

I tried what's posted as an answer, however the problem does exist. I'm unable to add button link in HTML/Text contents page (Button is HTML code).

Any solutions? I've spent 3 weeks doing it, in vain

 

 
New Post
9/6/2006 5:36 PM
 
Can you post the buttons code?
 
New Post
9/6/2006 6:17 PM
 

Timo Breumelhof wrote
Can you post the buttons code?

Code is shown in : http://dotnetnuke.com/Community/ForumsDotNetNuke/tabid/795/forumid/108/threadid/67212/scope/posts/Default.aspx

"&here is 2CO HTML Button code I should insert:

http://www.itosc.com/dnnimages/2cocode.jpg "

However, I got it from 2CO website products page:

This is Button for a single quantity of item:

<form action='https://www.2checkout.com/2co/buyer/purchase' method='post'>
<input type='hidden' name='sid' value='000000' >
<input type='hidden' name='quantity' value='1' >
<input type='hidden' name='product_id' value='1' >
<input name="submit" type='submit' value='Buy from 2CO' >
</form>
<br>
2CheckOut.com Inc. (Ohio, USA) is an authorized retailer for
<br>
goods and services provided by ITOSC.

And this Button for variable quantity of item:

<form action='https://www.2checkout.com/2co/buyer/purchase' method='post'>
<input type='hidden' name='sid' value='00000' >
<input type='hidden' name='product_id' value='1' >
Quantity
<input name='quantity' type='text' class="ctrl-ed" size='5' >
<br>
<input name="submit" type='submit' value='Buy from 2CO' >
</form>
<br>
2CheckOut.com Inc. (Ohio, USA) is an authorized retailer for
<br>
goods and services provided by ITOSC.

Any of them causes the problem, I have many diffrent buttons for diffrent products and sometimes I need each types of buttons for specifc products.

Pleae help me adding these buttons correctly as it's really making trouble to my page

 
New Post
9/7/2006 5:14 AM
 
I just tries to add the code to an empty page in the satndard skin.
The skin looks okay but there is some really strange behaviour.
The edit text doesn't work anymore (FF & IE), menu arrows appear much too large sometimes etc.

I posted this code in the html:

<div style="width: 200px; height: 100px; background-color: rgb(255, 240, 0);">
<form action="https://www.2checkout.com/2co/buyer/purchase" method="post"><input value="000000" name="sid" type="hidden"> <input value="1" name="quantity" type="hidden"> <input value="1" name="product_id" type="hidden"> <input value="Buy from 2CO" name="submit" type="submit"> </form><br>2CheckOut.com Inc. (Ohio, USA) is an authorized retailer for <br>goods and services provided by ITOSC. </div>

I think this must be due of the form you are adding in the textbox.

What you could try is this:

-Add an Iframe
-Make an HTML page containing the button
-Upload the html file through FTP
- set the iframe to show the right html file.

This should work.

Or you could use this code to post directly using a link:

<a href="https://www.2checkout.com/2co/buyer/purchase?sid=000000&quantity=1&product_id=1">
Order now...
</a>



 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Skins, Themes, ...Skins, Themes, ...When I add external HTML Button Links Code, Skin is damaged!When I add external HTML Button Links Code, Skin is damaged!


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out