Greenguy's Board

Greenguy's Board (http://www.greenguysboard.com/board/index.php)
-   Newbie Questions (http://www.greenguysboard.com/board/forumdisplay.php?f=5)
-   -   Anyone know a hack (http://www.greenguysboard.com/board/showthread.php?t=34166)

cockhungryhoes 2006-09-03 05:03 PM

Anyone know a hack
 
Does anyone know how I can fix this table problem?

http://www.cockhungryhoes.com/Big-tit-hoes.html

cockhungryhoes 2006-09-03 05:05 PM

Sometimes two tables are wider but not always

amadman 2006-09-04 07:47 AM

What exactly is your problem cockhungry?

cockhungryhoes 2006-09-04 05:15 PM

The tables some are wider then others, but only if viewed in IE, and it works fine if the page is refreashed. Thats what makes me think its a IE display issue and a hack is needed. I take it your seeing it fine? Are you using IE? I have IE 6.0. I dont see the issue with my other browsers. I validated all pages and they pass I dont even get any warnings. This is why I am so confused. I am using %, and auto margin in the style head part of the page..

amadman 2006-09-04 09:25 PM

Yeah.. I see it fine in firefox.

Took a look with ie too but did not see it then either.|huh

Trev 2006-09-05 03:21 AM

cookhungryhoes, maybe you could post a screen cap of what problem you're having.

Jim 2006-09-05 07:40 AM

Quote:

Originally Posted by Trev (Post 297400)
cookhungryhoes, maybe you could post a screen cap of what problem you're having.

yeah, I'm not really sure what outcome you are looking for. What should it look like and what are you seeing wrong?

johnnybg 2006-09-05 08:21 AM

From IE and Firefox all tables in the middle of the page have the same width (with or without refreshing). I'm not sure if I understood your problem.

cockhungryhoes 2006-09-05 04:13 PM

Thats weird I had a friend go to my site and he saw the same thing I did. The Ball honeys table width is longer then the other two.
http://www.cockhungryhoes.com/Asian-Hoes.html

cockhungryhoes 2006-09-05 04:16 PM

I see it fine with the link.
I dont know how to save a snap shot,sorry I suck lol

Greenguy 2006-09-05 04:38 PM

Something doesn't add up - you have the tables set to 100%, but they are not even close to touching the sides of my browser (in fact, they seem to be the width of the banner inside them - and I bet they get bigger if there's a large banner in there)

What are you using to make these?

Mr. Blue 2006-09-06 06:45 AM

Taking a quick look at it...you're using some wysiwyg type program? Nothing wrong with that mind you...But from looking at it you have a ton of css on the page, it should be linked, which leads me to believe that you're using a program that's using css liberally :D. It looks like a really convoluted way to write what amounts to a basic webpage though.

cockhungryhoes 2006-09-06 01:44 PM

Thanks Greenie, and Mr. Blue

I am using dw8. I am using the layers set at 100%, then nesting tables in there at 50%. I have tried several different ways and if I dont do it this way the browser width gets thrown off. I went and learned some HTML since I was lacking in it. I am still learning it. I now just started reading about CSS. I used the CSS because I didnt see any other way to get the look (wall paper) and such any other way.

Greenguy 2006-09-06 05:10 PM

WOW! I just popped the page from 1024 to 1600 so that I could see the 50% tables at a larger screen res & while they hare now 800 wide (or so) the banners in there are also 800 wide (I think they were 480 before) I have honestly never seen a webpage do that!

You really need to throw dream weaver out or turn off the advanced settings, because I think you're just making things worse.

You need to learn basic html - like you can control all the colors on the page (as well as the background) with a simple body tag:


You can make basic tables (with backgrounds) using something like this:





CONTENTS


Also, on the index page, there's a table in the coding that is not showing up in IE (table 03 with all the links to the niche specific pages)

Baby steps 1st - learn what the html coding on your pages does - then go & try new things :)

Mr. Blue 2006-09-06 05:43 PM

Quote:

Originally Posted by cockhungryhoes (Post 297820)
Thanks Greenie, and Mr. Blue

I am using dw8. I am using the layers set at 100%, then nesting tables in there at 50%. I have tried several different ways and if I dont do it this way the browser width gets thrown off. I went and learned some HTML since I was lacking in it. I am still learning it. I now just started reading about CSS. I used the CSS because I didnt see any other way to get the look (wall paper) and such any other way.

Okay, I thought you were using Dreamweaver 8. DW8 is a great program, but you need to know what you're doing with it and you need to shut off some advanced features because every time you want to make a font change, etc, it's creating a new style for it and cluttering up the coding.

First, go to Edit>Preferences>General> Untick the box that says Use CSS Instead of HTML tags. This doesn't mean you can't use CSS, but you should be adding it as you need it, not letting dreamweaver go nuts with it.

Second thing you need to do...you're not defining the whole page in CSS (you could if you want) but I'm pretty sure you're new to building webpages? Since you're using a table anyway it's kind of defeating the purpose of all that css. My suggestion is lose the css for the positioning for now...you have a table, just work with that and basic html elements for a bit. Add css as you learn it, it's great for style elements and as you get more comfortable with css you can start fiddling around with doing completely pages in css with no tables at all :D

Also always include css in a stylesheet instead of the actual page (unless it's just a little amount used, but your page is a swamp of css at the moment).

Another thing, define the .style's so you know what they're for...meaning descriptive names help. If I'm doing say sales text I'll use a css that's kind of self-explanatory .salestext etc, lol, it' just makes it easier when or if you need to change things around later.

That page though, do in html, add a little css if you want, but learn to walk before you run :D

cockhungryhoes 2006-09-06 06:38 PM

Greenie,
Thanks man it is strange.
I do know the bgcolor=. This confused me to. I had that in there to begin with and for the life of me the pages would not validate? I tried everything. Cause yes its a hell of a lot easier then this way in CSS.

The "table_03" on my index page is an attempt at an invisible sitemap. I didnt like the way it looked on there but wanted it for SEO. I added it in today, this problem existed before that. I am not sure if this complicates things or helps

cockhungryhoes 2006-09-06 06:51 PM

Mr. Blue
Ya I'm new I guess you can tell lol. Only been doing this since Feb. I will change that around and do it as you are saying. I guess my only question to you is the same as Greenie. Do you know why I can not use a bgcolor= or an img bg. DW makes it easy to use these. I read about in many of the html tutorials. I didnt understand why they would not validate. I checked the formatting several times.
I have read a lot online, and now I have gone out and bought several books so I can catch up. I will change that preferance right way. Thanks to both of you.

Maj. Stress 2006-09-07 10:21 PM

Here is a site that has a lot of good information on css and any hacks you may need. http://www.positioniseverything.net/index.php ;)

Simon 2006-09-08 08:23 AM

Quote:

Originally Posted by cockhungryhoes (Post 297931)
Do you know why I can not use a bgcolor= or an img bg. DW makes it easy to use these. I read about in many of the html tutorials. I didnt understand why they would not validate. I checked the formatting several times.

I think the only problem with this is that you're trying to validate your page to XHTML standards, and the bgcolor and the background attributes of the BODY tag are deprecated (no longer in the specs) for XHTML.

cockhungryhoes 2006-09-08 06:57 PM

Quote:

Originally Posted by Maj. Stress (Post 298195)
Here is a site that has a lot of good information on css and any hacks you may need. http://www.positioniseverything.net/index.php ;)

Thanks I will take a look at it. I bought a book, but I like the web better.:D

cockhungryhoes 2006-09-08 06:59 PM

"O" I thought that might be the case. I was going to look for that. Will it work for HTML 4.0 Traditional?

Maj. Stress 2006-09-08 08:24 PM

One way to find out. Replace what you have with this:


Then go to www.w3.org and try to validate it.


All times are GMT -4. The time now is 09:49 AM.

Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
© Greenguy Marketing Inc