Hi Maverick,
I am trying to design a table into the title text box using the follown HTML sequense
<table cellpadding="8"><tbody><tr><td><img src="/./images/posters/xxx.jpg" width= "80" height="130"></td><td><b>movie_title</b><br><b>Dir.: </b>Name (Country)<br><b>Date out </b>dd/mm/yyyy<br><b>Distribute: </b>some text</td></tr></tbody></table>
It seems to work fine as it returns exactly what I need. The problem is that the vote button disappears...
When I remove the the the button comes back normally...
Keep in mind that I have already increased the "title" field ftom jcp_options MYSQL table to VARCHAR(700)
Could you please help?
Many thank's