drac
Student
Posts: 32
|
Post by drac on Jun 25, 2007 11:10:44 GMT -5
The portion of my board that offes home/help/searc/login is too small for mu likes. Is it possible to enlarge the font and the default icon sizes?
Also how do I add a link to "Bookmarks" there as well?
thanks
|
|
|
Post by Andrew on Jun 26, 2007 12:03:56 GMT -5
Global headers. <style type="text/css"> <!--
body, td, font { font-size: 12px !important; }
--> </style> I dont think you can make it so just your Home-Help etc etc can be changed this will change every fotn
|
|
drac
Student
Posts: 32
|
Post by drac on Jun 26, 2007 13:25:10 GMT -5
Thnaks that will work.
can I use this also to change the style of the font? If so how please?
|
|
|
Post by Andrew on Jun 26, 2007 15:07:34 GMT -5
I dont think thats a code. I think that you can do that in Genaral settings. And your welcome always glad to help
|
|
drac
Student
Posts: 32
|
Post by drac on Jun 26, 2007 15:25:29 GMT -5
I did change it in general settings but it would not work
|
|
|
Post by Jordan on Jun 26, 2007 15:37:06 GMT -5
Please provide a link to your forum.
|
|
drac
Student
Posts: 32
|
Post by drac on Jun 27, 2007 10:39:37 GMT -5
|
|
|
Post by Andrew on Jun 28, 2007 9:18:09 GMT -5
You need some resize codes in your forum
<script language="JavaScript"> var boardwidth = document.getElementsByTagName('TABLE'); for(i=0;i<boardwidth.length;i++) { if(boardwidth[i].width=="92%"){ boardwidth[i].width='720 px';}} </script>
Global footers
|
|
drac
Student
Posts: 32
|
Post by drac on Jun 28, 2007 13:02:00 GMT -5
Andrew, Not looking a gift horse in teh mouth, but, could you explain why I need to resize?
|
|
|
Post by Andrew on Jun 28, 2007 15:17:53 GMT -5
So that your head image fits your board width. And it will make your forum look better.
|
|
drac
Student
Posts: 32
|
Post by drac on Jun 28, 2007 15:35:29 GMT -5
but they do fit, in al the cpus Ive seen.. What r u seeing?
|
|
drac
Student
Posts: 32
|
Post by drac on Jun 28, 2007 15:40:03 GMT -5
I just changed my resolution....OUCH.
thanks for pointing that out.
Ill try your script thanks
|
|
|
Post by Andrew on Jun 29, 2007 12:06:54 GMT -5
your welcome. And that looks so much better now
|
|