Hypertext Markup Language

learn more… | top users | synonyms

5
votes
2answers
71 views

Display records on next row in table

Hi i want to display a list in table in following way.. rec1 rec2 rec3 rec4 rec5 rec6 rec7 rec8 rec9 rec19 rec11 rec12 Where the records are displayed on the next row when a ...
1
vote
1answer
38 views

Dynamic table in salesforce using HTML

I have a list of record in my controller. I want to display the record into my VF page but don't want to use salesorce components want to display the list into a HTML table 1 by 1. How to achieve ...
2
votes
1answer
61 views

Visual Workflow - Creating Paragraphs and Double Line Breaks

For whatever reason, when I try to create double line breaks using the Visual Workflow HTML editor the 2nd gets removed Tried doing this by just using "Enter" key and editing the actual HTML by ...
0
votes
0answers
7 views

Copy value from RTA field in a knowledge article to another article using apex

I have a scenario in which I need to copy the value from a rich text area field in knowledge articles to another knowledge article upon import, this is to achieve mass updates of articles. The ...
2
votes
2answers
253 views

VisualForce page to allow inline editing of EmailTemplate HTML

Thanks for taking a look at my problem. I am building a VisualForce page to email all CampaignMembers associated with a Campaign record. Everything is working except for one little thing: I have an ...
4
votes
1answer
127 views

How to use image in Customer Portal header HTML, without using Image ID?

Documentation says I can choose an HTML file for header image in Customer Portal. Searching on the internet is showing that people have uploaded the image on Documents, and referring to the ID of this ...
0
votes
1answer
87 views

Google Map - infowindow hyperlink

I've set up an embedded google map in my VF page that displays all records within x km. I've added info windows to each of these, with the aim that the user can click on the link in the infowindow and ...
1
vote
2answers
92 views

How do I attach a controller action to an html input

I have this HTML - its a button placed at the end of a search box: <input type="image" name="submit" id="searchSubmit" src="images/searchGif.gif" border="0" /> How do I attach a Controller ...
0
votes
0answers
36 views

Salesforce / wordpress integration not working

I'm running a site off of wordpress and using both the wordpress user database and the salesforce database. We had a developer make the site and intergrate salesforce into the user registration ...
1
vote
1answer
171 views

Is it possible to have HTML in a visual force email template?

I have created a VisualForce template. I need to use its advanced wiring facilities so can't use other template types. I am trying to have some HTML in this template but not having much luck. I ...
1
vote
2answers
71 views

Use Salesforce to store product Documentation?

I have been asked if we can store our documentation as knowledge base articles. This sounds doable if you think of every document page as an individual article. The problem I see is that, if the ...
4
votes
4answers
464 views

VisualForce: Conditionally render HTML elements like <li>

I have a Force.com site portal written completely with custom Visualforce, HTML and CSS. I have a component which is used to display the navigation links at the top of the page. This navigation is ...
1
vote
1answer
137 views

Are HTML based password reset templates reliably rendered?

I notice that salesforce seems to simply append the username and password at the end of the template, as far as anyone is aware are the resulting documents always well formed and reliably rendered ...