| Author |
Message |
Tane
Captain


Joined: Nov 11, 2004
Posts: 356
Location: Serbia
|
Posted:
Sat Jan 20, 2007 9:40 pm |
  |
I wanna change 2 gif pictures in my DeepBlue header. One of them is 325 x 52px and the other one 437 x 88px ! I had designed 2 NEW pictures, with same dimensions, only I had changed HEIGHT of the first one to 88px liike on the other!
What happened? Those two pictures woldnt be together... Some blank white space appeared between them?
Why?
How to determine domensions to deader od deepblue theme? Help asap!
Or which file to oper to repair theme layout?
I'm desperate...  |
|
|
       |
 |
Evaders99
Site Admin


Joined: Aug 17, 2003
Posts: 12403
|
Posted:
Sat Jan 20, 2007 11:50 pm |
  |
|
     |
 |
Tane
Captain


Joined: Nov 11, 2004
Posts: 356
Location: Serbia
|
Posted:
Sun Jan 21, 2007 5:52 am |
  |
| Evaders99 wrote: |
Which files did you change? Can we see on your site?
It could be that certain sizes are hardcoded in the theme |
O yes ofcorse, my mistake. See www.megastudent.co.yu !
As U can see, I have 2 gif files upthere, with all ready explained dimensions! Now, I wanna change them with the same ones only the new ones are not white!?
wich file are responsible for the header of deepBlue?
can u help? |
|
|
       |
 |
Evaders99
Site Admin


Joined: Aug 17, 2003
Posts: 12403
|
Posted:
Sun Jan 21, 2007 2:48 pm |
  |
Well it looks okay to me. But if you want logo.gif to be right up against logo-graphic.gif, you're going to have to change this table code in your theme files
| Code: |
<table border=0 width=100% cellpadding=0 cellspacing=0><tr><td align="left"><a href="index.php"><img border="0" src="themes/DeepBlue/images/logo.gif" alt="Welcome to Portal Studenata Univerziteta Megatrend ..:: MEGASTUDENT ::..!" hspace="20"></a></td><td align="right"><img border="0" src="themes/DeepBlue/images/logo-graphic.gif"></td></tr></table>
|
|
_________________ Helping those that help themselves
Read FIRST or DIE!
"Fighting is terrible, but not as terrible as losing the will to fight."
Star Wars Rebellion Network - Need Help? Evaders Squadron Coding |
|
     |
 |
Tane
Captain


Joined: Nov 11, 2004
Posts: 356
Location: Serbia
|
Posted:
Fri Jan 26, 2007 8:50 pm |
  |
I could think it is easy...
| Code: |
<table border=0 width=100% cellpadding=0 cellspacing=0><tr><td width="48%" align=\"left\"><div align=\"left\"><a href=\"index.php\"><img src=\"themes/DeepBlue/images/logo.gif\" alt=\"DOBRODOŠLI NA MEGASTUDENT width="367" height="88" hspace=\"20\" border=\"0\" to $sitename!\></a></div></td><td width="52%" align=\"right\"><img src=\"themes/DeepBlue/images/logo-graphic.gif\" alt=\"PRAVE VREDNOSTI width="473" height="88" border=\"0\"></td>
</tr></table></td></tr> |
I done like that, and this appears
| Quote: |
Parse error: syntax error, unexpected T_LNUMBER, expecting ',' or ';' in /hsphere/local/home/tanehost/megastudent.co.yu/themes/DeepBlue/theme.php on line 69
|
Do you see a mistake? Can U help?  |
|
|
       |
 |
Evaders99
Site Admin


Joined: Aug 17, 2003
Posts: 12403
|
Posted:
Fri Jan 26, 2007 10:41 pm |
  |
|
     |
 |
Tane
Captain


Joined: Nov 11, 2004
Posts: 356
Location: Serbia
|
Posted:
Sat Jan 27, 2007 11:04 am |
  |
I did it like this
| Code: |
echo "<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"840\" align=\"center\">\n"
."<tr><td width=\"100%\">\n"
."<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"840\">\n"
."<tr><td width=\"100%\">\n"
."<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"840\">\n"
."<tr><td width=\"100%\" height=\"88\" bgcolor=\"#FFFFFF\">\n"
."<table border=0 width=100% cellpadding=0 cellspacing=0><tr><td \"48%\" align=\"left\"><div align=\"left\"><a href=\"index.php\"><img src=\"themes/DeepBlue/images/logo.gif\" alt=\"DOBRODOŠLI NA MEGASTUDENT width=\"367\" height=\"88\" hspace=\"20\" border=\"0\" align=\"left\" to $sitename!\></a></div></td><td width=\"53%\" align=\"right\"><div align=\"left\"><img src=\"themes/DeepBlue/images/logo-graphic.gif\" alt=\"PRAVE VREDNOSTI width=\"473\" height=\"88\" border=\"0\" align=\"left\" ></div></td>
</tr></table></td></tr> |
And, u can see what happend here
[/quote] |
|
|
       |
 |
|
|