When I hit <shift>Enter I get a standard line break character <br>, which if just fine. However, I would like to get <br /> instead. I cannot figure out where to change this.
Please forgive the ignorance,
Jerry
How do I change the line break character:
Moderator: kfury77
Forum rules
Please try to follow these guidelines. This will help to receive faster and more accurate response.
Please try to follow these guidelines. This will help to receive faster and more accurate response.
- Check the Support section of the corresponding product first. Chances are you will find your answer there;
- Do not create new topics for already reported problems. Add your comments to the existing topics instead;
- Create separate topic for each problem request. Do NOT post a number of non-related problem reports in a single topic;
- Give your topic a meaningful title. Titles such as "A question," "Bug report" and "Help!" provide others no clue what your message is about;
- Include the version number of the software you are using;
- This is not an official customer support helpdesk. If you need a prompt and official response, please contact our support team directly instead. It may take a while until you receive a reply in the forum;
THE ANSWER IS.........
...check the !DOCTYPE declaration for the file you are editing.
example: produces <br> for a Shift+Enter while
produces <br /> for a Shift+Enter.
Note: to change DOCTYPE in-a-hurry, select "!DOCTYPE" from the insert menu and choose a predefined option from there.
HTH
-Moe
example:
Code: Select all
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
Code: Select all
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
Note: to change DOCTYPE in-a-hurry, select "!DOCTYPE" from the insert menu and choose a predefined option from there.
HTH
-Moe
if, no matter where you go, nothing seems to change, maybe it's time to look at what you're bringing with you.
That makes sense.
Thanks Moe et al. Seems logical to me.
Best,
Jerry
Best,
Jerry