Der Führer
I feel pretty...
Gender:
Posts: 183
471 credits Members referred : 0
« on: Apr 01, 2006, 01:33:10 AM »
Okay, so I've been using a program called Web Page Maker V2 to cut corners on my HTML coding time. Unfortunately I realized that when I use this program the way it codes the position of text and images is pixel form. This is an example of how it codes it
When I'm making this site it all looks good and lines up in the middle of my browser. However, this is not true for people that use a screen resolution higher or lower than mine. So what I am trying to do is code the whole site in a frame and make the position code from the left/top of the frame so I can put a center tag on it and have it in the middle of the page. I cant get the position to code this way at all.
If anyone could help at all with my problem I would greatly appreciate it.
I love Pokemon
Posts: 13
90 credits Members referred : 0
Der Führer
I feel pretty...
Gender:
Posts: 183
471 credits Members referred : 0
« Reply #2 on: Apr 01, 2006, 01:52:24 AM »
Yeah, I could code it in tables but I'm not really looking to do all the table coding. I'm trying to take what they gave me and put it into a single table cell or something that would let me base the left/top off of it.
I am a metal monkey!
Administrator Community Supporter?
Jedai Sword Master
Gender:
Posts: 8250
42487 credits Members referred : 3
« Reply #3 on: Apr 01, 2006, 01:54:15 AM »
Hmm, then you should propably do it with javascript (detect the user's resolution and relocate the div), but don't ask me how, I am a php boy
Bill Gates is my home boy
Gender:
Posts: 634
3957 credits Members referred : 2
« Reply #4 on: Apr 01, 2006, 01:56:34 AM »
Whoa, what's with all the DIVs? WYSWYG editors tend to put a lot of extra code in which can make the page longer to load and harder for the search engines to spider.
If you start editing the code by hand, I would suggest you don't edit the file in Page Maker again, you could create a mess. I'm not familiar with this editor, so someone may correct me on this statement.
I would recommend you look at a CSS guide online somewhere. All of those divs could be rewritten as one.