ideas?

Open discussion about any topic, as long as you abide by the rules of course!
Uaintseenme
Posts: 971
Joined: Tue Apr 05, 2005 12:28 am

Post by Uaintseenme »

Woa, that looks superb! Perhaps I will trade for that lol...

Yea, everytime I add a certain doctype my little grey bar next to my navigation bar dissapears, gah this is confusing.
[img]http://www.v0dk4.com/images/uasm_stfu.gif[/img]
bitWISE
Posts: 10704
Joined: Wed Dec 08, 1999 8:00 am

Post by bitWISE »

Uaintseenme wrote:Woa, that looks superb! Perhaps I will trade for that lol...

Yea, everytime I add a certain doctype my little grey bar next to my navigation bar dissapears, gah this is confusing.
Then the code you are using is not valid for that doctype. Try using this:

Code: Select all

<!DOCTYPE HTML PUBLIC '-//W3C//DTD HTML 4.01 Transitional//EN' 'http://www.w3.org/TR/html4/loose.dtd'>
Ew, the way you're making that grey bar is ugly. Why not do this:

Code: Select all

navFrame {
border-right: #A9A9A9 20px solid;
width: 150px;
height: 900px;
margin: 0px 0px 0px 0px;
}
<iframe class='navFrame' src="nav.html" valign="top" hspace="0" vspace="0" frameborder="0" scrolling="yes"></iframe>
Last edited by bitWISE on Wed Jun 15, 2005 4:08 pm, edited 1 time in total.
inphlict
Posts: 1656
Joined: Sat Jul 13, 2002 7:00 am

Post by inphlict »

Make the header smaller and replace that fox image, and don't use tables.
Uaintseenme
Posts: 971
Joined: Tue Apr 05, 2005 12:28 am

Post by Uaintseenme »

bitWISE wrote:
Uaintseenme wrote:Woa, that looks superb! Perhaps I will trade for that lol...

Yea, everytime I add a certain doctype my little grey bar next to my navigation bar dissapears, gah this is confusing.
Then the code you are using is not valid for that doctype. Try using this:

Code: Select all

<!DOCTYPE HTML PUBLIC '-//W3C//DTD HTML 4.01 Transitional//EN' 'http://www.w3.org/TR/html4/loose.dtd'>
Ew, the way you're making that grey bar is ugly. Why not do this:

Code: Select all

navFrame {
border-right: #A9A9A9 20px solid;
width: 150px;
height: 900px;
margin: 0px 0px 0px 0px;
}
<iframe class='navFrame' src="nav.html" valign="top" hspace="0" vspace="0" frameborder="0" scrolling="yes"></iframe>

I added that doctype, then revalidated, got this as my first error:

Line 5, column 12: there is no attribute "XMLNS"

<html xmlns="http://www.w3.org/1999/xhtml">

You have used the attribute named above in your document, but the document type you are using does not support that attribute for this element. This error is often caused by incorrect use of the "Strict" document type with a document that uses frames (e.g. you must use the "Transitional" document type to get the "target" attribute), or by using vendor proprietary extensions such as "marginheight" (this is usually fixed by using CSS to achieve the desired effect instead).

This error may also result if the element itself is not supported in the document type you are using, as an undefined element will have no supported attributes; in this case, see the element-undefined error message for further information.

How to fix: check the spelling and case of the element and attribute, (Remember XHTML is all lower-case) and/or check that they are both allowed in the chosen document type, and/or use CSS instead of this attribute.
--------------


Also added that code you suggested for my navbar, didn't do anything, unless I did it wrong, here;

Code: Select all


<head>

<style>
navFrame {
border-right: #A9A9A9 20px solid;
width: 150px;
height: 900px;
margin: 0px 0px 0px 0px;
} 
</style>

</head>

<body>
<iframe class="navFrame" src="nav.html" valign="top" width="150" height="900" marginwidth="0" marginheight="0" hspace="0" vspace="0" 

frameborder="0" scrolling="yes" bordercolor="#000000">
</iframe>

[img]http://www.v0dk4.com/images/uasm_stfu.gif[/img]
inphlict
Posts: 1656
Joined: Sat Jul 13, 2002 7:00 am

Post by inphlict »

Here is a quick mock up.

Image
Uaintseenme
Posts: 971
Joined: Tue Apr 05, 2005 12:28 am

Post by Uaintseenme »

inphlict wrote:Here is a quick mock up.

Image
Hey! That's actually kinda sweet, I just like having my foxhound image up there though ;p How much altering did you do to the code? just borders to my tables?
[img]http://www.v0dk4.com/images/uasm_stfu.gif[/img]
inphlict
Posts: 1656
Joined: Sat Jul 13, 2002 7:00 am

Post by inphlict »

I didn't edit the code, it's just a quick mock done in photoshop to give an idea.
Uaintseenme
Posts: 971
Joined: Tue Apr 05, 2005 12:28 am

Post by Uaintseenme »

Ah, what I should do is go get my old copy of Dreamweaver MX, open the site up in that and fix the errors that way, this is a major head-ache, specially since I'm tired.
[img]http://www.v0dk4.com/images/uasm_stfu.gif[/img]
Uaintseenme
Posts: 971
Joined: Tue Apr 05, 2005 12:28 am

Post by Uaintseenme »

Do I really have to comply with these W3 bastards? :icon23:

edit: going to sleep, will reply to whatever posts here later
[img]http://www.v0dk4.com/images/uasm_stfu.gif[/img]
inphlict
Posts: 1656
Joined: Sat Jul 13, 2002 7:00 am

Post by inphlict »

Yeah you really should, it sort of like saying do I need to use correct grammer & spelling when I publish a book.
mik0rs
Posts: 2650
Joined: Wed May 03, 2000 7:00 am

Post by mik0rs »

If you don't your site gets taken off the internet. Plus it's less likely to cause problems for various browsers.
4days
Posts: 5465
Joined: Tue Apr 16, 2002 7:00 am

Post by 4days »

Uaintseenme wrote: Also added that code you suggested for my navbar, didn't do anything, unless I did it wrong, here;

Code: Select all


<head>

<style>
navFrame {
border-right: #A9A9A9 20px solid;
width: 150px;
height: 900px;
margin: 0px 0px 0px 0px;
} 
</style>

</head>

<body>
<iframe class="navFrame" src="nav.html" valign="top" width="150" height="900" marginwidth="0" marginheight="0" hspace="0" vspace="0" 

frameborder="0" scrolling="yes" bordercolor="#000000">
</iframe>

you need a '.' in front of 'navFrame' in the style declaration, eg: ".navFrame {".
bitWISE
Posts: 10704
Joined: Wed Dec 08, 1999 8:00 am

Post by bitWISE »

Doh, didn't realize I left that out.
+JuggerNaut+
Posts: 22175
Joined: Sun Oct 14, 2001 7:00 am

Post by +JuggerNaut+ »

Uaintseenme wrote:Now that I completed the layout, I have a really shitty resolution picture of my car in the digital camera section, I'm sure everyone wants to see it so here you go!
:dork:
Auburndale
Posts: 77
Joined: Thu May 12, 2005 8:34 pm

Post by Auburndale »

please change your windows scheme. it looks shitty
[img]http://i6.photobucket.com/albums/y210/auburndale/aniSuperSonic2.gif[/img]
Dr_Watson
Posts: 5237
Joined: Wed Feb 23, 2000 8:00 am

Post by Dr_Watson »

why not color the fox in photoshop and clean it up so it looks less like a scan of a cocktail napkin and more like it belongs on a computer.
User avatar
MKJ
Posts: 32582
Joined: Fri Nov 24, 2000 8:00 am

Post by MKJ »

bitWISE wrote:Doh, didn't realize I left that out.
also, always use double quotes. class='navframe' aint valid either ;)
[url=http://profile.mygamercard.net/Emka+Jee][img]http://card.mygamercard.net/sig/Emka+Jee.jpg[/img][/url]
bitWISE
Posts: 10704
Joined: Wed Dec 08, 1999 8:00 am

Post by bitWISE »

MKJ wrote:
bitWISE wrote:Doh, didn't realize I left that out.
also, always use double quotes. class='navframe' aint valid either ;)
According to the validater it is. I'm used to using single quotes because I always use PHP to generate the HTML.
eepberries
Posts: 1975
Joined: Mon Jan 24, 2005 10:14 pm

Post by eepberries »

pretty neat site
[lvlshot]http://mywebpage.netscape.com/ekeerf/pictures/cap.jpg[/lvlshot]
Coreiel
Posts: 138
Joined: Tue Jun 14, 2005 1:51 am

Post by Coreiel »

holy fuck that looks bad.

honestly, whats with that grey background on the left under the links? make it seemless with the rest of the page.

/rage off
Uaintseenme
Posts: 971
Joined: Tue Apr 05, 2005 12:28 am

Post by Uaintseenme »

Maybe I should make a new layout, this just isn't working the way I thought it would.
[img]http://www.v0dk4.com/images/uasm_stfu.gif[/img]
Coreiel
Posts: 138
Joined: Tue Jun 14, 2005 1:51 am

Post by Coreiel »

yeah. the new layout should look like a 404 page and do fuck all. even if you click the refresh button.
Uaintseenme
Posts: 971
Joined: Tue Apr 05, 2005 12:28 am

Post by Uaintseenme »

Coreiel wrote:yeah. the new layout should look like a 404 page and do fuck all. even if you click the refresh button.
Somebody should break your hands.
[img]http://www.v0dk4.com/images/uasm_stfu.gif[/img]
Coreiel
Posts: 138
Joined: Tue Jun 14, 2005 1:51 am

Post by Coreiel »

i'm up for anything, as long as it means your site wont be plaguing the internet.
Uaintseenme
Posts: 971
Joined: Tue Apr 05, 2005 12:28 am

Post by Uaintseenme »

Dr_Watson wrote:why not color the fox in photoshop and clean it up so it looks less like a scan of a cocktail napkin and more like it belongs on a computer.
Done.
[img]http://www.v0dk4.com/images/uasm_stfu.gif[/img]
Post Reply