Site Links
Home
Features
Documentation
Pricing & Order
Members Area
Support Options
UBBDev.com
UBBWiki.com
Who's Online
0 registered (), 27 Guests and 9 Spiders online.
Key: Admin, Global Mod, Mod
Featured Member
JPG
JPG
Registered: 02/25/04
Posts: 46
Top Posters (30 Days)
Ruben 46
Bert 26
Gizmo 18
Rob Provencher 10
Rimex 9
SD 7
sw55 6
Eugene 5
Matthias1976 4
Dunny 3
Latest Photos
Uhm...
Mayan End of World
Gas Station Disco Video Shoot
Test Pictures
Audrey Kate
Page 1 of 2 1 2 >
Topic Options
#247005 - 11/24/11 02:28 PM Loading a logo
Kelvin Offline
newbie
Registered: 11/23/11
Posts: 33
Loc: England
How do i load a logo on my forum i want it at the top right.



Cheers

Kelvin
Top
Express Hosting
Express Hosting "We are the official hosting company of UBB.threads. Ask us about our free migration services to migrate your UBB.threads installation."
#247006 - 11/24/11 02:30 PM Re: Loading a logo [Re: Kelvin]
gliderdad Offline
Registered: 06/07/06
Posts: 1475
Loc: NY
Create a file inside the includes directory call header.php and add your code in there.
Top
#247007 - 11/24/11 02:46 PM Re: Loading a logo [Re: Kelvin]
Kelvin Offline
newbie
Registered: 11/23/11
Posts: 33
Loc: England
its a graphic i want to load with the name of the forum on it not a code, sorry i didn't explain properly.


Edited by Kelvin (11/24/11 02:47 PM)
Top
#247009 - 11/24/11 04:39 PM Re: Loading a logo [Re: Kelvin]
driv Offline

Carpal Tunnel
Registered: 01/10/04
Posts: 2543
Control Panel > Display Options -> General || HTML includes

Use the Default Header box.

In here you can add any HTML code. smile

Upload your image to a specific directory.
e.g. http://www.example.com/images

Quick example...

Html:
<img src="http://www.example.com/images/mypicture.jpg" style="float:right;">
_________________________
Using version :: 7.5.7 ...sans SFS at the mo' crazy
Top
#247017 - 11/25/11 03:09 AM Re: Loading a logo [Re: Kelvin]
Kelvin Offline
newbie
Registered: 11/23/11
Posts: 33
Loc: England
Thank you, now i know what was meant by inserting code.



Cheers
Top
#247021 - 11/25/11 09:41 AM Re: Loading a logo [Re: driv]
Kelvin Offline
newbie
Registered: 11/23/11
Posts: 33
Loc: England
I have uploaded the logo and put in the code as you told me but the logo is on the side of the forum and not at the top and i changed it to left and it is pushing the forum to the right.

if you go to my site you will see what i mean.

http://basildontowntalk.co.uk




Edited by Kelvin (11/25/11 09:46 AM)
Top
#247022 - 11/25/11 09:55 AM Re: Loading a logo [Re: Kelvin]
Dunny Offline
addict
Registered: 01/16/08
Posts: 546
Loc: DE USA
That will work however, you will probably have to HTML code it to do as you want it to do... using tables etc. to achieve what you want to do.

For example

Code:
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Dawn of Iskirra</title>
<style type="text/css">
<!--
body,td,th {
	color: #FFFFFF;
}
body {
	background-color: #000000;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #CC0000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CC0000;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #CC0000;
}
.style2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
}
.style4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
}
-->
</style>
</head>
<body> 

<tr>
<td>
<table width="100%" class="t_inner" cellpadding="0" cellspacing="0">
</tr>
<tr>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td background="/smallwaterfall.jpgx"><div align="center"><img src="/iskirraclear.png" width="800" height="200"/></div></td>

  </tr>
</table>
<table width="900" border="0" align="center" cellpadding="0" cellspacing="0">

    </div></td>
  </tr>
  <tr>
    <td valign="top" background="testpana.png"><div align="center" class="style2">
    </div></td>
  </tr>
</table>
</td></tr>
</div>
      </tbody>
    </table>
  </body>
</html>
_________________________
Dunny

Removed link due to bleedover spammers

Dawn of Iskirra
Top
#247023 - 11/25/11 10:05 AM Re: Loading a logo [Re: Kelvin]
Kelvin Offline
newbie
Registered: 11/23/11
Posts: 33
Loc: England
thanks for that Dunny, but i have not got any knouledge on HTML
Top
#247024 - 11/25/11 12:29 PM Re: Loading a logo [Re: Kelvin]
driv Offline

Carpal Tunnel
Registered: 01/10/04
Posts: 2543
Ah ha - another Essex boy wink
_________________________
Using version :: 7.5.7 ...sans SFS at the mo' crazy
Top
#247025 - 11/25/11 12:46 PM Re: Loading a logo [Re: Kelvin]
driv Offline

Carpal Tunnel
Registered: 01/10/04
Posts: 2543
Try this...

Html:

<table width="100%">
<tr>
<td width="50%">&nbsp;</td>
<td align="right">
<img src="http://basildontowntalk.co.uk/images/logo.png" border="0">
</td>
</tr>
</table>



Going out for an hour now, but we can sort it properly later if you'd like smile


Edited by driv (11/25/11 12:53 PM)
Edit Reason: pesky png files ;-)
_________________________
Using version :: 7.5.7 ...sans SFS at the mo' crazy
Top
#247026 - 11/25/11 01:45 PM Re: Loading a logo [Re: Kelvin]
driv Offline

Carpal Tunnel
Registered: 01/10/04
Posts: 2543
By the way... the reason I put in this bit...

Html:
<td width="50%">&nbsp;</td>


was to allow you room to add a banner later on - you can remove it if you want smile
_________________________
Using version :: 7.5.7 ...sans SFS at the mo' crazy
Top
#247027 - 11/25/11 01:51 PM Re: Loading a logo [Re: Kelvin]
Kelvin Offline
newbie
Registered: 11/23/11
Posts: 33
Loc: England
Thank you driv, that worked all i had to alter was the align to right and the width to 20%, and i guest those two.


Thanks again for your help.

Born and bred in Essex


Edited by Kelvin (11/25/11 02:31 PM)
Top
#247028 - 11/25/11 01:54 PM Re: Loading a logo [Re: Kelvin]
driv Offline

Carpal Tunnel
Registered: 01/10/04
Posts: 2543
I took a look at your site and it's on the left (not right).
In which case, the code should be...

Html:

<table width="100%">
 <tr>
  <td align="left">
   <img src="http://basildontowntalk.co.uk/images/logo.png" border="0">
  </td>
 </tr>
</table>

_________________________
Using version :: 7.5.7 ...sans SFS at the mo' crazy
Top
#247072 - 11/29/11 12:21 PM Re: Loading a logo [Re: Kelvin]
oppomix13 Offline
stranger
Registered: 11/29/11
Posts: 1
Thanks for guiding
_________________________
sbobet
ผลบอล
gclub
Top
Page 1 of 2 1 2 >



Moderator:  AllenAyres, Harold, Ian, Ron M 
Shout Box

Today's Birthdays
No Birthdays
Recent Topics
Time zone setup
by skicomau
05/22/13 12:16 AM
Express hosting.
by Ruben
05/16/13 03:54 PM
Level of detail in new user registration emails
by Mitch P.
05/15/13 10:20 PM
Approving users
by Bert
05/15/13 09:22 PM
Users randomly added to other group
by Bert
05/15/13 09:15 PM
Forum Stats
10967 Members
36 Forums
33958 Topics
183410 Posts

Max Online: 978 @ 06/24/07 10:19 PM
Random Image