Welcome, Guest. Please Login or Register.
April 28, 2024, 08:40:50 PM
Home Help Search Log in Register
News: If you are still using YaBB SE, please consider upgrading to SMF as soon as possible.

YaBB SE Community  |  Development  |  Graphics and Templates  |  i need help asap « previous next »
Pages: [1] Reply Ignore Print
Author Topic: i need help asap  (Read 2450 times)
rd_virus
Noobie
*
Posts: 6


I'm a llama!

i need help asap
« on: May 20, 2003, 11:25:51 PM »
Reply with quote

ok i am a complete newb when it comes to these forums.....but i do know a few things....i am trying to get a pickture in the top left side of my forums.....i tried the image script in html....didnt work  [img.] [/img.] with out the dots of corse....i have the picture that i want on a different website do i have to upload it to the forums....or can i just use it from the other place....basicly i just need to knwo how to add a picture to the top left hand side of the forum
Logged
Chris Cromer
The Strange One
Mod Team
YaBB God
*****
Posts: 3152


I am just a figment of your imagination.

WWW
Re:i need help asap
« Reply #1 on: May 21, 2003, 12:20:28 AM »
Reply with quote

Just use this:

<img src="image_url_here">

Be sure to replace the image_url_here with the actual url of your image.
Logged

Chris Cromer

I am not suffering from insanity, I am enjoying every minute of it.
rd_virus
Noobie
*
Posts: 6


I'm a llama!

Re:i need help asap
« Reply #2 on: May 21, 2003, 03:22:39 PM »
Reply with quote

ok ill try thx
Logged
rd_virus
Noobie
*
Posts: 6


I'm a llama!

Re:i need help asap
« Reply #3 on: May 21, 2003, 07:01:22 PM »
Reply with quote

ok now i got the pickture up.....how do i align it to the left...because it doesnt look to good where it is at now....go here and you can see what i am talking about
http://seph.cekkent.net/yabbse/index.php
the typing on the top right gets in the way is there a way i can make the pick on the same level as that writing>
Logged
m@
Full Member
***
Posts: 140


YabbSE is schweeeet

ICQ - 85248310 WWW
Re:i need help asap
« Reply #4 on: May 21, 2003, 08:03:15 PM »
Reply with quote

put your forum template code in a post here and I will do it for you
Logged

rd_virus
Noobie
*
Posts: 6


I'm a llama!

Re:i need help asap
« Reply #5 on: May 21, 2003, 08:28:09 PM »
Reply with quote

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title><yabb title></title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css">
<!--
body            {font-size: 10px; font-family: Verdana, Arial, helvetica;
                scrollbar-face-color: #2C5A8A;
                scrollbar-shadow-color: #2C5A8A;
                scrollbar-highlight-color: #5482B2;
                scrollbar-3dlight-color: #5482B2;
                scrollbar-darkshadow-color: #184676;
                scrollbar-track-color: #1D4B7B;
                scrollbar-arrow-color: #FFCC00; }
table      {border: 4 groove; border-color: #5482B2;}
td      {border: 1 outset; border-color: #5482B2;}
a           {text-decoration: none;}
a:visited   {text-decoration: none;}
a:hover     {text-decoration: underline , overline;}
.windowbg      {background-color: #184675; font-size: 10px; font-family: Verdana, Arial, helvetica;}
.windowbg2    {background-color: #0E3C6C; font-size: 10px; font-family: Verdana, Arial, helvetica;}
.windowbg3     {background-color: #CCCC00; font-size: 10px; font-family: Verdana, Arial, helvetica;}
.titlebg      {background-color: #225080; font-size: 10px; font-family: Verdana, Arial, helvetica;}
.text1         {font-size: 10px; font-family: Verdana, Arial, helvetica; color: #FFCC00}
.catbg         {background-color: #366494; color: #FFCC00; font-size: 10px; font-family: Verdana, Arial, helvetica;}
.bordercolor   {background-color: #083666;}
.quote         {font-size: 10px; font-family: Verdana, Arial, helvetica; color: #AAAA00; background-color: #083666;}
.code          {font-size: 10px; font-family: Verdana, Arial, helvetica; color: #CCCC00; background-color: #083666;}
-->
</style>
</head>
<body bgcolor="#225080" text="#FFCC00" link="#FFFFFF" vlink="#FFFFFF" alink="#FFFFFF">
<div align="center">
 <table width="70%" border="0" cellspacing="1" cellpadding="1">
   <tr bgcolor="#214263">
     <td>
       <div align="center"><font size="2"><yabb boardname> : <yabb title></font></div>
     </td>
   </tr>
   <tr>
     <td>
       <div align="center"><font size="2"><yabb uname><yabb im></font><br>
         <yabb menu> </div>
     </td>
   </tr>
 </table><br>
<p><yabb main></p>
 <p><yabb time></p>
 <p><yabb copyright></p>
</div>
</body>
</html>
Logged
m@
Full Member
***
Posts: 140


YabbSE is schweeeet

ICQ - 85248310 WWW
Re:i need help asap
« Reply #6 on: May 21, 2003, 08:30:36 PM »
Reply with quote

There is no code in that for your image?!?!
Logged

rd_virus
Noobie
*
Posts: 6


I'm a llama!

Re:i need help asap
« Reply #7 on: May 21, 2003, 08:34:11 PM »
Reply with quote

oops.....




<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<img src="http://rdclan.i4p.net/logo1.jpg">

<title><yabb title></title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css">
<!--

body            {font-size: 10px; font-family: Verdana, Arial, helvetica;
                scrollbar-face-color: #2C5A8A;
                scrollbar-shadow-color: #2C5A8A;
                scrollbar-highlight-color: #5482B2;
                scrollbar-3dlight-color: #5482B2;
                scrollbar-darkshadow-color: #184676;
                scrollbar-track-color: #1D4B7B;
                scrollbar-arrow-color: #FFCC00; }
table      {border: 4 groove; border-color: #5482B2;}
td      {border: 1 outset; border-color: #5482B2;}
a           {text-decoration: none;}
a:visited   {text-decoration: none;}
a:hover     {text-decoration: underline , overline;}
.windowbg      {background-color: #184675; font-size: 10px; font-family: Verdana, Arial, helvetica;}
.windowbg2    {background-color: #0E3C6C; font-size: 10px; font-family: Verdana, Arial, helvetica;}
.windowbg3     {background-color: #CCCC00; font-size: 10px; font-family: Verdana, Arial, helvetica;}
.titlebg      {background-color: #225080; font-size: 10px; font-family: Verdana, Arial, helvetica;}
.text1         {font-size: 10px; font-family: Verdana, Arial, helvetica; color: #FFCC00}
.catbg         {background-color: #366494; color: #FFCC00; font-size: 10px; font-family: Verdana, Arial, helvetica;}
.bordercolor   {background-color: #083666;}
.quote         {font-size: 10px; font-family: Verdana, Arial, helvetica; color: #AAAA00; background-color: #083666;}
.code          {font-size: 10px; font-family: Verdana, Arial, helvetica; color: #CCCC00; background-color: #083666;}
-->
</style>
</head>
<body bgcolor="#225080" text="#FFCC00" link="#FFFFFF" vlink="#FFFFFF" alink="#FFFFFF">
<div align="center">
 <table width="70%" border="0" cellspacing="1" cellpadding="1">
   <tr bgcolor="#214263">
     <td>
       <div align="center"><font size="2"><yabb boardname> : <yabb title></font></div>
     </td>
   </tr>
   <tr>
     <td>
       <div align="center"><font size="2"><yabb uname><yabb im></font><br>
         <yabb menu> </div>
     </td>
   </tr>
 </table><br>
<p><yabb main></p>
 <p><yabb time></p>
 <p><yabb copyright></p>
</div>
</body>
</html>
Logged
m@
Full Member
***
Posts: 140


YabbSE is schweeeet

ICQ - 85248310 WWW
Re:i need help asap
« Reply #8 on: May 21, 2003, 09:00:59 PM »
Reply with quote

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title><yabb title></title><meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"><style type="text/css">
<!--

body            {font-size: 10px; font-family: Verdana, Arial, helvetica;
               scrollbar-face-color: #2C5A8A;
               scrollbar-shadow-color: #2C5A8A;
               scrollbar-highlight-color: #5482B2;
               scrollbar-3dlight-color: #5482B2;
               scrollbar-darkshadow-color: #184676;
               scrollbar-track-color: #1D4B7B;
               scrollbar-arrow-color: #FFCC00; }
table      {border: 4px groove #5482B2; }
td      {border: 1px outset #5482B2; }
a          {text-decoration: none;}
a:visited  {text-decoration: none;}
a:hover    {text-decoration: underline , overline;}
.windowbg      {background-color: #184675; font-size: 10px; font-family: Verdana, Arial, helvetica;}
.windowbg2    {background-color: #0E3C6C; font-size: 10px; font-family: Verdana, Arial, helvetica;}
.windowbg3    {background-color: #CCCC00; font-size: 10px; font-family: Verdana, Arial, helvetica;}
.titlebg      {background-color: #225080; font-size: 10px; font-family: Verdana, Arial, helvetica;}
.text1        {font-size: 10px; font-family: Verdana, Arial, helvetica; color: #FFCC00}
.catbg        {background-color: #366494; color: #FFCC00; font-size: 10px; font-family: Verdana, Arial, helvetica;}
.bordercolor  {background-color: #083666;}
.quote        {font-size: 10px; font-family: Verdana, Arial, helvetica; color: #AAAA00; background-color: #083666;}
.code          {font-size: 10px; font-family: Verdana, Arial, helvetica; color: #CCCC00; background-color: #083666;}
-->
</style></head><body bgcolor="#225080" text="#FFCC00" link="#FFFFFF" vlink="#FFFFFF" alink="#FFFFFF"><div align="center">
 <table width="70%" border="0" cellspacing="1" cellpadding="1">
   <tr bgcolor="#214263">
     <td>
       <div align="center"><font size="2"><yabb boardname> : <yabb title></font></div>
     </td>
   </tr>
   <tr>
     <td>
       <div align="center">
         <div align="center">
           <center>
           <table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="100%" id="AutoNumber1">
             <tr>
               <td width="475">
<img src="http://rdclan.i4p.net/logo1.jpg" width="475" height="203"></td>
               <td width="50%"><yabb uname><yabb im></font><br>
         <yabb menu> </td>
             </tr>
           </table>
           </center>
         </div>
       </div>
     </td>
   </tr>
 </table><br>
<p><yabb main></p>
 <p><yabb time></p>
 <p><yabb copyright></p>
</div>
</body>
</html>


Try that instead, oh and please if you wish to use my avatar can you please host it on your own webspace and not nick the bandwidth off my site....

Thanks.

m@
Logged

rd_virus
Noobie
*
Posts: 6


I'm a llama!

Re:i need help asap
« Reply #9 on: May 21, 2003, 09:23:36 PM »
Reply with quote

ok yeah sry bout that i liked it tho......uhh is there a way that you could get those links to be in a table under the pickture?
Logged
m@
Full Member
***
Posts: 140


YabbSE is schweeeet

ICQ - 85248310 WWW
Re:i need help asap
« Reply #10 on: May 21, 2003, 09:32:26 PM »
Reply with quote

yes there is but that pic is HOOGE!

would look much much better with a smaller logo, even on 1280x1024 it takes up nearly 3" of screen depth, think of the poor 800x600 users!


m@
Logged

Pages: [1] Reply Ignore Print 
YaBB SE Community  |  Development  |  Graphics and Templates  |  i need help asap « previous - next »
 


Powered by MySQL Powered by PHP YaBB SE Community | Powered by YaBB SE
© 2001-2003, YaBB SE Dev Team. All Rights Reserved.
SMF 2.1.4 © 2023, Simple Machines
Valid XHTML 1.0! Valid CSS

Page created in 0.061 seconds with 21 queries.