MyBB Community Forums

Full Version: change location « Next Oldest | Next Newest » to down more clicks
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
open showthread templete

than


find code, 'cut' that

<div>
	<strong>&laquo; <a href="{$next_oldest_link}">{$lang->next_oldest}</a> | <a href="{$next_newest_link}">{$lang->next_newest}</a> &raquo;</strong>
	</div>


add more like these
<br></br>
	<center>

<div>
	<strong>&laquo; <a href="{$next_oldest_link}">{$lang->next_oldest}</a> | <a href="{$next_newest_link}">{$lang->next_newest}</a> &raquo;</strong>
	</div>


	</center>

find and paste after code here :-
{$newreply}
	</div>



comment please...these is my first hacking and tutorial,,,,see the results....



fine Smile change <center> tag content to <div style="text-align: center;">content</div> ..

Quote:The <center> tag is supported in all major browsers. However, it is deprecated and should be avoided!
thanks ranjani
Because it is html code?
^ yes, though <center> tag works, it was declared as a deprecated code and better to be avoided !