Closed Bug 131813 Opened 23 years ago Closed 23 years ago

Problems opening that Page

Categories

(Tech Evangelism Graveyard :: German, defect, P4)

x86
Windows XP
defect

Tracking

(Not tracked)

VERIFIED FIXED

People

(Reporter: david.flechl, Assigned: tristan)

References

()

Details

(Whiteboard: [havecontact][havefix])

In Ie6 i could view it as well! plz check it if it is a bug of mozilla...
What exactly is the problem? The page opens fine for me. The background is not shown because of a stupid mistake on the part of the page author.... Are you seeing other problems with the page?
-> Tech Evangelism Source contains (snippet): body{ background: url("\images\bg.jpg") }, td, th, Should be: body {background: url("\images\bg.jpg") }; td, th,
Assignee: asa → nitot
Status: UNCONFIRMED → NEW
Component: Browser-General → Europe: West
Ever confirmed: true
Product: Browser → Tech Evangelism
QA Contact: doronr → caillon
Version: other → unspecified
Arrgh... forgot to fix the url... Should be: body {background: url("/images/bg.jpg") }; td, th,
hum... background: url("\images\bg.jpg") is bad. background: url(\images\bg.jpg) is good.
Havecontact : webmaster@mvclan.de
Whiteboard: [havecontact]
did I really write this ? :)
body {background: url("/images/bg.jpg") }; That ";" should not be there.
/me slaps himself for not seeing that. just to be sure, heres the complete fixed <style type="tex/css"> ... </style> content : body { background: url(/images/bg.jpg); } td,th,ul,caption,center,form,textarea,div,span { font-family: verdana, Helvetica, sans-serif; font-size: 8pt; font-weight: normal; text-decoration:none; } a { text-decoration:none; } a:hover { text-decoration: underline overline; } h1 { font-size:8pt; text-align: center; } h2 { font-weight:normal; font-size:8pt; color:#666666; } h3 { font-weight:bold; font-size:8pt; }
Severity: normal → trivial
Priority: -- → P4
Whiteboard: [havecontact] → [havecontact][havefix]
On this page, theres nothing useful anymore. From http://ebf.strikenet.com/: "we are closed we have formed up a new clan called resurrection. you can visit us now @ http://r3.mif.at"
marking as fixed.
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
v
Status: RESOLVED → VERIFIED
New Component
Component: Europe: West → German
Product: Tech Evangelism → Tech Evangelism Graveyard
You need to log in before you can comment on or make changes to this bug.