NetMaster
Code Helper
"Get caught in my web!"
Posts: 305
NetMaster said 0 great things
|
Post by NetMaster on Feb 23, 2012 14:31:15 GMT -8
In the third line you're missing the opening <
<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>
|
|
paul
Not New Member
Posts: 37
paul said 0 great things
|
Post by paul on Feb 23, 2012 21:18:01 GMT -8
Thank you for that. But I don't want the box to be that big, how do I do that?
Also the Image box, how do I put an Image in that empty box, I tryed what you showed me that time, but the image dosn't come I used the google images, then copy image url, but I dosn't seems to work.
|
|
|
Post by Wormopolis on Feb 23, 2012 21:28:11 GMT -8
what width do you want the box?
|
|
NetMaster
Code Helper
"Get caught in my web!"
Posts: 305
NetMaster said 0 great things
|
Post by NetMaster on Feb 23, 2012 21:30:48 GMT -8
Code for an image tag.
<img src="copy_and_paste_url_here" />
|
|
paul
Not New Member
Posts: 37
paul said 0 great things
|
Post by paul on Feb 24, 2012 4:03:16 GMT -8
The image is showing at the bottom of the newsfader. Let me show you the codes:
<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> <img src="http://t0.gstatic.com/images?q=tbn:ANd9GcRTu7GpzT0wwJp36r30WrwZFvnG-uXP2poWX7C-bLKqSagvIuIbfA" />
What is the error?
|
|
NetMaster
Code Helper
"Get caught in my web!"
Posts: 305
NetMaster said 0 great things
|
Post by NetMaster on Feb 24, 2012 7:17:22 GMT -8
Make changes like so:
<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> <img src="http://t0.gstatic.com/images?q=tbn:ANd9GcRTu7GpzT0wwJp36r30WrwZFvnG-uXP2poW X7C-bLKqSagvIuIbfA" />
To this:
<font size="3" color="yellow">Sergeant Major of The Army (SMA) -</font>-<br/> <br/> <td width="20%" valign="top" class="windowbg"> <img src="http://t0.gstatic.com/images?q=tbn:ANd9GcRTu7GpzT0wwJp36r30WrwZFvnG-uXP2poW X7C-bLKqSagvIuIbfA" /> </td> </tr> </table> </center>
|
|
paul
Not New Member
Posts: 37
paul said 0 great things
|
Post by paul on Feb 25, 2012 3:08:11 GMT -8
Now, how can I put the image in the middle? Another problem is that, the box is too big, how can I make it smaller.
|
|
paul
Not New Member
Posts: 37
paul said 0 great things
|
Post by paul on Feb 25, 2012 3:12:44 GMT -8
I did I put the image in the middle, now It's only the box, I want it to be smaller, not bigger let me give you an idea of what I want the exact size to be. Go to:http://www.armyhq-infiltary.proboards.com/
|
|
|
Post by Wormopolis on Feb 25, 2012 3:19:35 GMT -8
you see the width="92%" in the table tag? change that to be smaller.
|
|
paul
Not New Member
Posts: 37
paul said 0 great things
|
Post by paul on Feb 25, 2012 4:17:30 GMT -8
|
|
paul
Not New Member
Posts: 37
paul said 0 great things
|
Post by paul on Feb 25, 2012 4:53:02 GMT -8
Also I want to make the news fader table only appear in the homepage.
|
|
|
Post by Wormopolis on Feb 25, 2012 8:53:24 GMT -8
<table align="center" border="1" width="92%" height="220px" cellspacing="0" cellpadding="0" class="bordercolor">
if you want the table to only appear on the main page then put it into your main header instead of global header.
you seem sorta frantic to make things look like that other site. You should be more focused on making your site unique so it brings in more people. If it is your intention to just clone that other site, we wont be continuing in this endeavor.
|
|
paul
Not New Member
Posts: 37
paul said 0 great things
|
Post by paul on Feb 25, 2012 9:04:12 GMT -8
1: It's still big 2: The codes are in main fader but still appears everywhere 3: That site was my site and I forgot my pass, just that my friend made the coding for me. So I want to remake it.
|
|
paul
Not New Member
Posts: 37
paul said 0 great things
|
Post by paul on Feb 25, 2012 9:13:21 GMT -8
<table align="center" border="1" width="90%" height="50px" cellspacing="0" cellpadding="0" class="bordercolor"> <tr> <td width="15%" 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="90%" height="90%"><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="center" align="center" class="windowbg"> <img src="http://t0.gstatic.com/images?q=tbn:ANd9GcSEnLrSte-XYIfpK5Xc-UigU6rCthyW3iZoZ0IGi7FGgH2WOpT5Pg" /> </td> </tr> </table> </center>
What is the error, coz this length and width is confusing.
|
|
|
Post by Wormopolis on Feb 25, 2012 9:29:36 GMT -8
<td width="60%" class="windowbg2" valign="top"> <marquee behavior="scroll" direction="up" onmouseover="this.stop();" onmouseout="this.start();" width="90%" height="90%"><center>
change the yellow to middle
remove the red
<table align="center" border="1" width="90%" height="50px" cellspacing="0" cellpadding="0" class="bordercolor" id="toptable" style="display:none">
add the blue
under that final </table> tag add this
<script type="text/javascript"> if (pb_action=='home') document.getElementById('toptable').style.display=''; </script>
|
|