Gazo said:killap said:Does this mean one is free to use this template?
it's free for all
Gazo said:killap said:Does this mean one is free to use this template?
it's free for all
My big gripe is that it has nothing to do with Fallout, or the original pipboy, other than it's name and the fact that it's placed on your wrist
"Optimizing" websites for specific browsers/screen resolutions/ethnic groups: bad.Gazo said:(...)is optimized for(...)
<html>
<head>
<title>Pipboy 3000</title>
<ImageReady>
<table border="0" cellpadding="0" cellspacing="0" bordercolor="#111111" width="100%" id="AutoNumber1">
<iframe>
Your browser does not support inline frames or is currently configured not to display inline frames.</iframe>
scrollbar-face-color: #000000;
Buxbaum666 said:"Optimizing" websites for specific browsers/screen resolutions/ethnic groups: bad.Gazo said:(...)is optimized for(...)
No doctype, thus invalid HTML: bad.Code:<html> <head> <title>Pipboy 3000</title>
"Slices": Bad.Code:<ImageReady>
Table Layout: Bad.Code:<table border="0" cellpadding="0" cellspacing="0" bordercolor="#111111" width="100%" id="AutoNumber1">
(i)Frames: Bad. No alternative content for non-frame-users: Even worse.Code:<iframe> Your browser does not support inline frames or is currently configured not to display inline frames.</iframe>
Microsoft-specific "CSS", thus invalid CSS: bad.Code:scrollbar-face-color: #000000;
The "Template" contains lots of plain wrong markup (like using the same id several times, not closing
tags) and an awful lot of unneccessary nested tables. The CSS-file is a fuckin' joke.
Long story short: it sucks monkey ass. And how can it be "free for all"? I doubt that you have any rights for using the PipBoy3000 graphics.
No: use appropriate tags to create semantic markup. Use div only where no other tag is useful.Ah-Teen said:USE THE MIGHTY DIV BOX!
Gazo said:Buxbaum666 said:And how can it be "free for all"? I doubt that you have any rights for using the PipBoy3000 graphics.
In the picture or image need rights? In my country to PC image or picture not need rights to using it!
In the real world you can and will get your ass sued for using copyrighted imagery.Gazo said:In my country to PC image or picture not need rights to using it!