Web Design Web Design Forum
Registration is free! Here you can view your subscribed threads, work with private messages and edit your profile and preferences Calendar Find other members Frequently Asked Questions Search
Home Web Design

Convenient web based access to our favorite web design Usenet groups

web design reviews

This is Interesting: Free Magazines for Graphics designers and webmasters  





  Last Thread  Next Thread
Author
Thread Post New Thread   

Form breaking table
 

Bushido




quote this post edit post

IP Loged report this post

Old Post  12-30-05 - 11:30 PM  
A form sent from Network Solutions for me -
http://005a1f2.netsolhost.com/contactform.htm - was simply copy/paste from
between the body tags, and launched here -
http://005a1f2.netsolhost.com/contact_test.htm. You'll see it breaks the hea
der
graphic midpage. All I did was paste the NS form code into a child page that
worked well before, and it does this. Murray mentioned

"It's probably the margin on the form tag. Use this CSS - form { margin
:0; }"

I don't know exactly where / how to implement this in the code, but the form
seems to be the culprit. All help resolving the broken graphic is very
appreciated.


Post Follow-Up to this message ]
Re: Form breaking table
 

TC2112




quote this post edit post

IP Loged report this post

Old Post  12-31-05 - 11:15 PM  
Hello,

Add the CSS Murray gave you to your contactform.css page, just after the tit
le class.

Like so:

.title {
font-size: 1.5em;
}
form {margin:0;}


Take care,
Tim


Post Follow-Up to this message ]
Re: Form breaking table
 

Bushido




quote this post edit post

IP Loged report this post

Old Post  12-31-05 - 11:15 PM  
I redid the css, relaunched everything -http://005a1f2.netsolhost.com/contac
t_test.htm, and still have the graphics issue. Need to resolve this ASAP for
 deadline, all help is needed


Post Follow-Up to this message ]
Re: Form breaking table
 

Bushido




quote this post edit post

IP Loged report this post

Old Post  12-31-05 - 11:16 PM  
I added the css snippet, and as you'll see,
http://005a1f2.netsolhost.com/contact_test.htm, the graphic is still broke. 
Now
the page background is black, the menu text is extremely small, and I can't
really modify much, it's all the style sheet it seems. I need the graphic
fixed, the table & form bgd need tg be #000000, page bgd needs to be #5A3C55
.
How do I acheive this?



Post Follow-Up to this message ]
Re: Form breaking table
 

TC2112




quote this post edit post

IP Loged report this post

Old Post  12-31-05 - 11:16 PM  
Hello,

How about changing this (just above your form tag):

<table width="100%" border="0" cellspacing="4" cellpadding="4">

to this:

<table width="100%" border="0" cellspacing="0" cellpadding="4">

Does that get rid of the gap?

Another option would be have the header images in it's own, seperate table.
Then start another table that holds the nav and all the rest. That way, the
cells your current header images are in wouldn't be affected by the colspans
,
nested tables and form currently in the same table.

Take care,
Tim



Post Follow-Up to this message ]
Sponsored Links
 





All times are GMT. The time now is 10:31 PM. Post New Thread   
  Previous Last Thread   Next Thread next
Dreamweaver archive | Show Printable Version | Email this Page | Subscribe to this Thread

Popular forums

Adobe Photoshop forum Macromedia Flash Web Site Design
Dreamweaver FrontPage forum
JavaScript Forum XML forum
Style Sheets VRML
Forum Jump:
Rate This Thread:

 

XML RSS Feed web design latest articles Syndicate our forum via XML or simple JavaScript

Web Design archive  Database administration help  


Top Home  -  Register  -  Control Panel   -  Memberlist  -  Calendar  -  Faq  -  Search Top