Adding space between lines in results
In one of my results, I have three links. I would like to add a blank line between them, so that it is easier for the user to be able to easily select the correct link with big fingers... In Silverlight, I can just insert <div></div> but this seems to be ingnored in HTML5... Any Ideas?
-
Sorry, wrong forum...
0 -
Sometimes html is picky, maybe if you add a space it will stop ignoring it:
<div> </div>
or
<p> </p>
That might work? Sometimes it needs a space to force it to use otherwise empty tags. Just a guess!
Steph0 -
Thanks for the response, but it still doesn't work. I even tried putting a period between the divs... It just seems to ignore them.
0 -
I take it back. For some reason, it is not looking at the Feature Description, which is what I was changing... Instead, it is looking at the Feature Long Description, and adding the space between the tags worked. Thanks.
0 -
hooray!
0
Bitte melden Sie sich an, um einen Kommentar zu hinterlassen.
Kommentare
5 Kommentare