Jump to content

need help with website


Guest kamil234

Recommended Posts

Guest kamil234

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]

Link to comment
Share on other sites

  • Replies 64
  • Created
  • Last Reply

Top Posters In This Topic

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...

Link to comment
Share on other sites

Guest kamil234

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>

Link to comment
Share on other sites

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>

Link to comment
Share on other sites

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>

Link to comment
Share on other sites

Guest kamil234

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.

Link to comment
Share on other sites

Guest kamil234

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...

Link to comment
Share on other sites

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.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.


×
×
  • Create New...