Làm thế nào để lấy toàn bộ file main.css để có thể save bằng option "Only use my custom style sheet"?
Saturday, April 28, 2007 1:49:20 AM
Nếu bạn view source bất kỳ một trang Blog nào ở Opera, bạn sẽ thấy phần code sau đây ở phần đầu tiên:
<head><meta http-equiv="Content-Type" content="text/html; charset=utf-8" />- by Thủy Hiền
<link rel="stylesheet" href="/community/css/users/account/account_white.css" type="text/css" media="screen,projection,print" />
<link rel="stylesheet" href="/community/css/users/account/mobile_white.css" type="text/css" media="handheld" />
<link rel="stylesheet" href="/community/css/users/common.css" type="text/css" media="screen,projection,print" />
<link rel="stylesheet" href="/community/css/users/2/handheld.css" type="text/css" media="handheld" />
<link rel="stylesheet" href="http://files.myopera.com/danquynh/user.css" type="text/css" media="screen,projection,print" />
<link rel="stylesheet" href="/community/css/users/album-slideshow.css" type="text/css" media="screen,projection,print" /></head>
Bạn chú ý những phần in đậm, đó là tất cả các file.css để quy định hình thức hiển thị của trang blog. Bạn cần phải có tất cả các đoạn code trong các file này và đưa vào file user.css của bạn để có thể lưu bằng option "only use my custom style sheet".














NGUYỄN PHAN QUYỀN ANHquyenanhforever # Thursday, March 26, 2009 2:20:16 AM