Author |
Message |
CroixKarl
New Member


Joined: Dec 27, 2005
Posts: 22
|
Posted:
Sat Dec 31, 2005 10:27 am |
|
Please can someone help. All i want to do is place my banners next to my logo. i have read lots in the forum about it but cant get my head around it.
im using the extralite theme in 7.6,
here is my current coding:
Code:
function themeheader() {
global $admin, $user, $banners, $sitename, $slogan, $cookie, $prefix, $thename;
echo "<body bgcolor=\"5d6e7e\" text=\"000000\" link=\"0000ff\" vlink=\"0000ff\">"
."<br>";
if ($banners) {
include("banners.php");
}
echo "<br>"
."<table border=\"0 cellpadding=\"4\" cellspacing=\"0\" width=\"100%\" align=\"center\"><tr><td bgcolor=\"000000\">"
."<table border=\"0\" cellspacing=\"0\" cellpadding=\"3\" width=\"100%\" bgcolor=\"5d6e7e\"><tr><td>"
."<a href=\"index.php\"><img src=\"themes/ExtraLite/images/logo.gif\" alt=\"Welcome to $sitename\" title=\"Welcome to $sitename\" border=\"0\"></a>"
."</td><td align=\"right\">"
."<form action=\"search.html\" method=\"post\">"
."<font class=\"content\">Search"
."<input type=\"text\" name=\"query\">"
."</font></form>"
."</td></tr></table></td></tr><tr><td valign=\"top\" width=\"100%\" bgcolor=\"5d6e7e\">";
$public_msg = public_message();
echo "$public_msg<br>";
echo "<table border=\"0\" cellspacing=\"0\" cellpadding=\"2\" width=\"100%\"><tr><td valign=\"top\" width=\"150\" bgcolor=\"5d6e7e\">";
blocks(left);
echo "<img src=\"images/pix.gif\" border=\"0\" width=\"150\" height=\"1\"></td><td> </td><td width=\"100%\" valign=\"top\">";
}
|
Thanks |
|
|
|
 |
hitwalker
Sells PC To Pay For Divorce

Joined:
Posts: 5661
|
Posted:
Sat Dec 31, 2005 1:55 pm |
|
|
|
 |
CroixKarl

|
Posted:
Sat Dec 31, 2005 2:02 pm |
|
Yes but still cant work things out, i have tried it in various places but just keep getting a blank white page when i upload the file and have to resort back to my original.
It's knowing the code and where to place it thats confusing me. |
|
|
|
 |
hitwalker

|
Posted:
Sat Dec 31, 2005 2:08 pm |
|
|
|
 |
CroixKarl

|
Posted:
Sat Dec 31, 2005 2:18 pm |
|
|
|
 |
hitwalker

|
Posted:
Sat Dec 31, 2005 2:25 pm |
|
well you can pm me some login of the ftp....and make sure you have a banner running.. |
|
|
|
 |
CroixKarl

|
Posted:
Sun Jan 01, 2006 7:27 am |
|
Im not sure thats a good idea, for security reasons.
i can send you the theme.php file if that helps!! |
|
|
|
 |
montego
Site Admin

Joined: Aug 29, 2004
Posts: 9457
Location: Arizona
|
Posted:
Sun Jan 01, 2006 11:35 am |
|
CroixKarl wrote: | Im not sure thats a good idea, for security reasons.
i can send you the theme.php file if that helps!! |
Obviously, that is your choice to make, but I would think that anyone with over 2000 posts on this site and with helping soooo many people along the way, that maybe you shouldn't have to worry!
However, that is YOUR choice to make.
Regard |
_________________ Only registered users can see links on this board! Get registered or login!
Only registered users can see links on this board! Get registered or login! |
|
|
 |
CroixKarl

|
Posted:
Sun Jan 01, 2006 11:46 am |
|
|
|
 |
CroixKarl

|
Posted:
Mon Jan 02, 2006 5:00 pm |
|
All sorted now, thanks hitwalker!! |
|
|
|
 |
|