Toon posts:

Probleem met BG in PHP

Pagina: 1
Acties:
  • 30 views sinds 30-01-2008

Verwijderd

Topicstarter
Mijn BG wil niet laden in dit search script.

in heb het volgende gedaan

- Link gecheckt
- dubbele aanhalingstekens weggehaald
- onderaan bij body gezet

en werkt niet :(

hier de code:
code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<html>
 <head>
  <title>Search</title>
  <style>
<!--
BODY { font-family: arial; color: black; background:  white; }
A:LINK    { color: blue;   text-decoration: none; }
A:ACTIVE  { color: red;    text-decoration: underline; }
A:HOVER   { color: red;    text-decoration: underline; }
A:VISITED { color: purple; text-decoration: none; }
-->
  </style>
 </head>
<body background=http://www.url.nl/images/bg.gif>
een heel stuk geblaat in php

 </body>
</html>

en nee ik heb geen space om het te laten zien.
Wie helpt mij uit de brand?

  • disjfa
  • Registratie: April 2001
  • Laatst online: 12-05 15:11

disjfa

be

Afbeeldingslocatie: http://www.url.nl/images/bg.gif

kruisje :? hmmz wrom doet ie t nie ;)

maare mischien in je css zetten :)
background-image: url(http://www.url.nl/images/bg.gif);

:)

disjfa - disj·fa (meneer)
disjfa.nl


Verwijderd

Ik zou idd ook met css werken, maar het hoeft niet :)
Voorzie je HTML attibutes iig van dubbelquotes.

en wtf heeft dit met php te maken?!

Verwijderd

Topicstarter
<style>
<!--
BODY { font-family: verdana; color: black; background: white; }
A:LINK { color: blue; text-decoration: none; }
A:ACTIVE { color: red; text-decoration: underline; }
A:HOVER { color: red; text-decoration: underline; }
A:VISITED { color: purple; text-decoration: none; }
background-image: url(http://www.bla.nl/images/bg.gif);
-->
</style>

doet ut nie :(

  • Pelle
  • Registratie: Januari 2001
  • Laatst online: 22:33

Pelle

🚴‍♂️

Tsja, quote je attributen, en ga eens langs op bijvoorbeeld http://html.op-het.net en http://www.w3schools.com voor meer info over jouw specifieke probleem :)

Dit topic is gesloten.