go41

the info you need to know


von Joern
Keine Kommentare

just testing code.button functionCode:function bbcode_buttons() {$tags = bb_allowed_tags();echo  "<scr"."ipt type='text/javascript' defer='defer'>   function BBcodeButtons_init() {test codebutton using pre code /code /pre[pre]Code:function BBcodeButtonsToolbar() {if (typeof bbField == 'undefined') {bbField = document.getElementsByTagName('textarea')[0];}if (bbField) {smilieCount=0, BBcodeButtons = new Array(), edOpenTags = new Array();BBcodeButtons_init(); var buttonhtml="";for (i = 0; i < BBcodeButtons.length; i++) {if (BBcodeButtons[i].access)…


von Joern
Keine Kommentare

Hi, I am pretty new, not only to this forum, but also to the whole blogging stuff. I uploaded the free version of the Arthemia theme and managed to get it running... the only problem I am facing right now, how can I link my ads to the pages I…


von Joern
Keine Kommentare

the banner: in your header.php is already the full code for a clickable banner, you just removed the original image (images/backgrounds/topbanner.gif)the reference for this is in style.css#branding {background:url("images/backgrounds/topbanner.gif") no-repeat scroll 0 0 transparent;height:100px;padding-bottom:15px;width:625px;}putting your logo as topbanner.gif in the size given above (625x100px) in this folder would solve your problem…