paul
Not New Member
Posts: 37
paul said 0 great things
|
Post by paul on Feb 22, 2012 21:34:36 GMT -8
Can I give you admin to do for me, then when you're done I'll see how you did it on main header, it would be much easier.
|
|
|
Post by Wormopolis on Feb 23, 2012 0:39:11 GMT -8
part of being a site admin is learning how to do all of this. otherwise you are going to have to rely on someone else EVERY time you want to make a change.
just keep working through this and you will find you like having the knowledge at your OWN fingertips.
|
|
paul
Not New Member
Posts: 37
paul said 0 great things
|
Post by paul on Feb 23, 2012 5:00:40 GMT -8
Could you help me with the forum, I'll give you admin rights.
|
|
paul
Not New Member
Posts: 37
paul said 0 great things
|
Post by paul on Feb 23, 2012 6:12:38 GMT -8
Could you go step by step for me to do this.
|
|
NetMaster
Code Helper
"Get caught in my web!"
Posts: 305
NetMaster said 0 great things
|
Post by NetMaster on Feb 23, 2012 7:39:16 GMT -8
Paul are you at all familiar with HTML? If not I would suggest visiting a tutorial site like: www.pageresource.com/html/getstart.htm where you can pick up HTML basics This will explain how to format your font and get it the way you want it alot quicker than either myself or Wormo could try to teach you. If you have questions about one of the tutorials, post it here.
|
|
paul
Not New Member
Posts: 37
paul said 0 great things
|
Post by paul on Feb 23, 2012 7:57:04 GMT -8
I've made it thank you, But I just have a problem just 1, The news are in the left hand side, how do I make it to say in the middle?
|
|
NetMaster
Code Helper
"Get caught in my web!"
Posts: 305
NetMaster said 0 great things
|
Post by NetMaster on Feb 23, 2012 8:10:27 GMT -8
Use <center> </center> tags.
|
|
paul
Not New Member
Posts: 37
paul said 0 great things
|
Post by paul on Feb 23, 2012 8:55:26 GMT -8
Where should I put the. <center> </center> tags. What line?
|
|
NetMaster
Code Helper
"Get caught in my web!"
Posts: 305
NetMaster said 0 great things
|
Post by NetMaster on Feb 23, 2012 9:00:10 GMT -8
Put them within the <marquee> tags so like this:
<marquee><center>
<font>text</font>
</center></marquee>
|
|
paul
Not New Member
Posts: 37
paul said 0 great things
|
Post by paul on Feb 23, 2012 9:52:13 GMT -8
I'm still having a problem with the center thingy, let me show you the codes in my header. Check out the error:
<center><table align="center" border="1" width="92%" cellspacing="0" cellpadding="0" class="bordercolor"> <tr> <td width="20%" valign="top" class="windowbg"> <embed src="http://www.worldtimeserver.com/clocks/wtsclock024.swf?color=000000&wtsid=UTC" width="175" height="175" wmode="transparent" type="application/x-shockwave-flash" /> </td>
<td width="60%" class="windowbg2" valign="top"> <marquee behavior="scroll" direction="up" onmouseover="this.stop();" onmouseout="this.start();" width="100%" height="100%"> <font size="5" color="black">Welcome to the United States Army Forum!</font><br/> <br/> <font size=4" color="white">Headquarters, United States Army (HQDA)</font><br/> <br/> <font size="3" color="yellow">Chief of Staff (CSA)</font> -<br/> <br/> <font size="3" color="yellow">Vice Chief of Staff (VCSA)- LTG Chocoholic...</font><br/> <br/> <font size="3" color="yellow">Deputy Chief of Staff for Personnel (DCSPER)</font>-<br/> <br/> <font size="3" color="yellow">Commanding General, Training & Doctrine Command (CG TRADOC)</font><br/> <br/>
</marquee><center> <font></font> </center></marquee>
<td width="20%" valign="top" class="windowbg"> <!--Image goes here--> </td> </tr> </table> </center>
What are the errors...
|
|
NetMaster
Code Helper
"Get caught in my web!"
Posts: 305
NetMaster said 0 great things
|
Post by NetMaster on Feb 23, 2012 10:21:35 GMT -8
Okay delete this part:
<marquee><center>
<font>text</font>
</center></marquee>
That wasn't a direct copy and paste, I was showing you where to put the <center> tags. You already have the <marquee> tags in your code so where you have
<marquee behavior="scroll" direction="up" onmouseover="this.stop();" onmouseout="this.start();" width="100%" height="100%">
add the center tag
<marquee behavior="scroll" direction="up" onmouseover="this.stop();" onmouseout="this.start();" width="100%" height="100%"><center>
and at the end of the code add the center tag before the ending marquee tag:
</center></marquee>
|
|
paul
Not New Member
Posts: 37
paul said 0 great things
|
Post by paul on Feb 23, 2012 13:17:30 GMT -8
Now I have another problem, when I add more news to the news fader, my box becomes big...
|
|
paul
Not New Member
Posts: 37
paul said 0 great things
|
Post by paul on Feb 23, 2012 13:27:33 GMT -8
Not only that, the clock is in the box but on top, not at the center.
|
|
NetMaster
Code Helper
"Get caught in my web!"
Posts: 305
NetMaster said 0 great things
|
Post by NetMaster on Feb 23, 2012 13:50:37 GMT -8
Okay to solve the clock problem find this part of the coding:
<td width="20%" valign="top" class="windowbg"> <embed src="http://www.worldtimeserver.com/clocks/wtsclock024.swf?color=000000&wtsid=UT C" width="200" height="200" wmode="transparent" type="application/x-shockwave-flash" /> </td>
And change it like so:
<td width="20%" valign="center" align="center" class="windowbg"> <embed src="http://www.worldtimeserver.com/clocks/wtsclock024.swf?color=000000&wtsid=UT C" width="200" height="200" wmode="transparent" type="application/x-shockwave-flash" /> </td>
|
|
paul
Not New Member
Posts: 37
paul said 0 great things
|
Post by paul on Feb 23, 2012 14:02:59 GMT -8
Wow I put in the code and look at what it made go on my forum: armystrong-host.proboards.comLook at my header code and see what's wrong. <center><table align="center" border="1" width="92%" cellspacing="0" cellpadding="0" class="bordercolor"> <tr> td width="20%" valign="center" align="center" class="windowbg"> <embed src="http://www.worldtimeserver.com/clocks/wtsclock024.swf?color=000000&wtsid=UT C" width="200" height="200" wmode="transparent" type="application/x-shockwave-flash" /> </td> <td width="60%" class="windowbg2" valign="top"> <marquee behavior="scroll" direction="up" onmouseover="this.stop();" onmouseout="this.start();" width="100%" height="100%"><center> <font size="5" color="black">Welcome to the United States Army Forum!</font><br/> <br/> <font size=4" color="white">Headquarters, United States Army (HQDA)</font><br/> <br/> <font size="3" color="yellow">Chief of Staff (CSA)</font> -<br/> <br/> <font size="3" color="yellow">Vice Chief of Staff (VCSA)- LTG Chocoholic...</font><br/> <br/> <font size="3" color="yellow">Deputy Chief of Staff for Personnel (DCSPER)</font>-<br/> <br/> <font size="3" color="yellow">Commanding General, Training & Doctrine Command (CG TRADOC)</font><br/> <br/> <font size="3" color="yellow">Director, Army Foreign Liaison Officer (DAFL)</font>-<br/> <br/> <font size="3" color="yellow">Commanding General, United States Army Special Operations Command (CG USASOC)</font>-<br/> <br/> <font size="3" color="yellow">Provost Marshal General (PMG) -</font>-<br/> <br/> <font size="3" color="yellow">Sergeant Major of The Army (SMA) -</font>-<br/> <br/> <td width="20%" valign="top" class="windowbg"> <!--Image goes here--> </td> </tr> </table> </center> What's wrong with the code?
|
|