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)
-   -   Design Guru's - Can You Help Me Out? (https://gfy.com/showthread.php?t=865097)

teenfeetcash 10-28-2008 09:12 AM

Design Guru's - Can You Help Me Out?
 
Hey

I am just doing some small sites to add to our members area, these are working as free bonus sites for our members.

I have all the psd's therefore I have had to learn how to cut a PS .psd in Image Ready and export it to html.

I can do this, I can also add the 'body' part as a table and use the background image to give me a space to add text / images etc.

The problem is, whenever I go beyond the original size of the table with text, the surrounding frame starts to break up and looks shitty :(

Any advice on how to fix this?

Thanks guy's :thumbsup

P.S. I really wanna learn how to do this and not have to farm it out :helpme

Cyndalie 10-28-2008 09:17 AM

Reduce your font size or amount of text. If you need a larger table area you'd have to recode the design in most cases.

AnniKN 10-28-2008 09:20 AM

Insert the other content before the table and use Simple CSS to format it to be within the table (<div> tags with a class to match the width of the table :))

alexchechs 10-28-2008 09:32 AM

Plan a head and kept the text to a minimum. Also if using TABLES you can set BGcolors or Background graphics into your design. SO if it does stretch it it won't look funky.

teenfeetcash 10-28-2008 10:15 AM

Thanks for your help and pointers guy's :)

Deej 10-28-2008 11:30 AM

the css answer is the only real solution . the others are not the way to go...

Surround your text into a division

<div class="textbox" >text goes here</div >

that goes where ever your text box goes...

then in your <head > put this...

<style type="text/css" >
.textbox {width:000px;height:000px;overflow:auto; }
</style >


fill in the proper height and width and take out the spaces at the end of the tags.

That should do the trick

DamianJ 10-28-2008 11:32 AM

I thought people stopped using tables in about 1999?

:P


All times are GMT -7. The time now is 06:41 AM.

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