Skip to content

Instantly share code, notes, and snippets.

@holyzfy
Created February 21, 2014 07:56
Show Gist options
  • Save holyzfy/9130385 to your computer and use it in GitHub Desktop.
Save holyzfy/9130385 to your computer and use it in GitHub Desktop.
保留html源码里的文本排版格式
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Document</title>
<style>
.content {
width: 500px;
margin: 0 auto;
white-space: pre-wrap;
*white-space: pre;
*word-wrap: break-word;
}
</style>
</head>
<body>
<div class="content">为您精心推荐的是澳洲昆士兰的独立屋,坐落在湖边,对面是美丽的风景区,这套住宅几乎无可挑剔,是一套理想住宅。热带雨林的生活区,气候宜人,冬暖夏凉,非常适合居住。共有4间卧室,2间洗手间,精装修,软硬件设施应有尽有,拎包即住。美丽的庭院,华丽的围栏,双车车库,现在价格优惠,性价比高,买到就是赚到,赶紧打电话咨询吧!
详情咨询瑞麦中国地产:400 926 9966
经纪人信息:
Rosemary Earner
RE/MAX Ultimate
Shop 11, Heritage Shopping Village
23 Progress Rd
Burpengary, Queensland, Australia
4505
直拨电话 0417 637 014
电话 07 3888 1511
传真: 07 3888 153 </div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment