GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   Help needed please (https://gfy.com/showthread.php?t=407025)

Xenthan 12-22-2004 11:00 PM

Help needed please
 
I am using both Photoshop and Dreamweaver.I build my pages in PS then use DW to add the finishing touches...ie adding links and code to the final product(drawing layers in DW).
Here is my problem.My pages come out perfect in 600X800 but when the resolution is upped to 1024X768 and beyond chaos ensues.BUT ONLY after I add links and layers in DW!
If anyone has the time or willingness to view my pages in multiple resolutions and has ANY suggestions it would be greatly appreciated!
The base page that has no issues in whatever resolution:
http://www.xenthan.com/TXS.html
The final product which I am having problems with:
http://www.xenthan.com/TXS1.htm
Notice how in 600X800 all the DW by-products are centered(links and banners)...but when you go to a higher resolution it is offset to the left a bit!
I have a feeling its just a line or two of code that can correct this...but after hours of trying I can't get there!
Please help if you have the time!
Thank you

AaronM 12-22-2004 11:03 PM

I'm at 1024x768 and the pages look identical to me.

jawanda 12-22-2004 11:04 PM

Welll ..

That's your "finished" page? The thumbs aren't even real thumbs, and they don't link to anything ... ?

Anyway, just try throwing a straight up <center></center> around those broken links .. the div's seem to be fucking up.

Good luck man.

-p

Xenthan 12-22-2004 11:06 PM

but at the bottom of the page is the banner and text link offset to the left?....in 600X800 they are both centered!
In a higher res they are not!
TY for your time!

jawanda 12-22-2004 11:08 PM

Here's your problem:

<DIV id=Layer1
style="Z-INDEX: 1; LEFT: 238px; WIDTH: 350px; POSITION: absolute; TOP: 863px; HEIGHT: 29px">

Just do a Div align=center instead of 238px Left, etc.

Xenthan 12-22-2004 11:08 PM

Quote:

Originally Posted by jawanda
Welll ..

That's your "finished" page? The thumbs aren't even real thumbs, and they don't link to anything ... ?

Anyway, just try throwing a straight up <center></center> around those broken links .. the div's seem to be fucking up.

Good luck man.

-p

this was just put up to try to get this issue taken care of before I post the actual page linking the thumbs to higher res pics....
Thnx

jawanda 12-22-2004 11:09 PM

Quote:

Originally Posted by Xenthan
this was just put up to try to get this issue taken care of before I post the actual page linking the thumbs to higher res pics....
Thnx


Got ya. See above ;)

-p

Rantan 12-22-2004 11:11 PM

you need to learn to read HTML and CSS

and both of these look fine if a little uninspired to me.

AaronM 12-22-2004 11:12 PM

Quote:

Originally Posted by Xenthan
but at the bottom of the page is the banner and text link offset to the left?....in 600X800 they are both centered!
In a higher res they are not!
TY for your time!


So I copied your source and put it in Dreamweaver.

It amazxes me how difficult people tend to make the simplest things.

It's a fucking gallery for Christ's sake. K.I.S.S.

Xenthan 12-22-2004 11:17 PM

Quote:

Originally Posted by jawanda
Here's your problem:

<DIV id=Layer1
style="Z-INDEX: 1; LEFT: 238px; WIDTH: 350px; POSITION: absolute; TOP: 863px; HEIGHT: 29px">

Just do a Div align=center instead of 238px Left, etc.

so...div align center...then delete the rest of the specs and just have that?
Wont that stick the banner at the top of the page...in the center yes but at the top?

Rantan 12-22-2004 11:20 PM

Quote:

Originally Posted by Xenthan
so...div align center...then delete the rest of the specs and just have that?

ya, you're getting a little advanced with the CSS in this situation, just center it and it should be fine.
The Z-index, and id=layer crap isnt needed unless you're talking a big site.

~AaronM "K.I.S.S"

AaronM 12-22-2004 11:22 PM

Quote:

Originally Posted by Rantan
ya, you're getting a little advanced with the CSS in this situation, just center it and it should be fine.
The Z-index, and id=layer crap isnt needed unless you're talking a big site.

~AaronM "K.I.S.S"


Exactly.

jawanda 12-22-2004 11:24 PM

Yeah, you don't need css in a gallery like this ...

Use tables, and put the ads underneath the thumbs centered.

By using css attributes such as "Left=" you are making the location of those elements of the page static, meaning regardless of width that ad will be 238px from the Left edge.

Just center it.

:bigears

Xenthan 12-22-2004 11:28 PM

Ty all for your time...very much appreciated!

Xenthan 12-22-2004 11:35 PM

Quote:

Originally Posted by Xenthan
so...div align center...then delete the rest of the specs and just have that?
Wont that stick the banner at the top of the page...in the center yes but at the top?

when using div align center ...it is now centered but at the top of the page!Not where it is supposed to be.

Rantan 12-22-2004 11:54 PM

/sigh

forget the freaking css, you don't know it well enough and it's too much for this project anyway. just put everything into tables.

jawanda 12-23-2004 12:09 AM

Here dude, you owe me one:

http://thongpeak.com/txs/

Look how fuckin' simple it is with tables.

:food-smil

-p

Xenthan 12-23-2004 12:12 AM

Quote:

Originally Posted by Rantan
/sigh

forget the freaking css, you don't know it well enough and it's too much for this project anyway. just put everything into tables.

I did not realize CSS was involved here...I was just using...or so I thought...basic DW design.Just trying to get this down!

Xenthan 12-23-2004 12:14 AM

Quote:

Originally Posted by jawanda
Here dude, you owe me one:

http://thongpeak.com/txs/

Look how fuckin' simple it is with tables.

:food-smil

-p

TY so much jawanda...and yes...I owe you one.I will not forget.
TY again for your time!

jawanda 12-23-2004 12:16 AM

Quote:

Originally Posted by Xenthan
I did not realize CSS was involved here...I was just using...or so I thought...basic DW design.Just trying to get this down!

copy what i made for you, insert another table for the thumbs (break off the header... and save the bg.jpg that i have there for the thumb-table bg (border))and youll be all set.

:)

jawanda 12-23-2004 12:17 AM

Quote:

Originally Posted by Xenthan
TY so much jawanda...and yes...I owe you one.I will not forget.
TY again for your time!

No problemo.

Xenthan 12-23-2004 12:40 AM

Quote:

Originally Posted by jawanda
No problemo.

No really ...I could kiss ya right now.I sooo owe you one.
TY very much

jawanda 12-23-2004 12:42 AM

Quote:

Originally Posted by Xenthan
No really ...I could kiss ya right now.I sooo owe you one.
TY very much

We all start somewhere.

Good luck man :)

-p

NaughtyRob 12-23-2004 12:51 AM

That was really nice of you Jawanda.
Kudos to you. If more people were nice on this board instead of being worthless sigwhores and trolls maybe people would stop jumping to other boards. Good job.

:thumbsup


All times are GMT -7. The time now is 02:30 AM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123