NamePros
Welcome, Guest! Ready to make a name for yourself in the domain business? We welcome both the hobbyist and professional domainer to join the discussion as part of the NamePros community.

Click here to create your profile to start earning reputation for posting, and trader ratings for buying & selling in our free e-marketplace. Build your trader rating with each successful sale. Our system has tracked over 100,000 sales and counting!
FAQ & TOS Register Search Today's Posts Mark Forums Read

Go Back   NamePros.com > Website Development Discussion Forums > Web Design Discussion
Reload this Page Web designers Please help me out

Web Design Discussion Discussion of web design techniques, advice, browser issues, software, design firms.

Advanced Search
10 members in live chat ~  
NamePros Design Contests NamePros Design Contests
Forum Sponsorship
Join in on the FUN! You can start an affordable design contest and pick from entries talented members submit or you can enter a design contest for a chance to win CASH PRIZES! What are you waiting for? Get started in the fun TODAY! - Banners, Logos, Mascots, and MORE! (Please READ the design Contest section rules Prior to starting or entering a contest)



Closed Thread
 
LinkBack Thread Tools
Old 10-21-2005, 03:38 AM THREAD STARTER               #1 (permalink)
Senior Member
 
vivsin's Avatar
Join Date: Oct 2005
Posts: 1,093
vivsin is just really nicevivsin is just really nicevivsin is just really nicevivsin is just really nice
 


Diabetes

Caution Web designers Please help me out


So the problem is :

Currently I give a lot of <br> to equalize the height of both columns but when it comes to Dynamic data this is not going to work .
I know it can be DONE using CSS but have no idea about coding
I use microsoft frontpage so please tell me if there is any option to do this in frontpage or dreamweaver .
I am lookinug for simplest and easiest solution

if u r having any problem in understanding the problem tell me i will explain more .
__________________
VIVROCKS "ROCK your LIFE" Visit : My Design Inspiration & Free Stuff Blog

This is where I started, This is where I will end. NAMEPROS = kIcKaSs
vivsin is offline  
Old 10-21-2005, 07:13 AM   #2 (permalink)
Account Closed
 
thomaslgates's Avatar
Join Date: Oct 2005
Location: India
Posts: 672
thomaslgates is just really nicethomaslgates is just really nicethomaslgates is just really nicethomaslgates is just really nice
 



In the source code of yer page, jus in put the below code in the table..

Quote:
<table valign="top">
If you dont get it, please send me a PM and I will code you a CSS Prog. for it.!

Thank you!
thomaslgates is offline  
Old 10-21-2005, 07:57 AM THREAD STARTER               #3 (permalink)
Senior Member
 
vivsin's Avatar
Join Date: Oct 2005
Posts: 1,093
vivsin is just really nicevivsin is just really nicevivsin is just really nicevivsin is just really nice
 


Diabetes
This trick is not working for me , and here is how i m using it
<table valign="top">
<tr>
<td> </td>
<td> </td>
<td> </td>
</tr>
</table>
__________________
VIVROCKS "ROCK your LIFE" Visit : My Design Inspiration & Free Stuff Blog

This is where I started, This is where I will end. NAMEPROS = kIcKaSs
vivsin is offline  
Old 10-21-2005, 08:14 AM   #4 (permalink)
DomainersUniversity.com
 
Gene's Avatar
Join Date: Feb 2005
Location: Oswego, NY
Posts: 4,702
Gene has a reputation beyond reputeGene has a reputation beyond reputeGene has a reputation beyond reputeGene has a reputation beyond reputeGene has a reputation beyond reputeGene has a reputation beyond reputeGene has a reputation beyond reputeGene has a reputation beyond reputeGene has a reputation beyond reputeGene has a reputation beyond reputeGene has a reputation beyond repute
 


Member of the Month
April 2005
Ethan Allen Fund Cancer Survivorship Baby Health Cystic Fibrosis Marrow Donor Program Parkinson's Disease Child Abuse Save a Life Animal Rescue Save a Life Save a Life Animal Rescue
You need this for your middle CELL, not the TABLE:
<td valign="top">
__________________
.
.

Expired Domain Search -- ExpiredDomainBoss.com | Sell Domain Names -- DomainProfitsClub.com
-----------------------------------------------------------------------------------------------
Gene is offline  
Old 10-21-2005, 09:58 AM THREAD STARTER               #5 (permalink)
Senior Member
 
vivsin's Avatar
Join Date: Oct 2005
Posts: 1,093
vivsin is just really nicevivsin is just really nicevivsin is just really nicevivsin is just really nice
 


Diabetes
Thanx Thomas and GENe thats solved the problem TR updated .
__________________
VIVROCKS "ROCK your LIFE" Visit : My Design Inspiration & Free Stuff Blog

This is where I started, This is where I will end. NAMEPROS = kIcKaSs
vivsin is offline  
Old 10-21-2005, 10:26 AM   #6 (permalink)
Account Closed
 
thomaslgates's Avatar
Join Date: Oct 2005
Location: India
Posts: 672
thomaslgates is just really nicethomaslgates is just really nicethomaslgates is just really nicethomaslgates is just really nice
 



Oh! I am really sry. I did not see that..!

Anyways, well done GENE.!
thomaslgates is offline  
Old 10-21-2005, 10:08 PM THREAD STARTER               #7 (permalink)
Senior Member
 
vivsin's Avatar
Join Date: Oct 2005
Posts: 1,093
vivsin is just really nicevivsin is just really nicevivsin is just really nicevivsin is just really nice
 


Diabetes
Can I define it universally for my whole site , using CSS?
like this
.td or #td ( i dont know which class to use ) { valign:top}
please tell me correct syntax if it is going to work

oh yes I dont want to import this class everytime manually ,
I want to use it as page default for whole website
I will be using single external CSS for whole site
__________________
VIVROCKS "ROCK your LIFE" Visit : My Design Inspiration & Free Stuff Blog

This is where I started, This is where I will end. NAMEPROS = kIcKaSs
vivsin is offline  
Old 10-21-2005, 10:59 PM   #8 (permalink)
tgo
NamePros Regular
Join Date: Aug 2005
Posts: 315
tgo is on a distinguished road
 



External CSS

td { vertical-align: top; }
tgo is offline  
Old 10-22-2005, 05:48 AM THREAD STARTER               #9 (permalink)
Senior Member
 
vivsin's Avatar
Join Date: Oct 2005
Posts: 1,093
vivsin is just really nicevivsin is just really nicevivsin is just really nicevivsin is just really nice
 


Diabetes
thanx tgo
is it a dot class or hash class?
__________________
VIVROCKS "ROCK your LIFE" Visit : My Design Inspiration & Free Stuff Blog

This is where I started, This is where I will end. NAMEPROS = kIcKaSs
vivsin is offline  
Old 10-22-2005, 06:50 AM   #10 (permalink)
tgo
NamePros Regular
Join Date: Aug 2005
Posts: 315
tgo is on a distinguished road
 



Neither just the code I posted.
tgo is offline  
Old 10-22-2005, 07:32 AM   #11 (permalink)
Account Closed
 
LeetPCUser's Avatar
Join Date: May 2005
Location: Whitewater, WI
Posts: 3,710
LeetPCUser is a splendid one to beholdLeetPCUser is a splendid one to beholdLeetPCUser is a splendid one to beholdLeetPCUser is a splendid one to beholdLeetPCUser is a splendid one to beholdLeetPCUser is a splendid one to beholdLeetPCUser is a splendid one to behold
 


AIDS/HIV
Don't use tables, use divs. I can help you set it up if you need for some rep and a small np$ bonus. PM me and let me know.
LeetPCUser is offline  
Old 10-22-2005, 01:11 PM THREAD STARTER               #12 (permalink)
Senior Member
 
vivsin's Avatar
Join Date: Oct 2005
Posts: 1,093
vivsin is just really nicevivsin is just really nicevivsin is just really nicevivsin is just really nice
 


Diabetes
What actually difference there will be , if i use tables instead of divs ?
i am a good player with tables , i use very complex boxes in my design and always use background images in cells (td) so ...?
__________________
VIVROCKS "ROCK your LIFE" Visit : My Design Inspiration & Free Stuff Blog

This is where I started, This is where I will end. NAMEPROS = kIcKaSs
vivsin is offline  
Closed Thread


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools


Similar Threads
Thread Thread Starter Forum Replies Last Post
Web Hosting Explained for Novice and Newbies seek1 Web Hosting Discussion 12 12-22-2005 12:55 PM
Advertising on Web Designers Talk webdes For Sale / Advertising Board 0 04-09-2005 05:19 AM
New Forum: Web Designers come and sell your creations !!! happyyo For Sale / Advertising Board 0 05-26-2004 01:21 PM
Web Designers! Kx-2 Web Development Wanted 0 09-28-2003 06:52 AM

 
All times are GMT -7. The time now is 07:32 PM.

Domain name forum recommended by Domaining.com Powered by: vBulletin® Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.6.0 Ad Management plugin by RedTyger