Guest kamil234 Posted May 22, 2008 CID Share Posted May 22, 2008 also, doesnt a link look something like this? <link href="<?php echo $mosConfig_live_site;?>/templates/<?php echo $mainframe->getTemplate(); ?>/css/header_<?php echo $header_style; ?>.css" rel="stylesheet" type="text/css" />/code] Quote Link to comment Share on other sites More sharing options...
dlewis23 Posted May 23, 2008 CID Share Posted May 23, 2008 No a link does not look like that. it never starts with <link they always start with <a href and end with </a> for linking too another page <link is used for including CSS files. Quote Link to comment Share on other sites More sharing options...
Guest kamil234 Posted May 23, 2008 CID Share Posted May 23, 2008 well i still didnt figure out where it goes Quote Link to comment Share on other sites More sharing options...
dlewis23 Posted May 23, 2008 CID Share Posted May 23, 2008 Its under <div id="header"></div> You did it the wrong way anyway. You edited header.gif and put your sites name in there. Don't do that. Put a blank header.gif back in there without your changes too it, make a new file called logo.png and put the sites name in there the way you want. Then find <div id="header"></div> in the template files. and make it this.... <div id="header"><span style="padding-top:20px;padding-left:30px;"><a href="index.php"><img src="/url/to/logo.png" border="0"></a></span></div> Doing it that way. Will also stop this... Quote Link to comment Share on other sites More sharing options...
Guest kamil234 Posted May 23, 2008 CID Share Posted May 23, 2008 does the png file have to be blank background with text or it can be the same thing as gif file but with text? Quote Link to comment Share on other sites More sharing options...
dlewis23 Posted May 23, 2008 CID Share Posted May 23, 2008 does the png file have to be blank background with text or it can be the same thing as gif file but with text? Make the PNG have no background. Quote Link to comment Share on other sites More sharing options...
Guest kamil234 Posted May 23, 2008 CID Share Posted May 23, 2008 the logo.png doesnt show up lol i replaced it with: <div id="header"><span style="padding-top:20px;padding-left:30px;"><a href="index.php"><img src="/public_html/templates/carbon_07/images/logo.png" border="0"></span></div> Quote Link to comment Share on other sites More sharing options...
dlewis23 Posted May 23, 2008 CID Share Posted May 23, 2008 the logo.png doesnt show up lol i replaced it with: <div id="header"><span style="padding-top:20px;padding-left:30px;"><a href="index.php"><img src="/public_html/templates/carbon_07/images/logo.png" border="0"></span></div> Writing it correctly does make a difference. <div id="header"><span style="padding-top:20px;padding-left:30px;"><a href="index.php"><img src="http://www.islandairsoft.net/templates/carbon_07/images/logo.png" border="0"></span></div> Quote Link to comment Share on other sites More sharing options...
Guest kamil234 Posted May 23, 2008 CID Share Posted May 23, 2008 that worked. but now the rest of the page doesnt show up except from the header Quote Link to comment Share on other sites More sharing options...
dlewis23 Posted May 23, 2008 CID Share Posted May 23, 2008 wow, that worked. but now the rest of the page doesnt show up except from the header haha Yea its really fucked up now. Everything is too the right. I can't see anything wrong with it. So you gotta start to play some. remove <span style="padding-top:20px;padding-left:30px;"> and </span> see if that fixes it. if it doesn't put it back. EDIT: you have too many close divs remove the second </div> Quote Link to comment Share on other sites More sharing options...
Guest kamil234 Posted May 23, 2008 CID Share Posted May 23, 2008 nope, same thing, hmm.. Quote Link to comment Share on other sites More sharing options...
dlewis23 Posted May 23, 2008 CID Share Posted May 23, 2008 the second close div is still there. remove the second </div> before </td> Quote Link to comment Share on other sites More sharing options...
Guest kamil234 Posted May 23, 2008 CID Share Posted May 23, 2008 there is no second </div> but i added a ?> after </div> and the whole page poped up, but now there's a ?> under the header. minor flaw but yeah edit: nvm, just added a . after </div> can't really see it..idk how that works but it works now lol edit2: there's 2 </div> before </td> but if i remove 1 same thing happens anyway. it will do for now. Quote Link to comment Share on other sites More sharing options...
Guest kamil234 Posted May 24, 2008 CID Share Posted May 24, 2008 You also have a problem in the gallery section. d, do you by any chance know how to fix that? the thing that controlls it in .css file is #pathway but when i set it to width : 100%; its still the same, i can set it to width : 800px ; and it extends it fine but it looks weird on different resolutions. seems that it doesnt like % values... Quote Link to comment Share on other sites More sharing options...
coknuck Posted May 24, 2008 CID Share Posted May 24, 2008 No! I'm a dummy when it comes to doing that kind of stuff! Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.