| Ask Experts ماہرین کی رائے Ask our Experts ہمارے ماہرین کی رائے لیں |
![]() |
|
|
LinkBack | موضوع کے اختیارات | موضوع کی درجہ بندی | ظاہری انداز |
|
|
#1 |
|
Senior Member
![]() تاریخ شمولیت: Oct 2010
مقام: Bhawal Pur
مراسلات: 1,478
کمائي: 19,804
شکریہ: 4,532
893 مراسلہ میں 2,299 بارشکریہ ادا کیا گیا
|
السلام علیکم
یا ماہرین بلاگنگ! کیا بلاگ سپاٹ میں سب کیٹگری، یا سب لیبل بن سکتے ہیں؟ |
|
|
|
|
|
#2 |
|
Senior Member
![]() |
جیو گوگل 1. Sign in to Blogger > Layout > Edit HTML and look for How to Add Classified Labels ( Sub-Labels) for blogger? ~ Blogger-Help.com<b:skin><![CDATA[/* Now copy following code and place it to ABOVE <b:skin><![CDATA[/* <script src='http://sites.google.com/site/freebloggerhelpbiz/freebloggerhelp/dtree.js' type='text/javascript'/> Save Template. 2. Now go to Add Page Element > Add A Gadget > HTML/JAVA Script. Add following code there and save. <style type="text/css"> /*--------------------------------------------------| | dTree 2.05 | www.destroydrop.com/javascript/tree/ | |---------------------------------------------------| | Copyright (c) 2002-2003 Geir Landrö | |--------------------------------------------------*/ .dtree { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 12px; width:480px; color: #000; white-space: nowrap; } .dtree img { border: 0px; vertical-align: middle; } .dtree a { color: #333; text-decoration: none; } .dtree a.node, .dtree a.nodeSel { white-space: nowrap; padding: 1px 2px 1px 2px; } .dtree a.node:hover, .dtree a.nodeSel:hover { color: #333; text-decoration: underline; } .dtree a.nodeSel { background-color: #c0d2ec; } .dtree .clip { overflow: hidden; } </style> <div class="dtree"> <p><a href="javascript: d.openAll();">open all</a> | <a href="javascript: d.closeAll();">close all</a></p> <script type="text/javascript"> <!-- d = new dTree('d'); d.add(0,-1,'My example tree'); d.add(1,0,'Node 1','example01.html'); d.add(3,1,'Node 1.1','example01.html'); d.add(5,3,'Node 1.1.1','example01.html'); d.add(6,5,'Node 1.1.1.1','example01.html'); d.add(2,0,'Node 2','example01.html'); d.add(4,0,'Node 3','example01.html'); d.add(7,0,'Node 4','example01.html'); d.add(8,1,'Node 1.2','example01.html'); document.write(d); //--> </script> </div> It's done. Now you have to add labels and their links to above code manually. Concentrate on d = new dTree('d'); d.add(0,-1,'My example tree'); d.add(1,0,'Node 1','example01.html'); d.add(3,1,'Node 1.1','example01.html'); d.add(8,1,'Node 1.2','example01.html'); d.add(5,3,'Node 1.1.1','example01.html'); d.add(6,5,'Node 1.1.1.1','example01.html'); d.add(2,0,'Node 2','example01.html'); d.add(4,0,'Node 3','example01.html'); d.add(7,0,'Node 4','example01.html'); What you got? Nothing!! OK. Here is the Explanation. In the following code d.add(1,0,'Node 1','example01.html'); There are two numbers after d.add. First number is of sub label itself and second number is of parent label. You will have to experiment yourself to understand it. Add the name of label and link of that label as follows. d.add(1,0,'Node 1','example01.html'); will be d.add(1,0,'Name of Label','Link of that Label'); بھائی ابھی تک میں نے ٹرائی نہیں کیا آپ چیک کر لیں ویسے میں اپنے بلاگ پہ بھی ٹرائی مارنے لگا ہوں اصل میں انگریزی کچھ پلے نہیں پڑھ رہی
__________________
فیس بک پہ پاک نیٹ کا حلقہ احباب https://www.facebook.com/groups/pak.net دوستوں سے گزارش ہے کہ اپنے شائع کردہ موضوع کو یہاں بھی شئیر کردیا کریں تاکہ زیادہ سے زیادہ لوگوں کو پاک نیٹ کی فیملی کا حصہ بنایا جاسکے۔ |
|
|
|
| 2 قاری/قارئین نے محمد یاسرعلی کا شکریہ ادا کیا | ارشد کمبوہ (21-07-11), طارق راحیل (21-07-11) |
|
|
#3 |
|
Senior Member
![]() تاریخ شمولیت: Oct 2010
مقام: Bhawal Pur
مراسلات: 1,478
کمائي: 19,804
شکریہ: 4,532
893 مراسلہ میں 2,299 بارشکریہ ادا کیا گیا
|
یاسر بھائی! گل کچھ پلے نئی پئی۔
کوئی پکی پکائی نہیں مل سکتی کیا؟؟؟؟ |
|
|
|
|
|
#4 |
|
Senior Member
![]() |
بھائی پہلے تے ایڈٹ ایچ ٹی ایم ایل میں مندرجہ ذیل شے تلاشو
PHPکوڈ:
PHPکوڈ:
ایڈ الیمنٹ وچ جا کے ![]() کھولنے والے بکس میں مندرجہ ذیل کوڈ ایڈ کر دیں HTMLکوڈ:
<style type="text/css"> /*--------------------------------------------------| | dTree 2.05 | www.destroydrop.com/javascript/tree/ | |---------------------------------------------------| | Copyright (c) 2002-2003 Geir Landrö | |--------------------------------------------------*/ .dtree { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 12px; width:480px; color: #000; white-space: nowrap; } .dtree img { border: 0px; vertical-align: middle; } .dtree a { color: #333; text-decoration: none; } .dtree a.node, .dtree a.nodeSel { white-space: nowrap; padding: 1px 2px 1px 2px; } .dtree a.node:hover, .dtree a.nodeSel:hover { color: #333; text-decoration: underline; } .dtree a.nodeSel { background-color: #c0d2ec; } .dtree .clip { overflow: hidden; } </style> <div class="dtree"> <p><a href="javascript: d.openAll();">open all</a> | <a href="javascript: d.closeAll();">close all</a></p> <script type="text/javascript"> <!-- d = new dTree('d'); d.add(0,-1,'My example tree'); d.add(1,0,'Node 1','example01.html'); d.add(3,1,'Node 1.1','example01.html'); d.add(5,3,'Node 1.1.1','example01.html'); d.add(6,5,'Node 1.1.1.1','example01.html'); d.add(2,0,'Node 2','example01.html'); d.add(4,0,'Node 3','example01.html'); d.add(7,0,'Node 4','example01.html'); d.add(8,1,'Node 1.2','example01.html'); document.write(d); //--> </script> </div> </div> It's done. Now you have to add labels and their links to above code manually. Concentrate on d = new dTree('d'); d.add(0,-1,'My example tree'); d.add(1,0,'Node 1','example01.html'); d.add(3,1,'Node 1.1','example01.html'); d.add(8,1,'Node 1.2','example01.html'); d.add(5,3,'Node 1.1.1','example01.html'); d.add(6,5,'Node 1.1.1.1','example01.html'); d.add(2,0,'Node 2','example01.html'); d.add(4,0,'Node 3','example01.html'); d.add(7,0,'Node 4','example01.html'); What you got? Nothing!! OK. Here is the Explanation. In the following code d.add(1,0,'Node 1','example01.html'); There are two numbers after d.add. First number is of sub label itself and second number is of parent label. You will have to experiment yourself to understand it. Add the name of label and link of that label as follows. d.add(1,0,'Node 1','example01.html'); will be d.add(1,0,'Name of Label','Link of that Label'); ویسے بلاگ سپاٹ کے ایکسپرٹ کدھر ہیں میں کر لیتا تجربے کرتے کرتے مگر فی الحال میں ایک او ر تجربے میں مصروف ہوں بھی لائٹ جانے والی ہے دن سے ہر گھنٹے آدھے گھنٹے بعد دو ، دو گھنٹےجا رہی ہے بھائی یقین کرنا میں مہینے سے گھر پہ ہوں اور اس دوران میں نے ابھی تک کمپوٹر شٹ ڈون نہیں کیا |
|
|
|
| 2 قاری/قارئین نے محمد یاسرعلی کا شکریہ ادا کیا | احمد بلال (22-07-11), ارشد کمبوہ (21-07-11) |
|
|
#5 |
|
Senior Member
![]() تاریخ شمولیت: Feb 2009
مراسلات: 1,691
کمائي: 31,915
شکریہ: 10,606
1,223 مراسلہ میں 3,229 بارشکریہ ادا کیا گیا
|
بھائی نور الدین نے شاید اس پہ ایک مراسلہ لکھا تھا۔
|
|
|
|
| احمد بلال کا شکریہ ادا کیا گیا | ارشد کمبوہ (22-07-11) |
|
|
#6 |
|
Senior Member
![]() |
بلال بھائی کوشش کرکے لنک لگا دیں
|
|
|
|
| محمد یاسرعلی کا شکریہ ادا کیا گیا | ارشد کمبوہ (22-07-11) |
|
|
#7 |
|
Senior Member
![]() تاریخ شمولیت: Oct 2010
مقام: Bhawal Pur
مراسلات: 1,478
کمائي: 19,804
شکریہ: 4,532
893 مراسلہ میں 2,299 بارشکریہ ادا کیا گیا
|
بھائی نور الدین کا مراسلہ ادھر ہے۔
بلاگ سپاٹ میں کیٹگری بنانا |
|
|
|
![]() |
| Tags |
| color, com, family, following, hidden, javascript, links, skin, sub, ہیں؟, گوگل, پہ, لگا, لیبل, چیک, ماہرین, white, will, اپنے, السلام, انگریزی, بلاگ, بلاگنگ, سکتی, سپاٹ |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| موضوع کے اختیارات | |
| ظاہری انداز | Rate This Thread |
|
|
Similar Threads
|
||||
| موضوع | موضوع شروع کیا | فورم | جوابات | آخری مراسلہ |
| بلاگ سپاٹ پہ اشعار کی فارمیٹنگ | محمد یاسرعلی | اردو بلاگنگ | 4 | 23-07-11 01:06 AM |
| بلاگ سپاٹ میں کیٹگری بنانا | ارشد کمبوہ | Ask Experts ماہرین کی رائے | 8 | 26-04-11 10:33 AM |
| سپریم کورٹ میں پیش کی گئی سانحہ سیالکوٹ کی تحقیقاتی رپورٹ کا متن | گلاب خان | خبریں | 10 | 24-09-10 03:13 AM |
| کی دہائی میں کہوٹہ ایٹمی تنصیبات کو نشانہ بنانے کے بھارتی و اسرائیلی منصوبے کا انکشاف | عبدالقدوس | خبریں | 4 | 05-11-07 06:09 PM |
| 80 کی دہائی میں کہوٹہ ایٹمی تنصیبات کو نشانہ بنانے کے بھارتی و اسرائیلی منصوبے کا انکشاف | خرم شہزاد خرم | خبریں | 0 | 29-10-07 10:44 AM |