Jump to content

Can not enter product field


hostxls

Recommended Posts

Hello,

 

 

Thanks for looking into this error.

 

 

In the Product/Service/ Edit Product field It is not possible to use html in the 'Product Description" field what is stated as possible.

Even using ( : ) is giving an error. Is this a known error in version 7?

 

 

Chek this link to see the Error

https://hostxls.com/clients/cart.php?gid=2

 

 

 

The html code I use is the following:

 

 

 

 

<!DOCTYPE html>
<html>
<head>
<style>
table {
   font-family: arial, sans-serif;
   border-collapse: collapse;
   width: 100%;
}


td, th {
   border: 1px solid #dddddd;
   text-align: left;
   padding: 8px;
}


tr:nth-child(even) {
   background-color: #dddddd;
}
</style>
</head>
<body>


<table>
 <tr>
   <th>SSD VPS Plan</th>
   <th>Custom VPS SSD</th>
 </tr>
 <tr>
   <td>Managed</td>
   <td>Unmanaged</td>
 </tr>
 <tr>
   <td>Core</td>
   <td>1 Core</td>
 </tr>
 <tr>
   <td>RAM</td>
   <td>1024 MB (1GB)</td>
 </tr>
 <tr>
   <td>Opslag</td>
   <td>10GB SSD</td>
 </tr>
 <tr>
   <td>Bandbreedte</td>
   <td>1TB</td>
 </tr>
 <tr>
   <td>IP4</td>
   <td>Available</td>
 </tr>
 <tr>
   <td>IP6</td>
   <td>Available</td>
 </tr>
 <tr>
   <td>OS</td>
   <td>On Demand</td>
 </tr>
</table>


</body>
</html>


 

Personally, I do not think that the problem is the html I use, but rather the field that is not html compatible.

 

If someone has the same problem solved, could you help us out.

 

Thanks.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated