would this work for links?
-
where would i put this code? in the header?
<div id=”navigation”>
<ul id=”nav”>
- “><?php _e(‘Home’,’rag’); ?>
- About
- InterviewscompetitionOur projects
<div id=”search”>
<form method=”get” id=”searchform” action=”<?php bb_option(‘uri’); ?>search.php”>
<div>
<input type=”text” size=”38″ class=”search” id=”s” maxlength=”100″ name=”q” value=”<?php _e(‘Search the forums…’,’rag’); ?>” onfocus=”if(this.value==this.defaultValue)this.value=”;” onblur=”if(this.value==”)this.value=this.defaultValue;” />
<input class=”search-submit” name=”submit” type=”submit” id=”search-submit” tabindex=”8″ value=”<?php _e(‘Go’,’rag’); ?>” />
</div>
</form>
</div>
</div>
- You must be logged in to reply to this topic.