"Extended Network Box"
- Ersetze IMAGE URL in den folgenden Code und ändere
'width und height' in der Größe deines Bildes. - Replace in the fallowing code, IMAGE URL, and adjust the
'width and height' with the size of your image.
°code°
<style type="text/css"> .K {Network Image} .extendedNetwork { visibility:visible !important; background-color:transparent; background-image:url(IMAGE URL); background-repeat:no-repeat; background-position:center center; width:435px; height:220px;} span.blacktext12 {display:none;} </style> |
- Um die "Überschrift" der Tabelle da zu behalten, lösche folgende
Zeile vom oberen Code: - To leave the "Headline" of the table delete the below line of
the above code:
°code°
<style> .K {Hide Extended Network} table.extendedNetwork {display:none;} </style> |
- Wenn es nötig wird:
- If it is necessary:
°code°
<style> .K {Move Blogs Up} table.latestBlogEntry, table.blurbs, table.friendSpace, table.friendsComments {position:relative; top:-30px;} </style> |
- Change/Adjust the number (-30) to fit your needs.
°code°
<style> .K {Squash Network Box} td.text td, td.text table {height:0px;} </style> |
°OR°
<style> .K {Squash Network Box} .extendedNetwork {height:0px;} </style> |
°code°
<style> .K {Hide Headline Of Network} .blacktext12 span {display:none;} </style> |
°code°
<style> .K {Hide Just View More} table.extendedNetwork a {display:none;} </style> |
°code°
<style> .K {Hide Just Date-Time} table.extendedNetwork span.statusDateTime {display:none;} </style> |