Ir para conteúdo
Fórum Script Brasil

eder.js2005

Membros
  • Total de itens

    5
  • Registro em

  • Última visita

Sobre eder.js2005

eder.js2005's Achievements

0

Reputação

  1. ola pessoal, seguinte: estou com probleminha quanto a compreensao do codigo fonte site não consigo centralizar a pagina "home" acessem link: www.osprimogenitos.com.br segue codigo: <html> <head> <title>Os Primogênitos</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <!-- ImageReady Styles (index.psd) --> <style type="text/css"> <!-- div.Tabela_01 { position:relative; left:0px; top:0px; width:775px; height:760px; } div.index-01 { position:absolute; left:0px; top:0px; width:494px; height:119px; } div.index-02 { position:absolute; left:494px; top:0px; width:281px; height:148px; } div.index-03 { position:absolute; left:0px; top:119px; width:76px; height:29px; } div.index-04 { position:absolute; left:76px; top:119px; width:100px; height:29px; } div.index-05 { position:absolute; left:176px; top:119px; width:127px; height:29px; } div.index-06 { position:absolute; left:303px; top:119px; width:92px; height:29px; } div.index-07 { position:absolute; left:395px; top:119px; width:99px; height:29px; } div.index-08 { position:absolute; left:0px; top:148px; width:494px; height:560px; } div.index-09 { position:absolute; left:494px; top:148px; width:281px; height:247px; } div.index-10 { position:absolute; left:494px; top:395px; width:281px; height:313px; } div.index-11 { position:absolute; left:0px; top:708px; width:119px; height:52px; } div.index-12 { position:absolute; left:119px; top:708px; width:44px; height:19px; } div.index-13 { position:absolute; left:163px; top:708px; width:58px; height:19px; } div.index-14 { position:absolute; left:221px; top:708px; width:86px; height:19px; } div.index-15 { position:absolute; left:307px; top:708px; width:57px; height:19px; } div.index-16 { position:absolute; left:364px; top:708px; width:68px; height:19px; } div.index-17 { position:absolute; left:432px; top:708px; width:343px; height:52px; } div.index-18 { position:absolute; left:119px; top:727px; width:313px; height:33px; } div.index-19 { position:absolute; left:432px; top:708px; width:343px; height:52px; } --> </style> <!-- End ImageReady Styles --> </head> <body style="background-color:#C0C0C0; margin-top: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px;"> <!-- ImageReady Slices (index0002.psd) --> <center> <div class="Tabela_01"> <div class="index-01"> <img src="imagens/index/index_01.jpg" width="494" height="119" alt=""> </div> <div class="index-02"> <img src="imagens/index/index_02.jpg" width="281" height="148" alt=""> </div> <div class="index-03"> <a href="index.php"> <img src="imagens/index/index_03.jpg" width="76" height="29" border="0" alt=""></a> </div> <div class="index-04"> <a href="index.php?acao=a_dupla"> <img src="imagens/index/index_04.jpg" width="100" height="29" border="0" alt=""></a> </div> <div class="index-05"> <a href="index.php?acao=discografia"> <img src="imagens/index/index_05.jpg" width="127" height="29" border="0" alt=""></a> </div> <div class="index-06"> <a href="index.php?acao=agenda"> <img src="imagens/index/index_06.jpg" width="92" height="29" border="0" alt=""></a> </div> <div class="index-07"> <a href="index.php?acao=contatos"> <img src="imagens/index/index_07.jpg" width="99" height="29" border="0" alt=""></a> </div> <div class="index-08"> <!-- Início do conteúdo do site --> <? if(empty($_GET["acao"])) {include("home.php");} else{ if ($_GET["acao"]==a_dupla") { include("a_dupla.php"); } if ($_GET["acao]=="discografia") { include("discografia.php"); } if ($_GET["acao"]==agenda") { include("agenda.php"); } if ($_GET["acao]=="contatos") { include("contatos.php"); } } ?> <!-- Final do conteúdo do site --> </div> <div class="index-09"> <img src="imagens/index/index_09.jpg" width="281" height="247" alt=""> </div> <div class="index-10"> <img src="imagens/index/index_10.jpg" width="281" height="313" alt=""> </div> <div class="index-11"> <img src="imagens/index/index_11.jpg" width="119" height="52" alt=""> </div> <div class="index-12"> <a href="index.php"> <img src="imagens/index/index_12.jpg" width="44" height="19" border="0" alt=""></a> </div> <div class="index-13"> <a href="index.php?acao=a_dupla"> <img src="imagens/index/index_13.jpg" width="58" height="19" border="0" alt=""></a> </div> <div class="index-14"> <a href="index.php?acao=discografia"> <img src="imagens/index/index_14.jpg" width="86" height="19" border="0" alt=""></a> </div> <div class="index-15"> <a href="index.php?acao=agenda"> <img src="imagens/index/index_15.jpg" width="57" height="19" border="0" alt=""></a> </div> <div class="index-16"> <a href="index.php?acao=contatos"> <img src="imagens/index/index_16.jpg" width="68" height="19" border="0" alt=""></a> </div> <div class="index-17"> <img src="imagens/index/index_17.jpg" width="343" height="52" alt=""> </div> <div class="index-18"> <img src="imagens/index/index_18.jpg" width="313" height="33" alt=""> </div> <div class="index-19"> <embed src="vinheta.wav" width="70" height="25" autostart="true"> </div> </div> </center> <!-- End ImageReady Slices --> </body> </html>
  2. ola lucluc1, segui a risca os passos seguinte, nas linhas de configuraçao esta dessa forma: linha 230# a 250# 230 UseCanonicalName Off 231 232 # 233 # DocumentRoot: The directory out of which you will serve your 234# documents. By default, all requests are taken from this directory, but 235 # symbolic links and aliases may be used to point to other locations. 236 # 237 DocumentRoot "D:/Projects/netserver/netserver_beta4/final/www" 238 239 # 240 # Each directory to which Apache has access can be configured with respect 241 # to which services and features are allowed and/or disabled in that 242 # directory (and its subdirectories). 243 # 244 # First, we configure the "default" to be a very restrictive set of 245 # features. 246 # 247 <Directory /> 248 Options FollowSymLinks 249 AllowOverride None 250 </Directory> o que faço agora? att
  3. vlew pela dica, mas não faço uso do skipe. creio eu q pode estar relacionado com minha net "oi velox". alguma notificaçao sobre possivel erro citado? att
  4. Estou tentando acessar localmente com mesmo pc (localhost) Meu S.O é Windows XP segue install passo a passo: 1. Baixei software "netserver.exe" 2. extrai em uma pasta e executei 3. abre-se a janela do servidor 4. preciso instalar apache (aki q acusa erro - diz: "porta já em uso") 5. também o MySql 6.Ftp não executo pois uso o software "filezilla" separado 7. mail server não necessito instalar, pois uso netserver apenas pra rodar meus scripts de pages em php bom, creio ser os passos que sigo na tentativa de rodar servidor ok? tenho 2 pc, em um deles roda 100% no outro que tenho net oi velox diz que a porta 80 esta em uso como disse, apos ler alguns post' s axo que se deve ao uso uso da net mais uma vez agradeço att ederson
  5. estou tentando instalar servidor em minha maquina (netserver) para testar algumas pages de sites que em php porem o "apache da erro" creio eu que seja pelo fato da porta 80 esta em uso tenho internet oi velox em meu pc, e apos alguns tutoriais que li cheguei a conclusao que problema deve-se a um conflito entre portas disseram que para solucionar caso seria desabilitar a porta 80 e habilitar 8080 ou ainda desbloquear porta 80 geral caso desabilite a porta 80, minha net não vai funcionar? como habilito então porta 8080? afinal, qual melhor opçao a seguir?
×
×
  • Criar Novo...