Go Back   CodingForums.com > :: Client side development > HTML & CSS

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 05-15-2011, 06:42 AM   PM User | #1
benji23
New Coder

 
Join Date: May 2011
Posts: 13
Thanks: 3
Thanked 0 Times in 0 Posts
benji23 is an unknown quantity at this point
Unhappy Alignment / Positioning Issues!! Please Help...

i am working on my first site (so please excuse my amateur habits) and have come across an aligning/positioning issue that i cant get over my myself!

I am trying to integrate an Aweber Form of which i have customized to fit my background (in order to look more appealing.)

When i align it with my background in dreamweaver and preview in cometbird, everything looks fine. HOWEVER once uploaded the form doesnt align to the background, (using same browser!)

In desperate need of ANY advice, Please see this link for current page with problems. (white boxes are obviously meant to align with other boxes...

Cheers
benji23 is offline   Reply With Quote
Old 05-15-2011, 06:57 AM   PM User | #2
oesxyl
Master Coder


 
Join Date: Dec 2007
Posts: 6,682
Thanks: 436
Thanked 890 Times in 879 Posts
oesxyl is a jewel in the roughoesxyl is a jewel in the roughoesxyl is a jewel in the rough
Quote:
Originally Posted by benji23 View Post
i am working on my first site (so please excuse my amateur habits) and have come across an aligning/positioning issue that i cant get over my myself!

I am trying to integrate an Aweber Form of which i have customized to fit my background (in order to look more appealing.)

When i align it with my background in dreamweaver and preview in cometbird, everything looks fine. HOWEVER once uploaded the form doesnt align to the background, (using same browser!)

In desperate need of ANY advice, Please see this link for current page with problems. (white boxes are obviously meant to align with other boxes...

Cheers
the markup is invalid:

http://validator.w3.org/check?verbos...2Findex45.html

try to fix it first.
few problem, the id attribute must be uniq in a page and the way you write comments look good but is confusing for parsers, .

best regards
oesxyl is offline   Reply With Quote
Users who have thanked oesxyl for this post:
benji23 (05-18-2011)
Old 05-18-2011, 05:48 AM   PM User | #3
benji23
New Coder

 
Join Date: May 2011
Posts: 13
Thanks: 3
Thanked 0 Times in 0 Posts
benji23 is an unknown quantity at this point
Thumbs up 1 last error!

Thanks very much for the help!
I didn't know a lot of that stuff, but i have learned it now, and removed 28 errors! but still left with ONE that i cant seem to resolve.

The ""Line 264, Column 29: there is no attribute "height"""
I am unsure of how to specify the table attributes?

Link

Help is very much appreciated! Thanks
benji23 is offline   Reply With Quote
Old 05-18-2011, 04:07 PM   PM User | #4
alykins
Senior Coder

 
alykins's Avatar
 
Join Date: Apr 2011
Posts: 1,608
Thanks: 37
Thanked 183 Times in 182 Posts
alykins will become famous soon enough
I think (could be wrong) that width & height (at least in this instance) are no longer supported formats. They are able to be done via CSS though. You can do this multiple ways. You can use local style tags in the header:
<style>
.table_class{ blah}
</style>
(then set your table to a class- you could also use #table_name and then set an ID for your table)

You can do the same as above but on a seperate style sheet and then use <link> to reference it:

<link href="css name and path" rel="stylesheet" type="text/css" />

you also can do inline styling (I usually do not do this and do not know if it is frowned upon- personally I like to have all my CSS external)

<table style=" height: 100px; width 100px;">
__________________

I code C hash-tag .Net
Reference: W3C W3CWiki .Net Lib
Validate: html CSS
Debug: Chrome FireFox IE
alykins is offline   Reply With Quote
Users who have thanked alykins for this post:
benji23 (05-19-2011)
Old 05-19-2011, 05:26 AM   PM User | #5
benji23
New Coder

 
Join Date: May 2011
Posts: 13
Thanks: 3
Thanked 0 Times in 0 Posts
benji23 is an unknown quantity at this point
Unhappy

PASSED WITHOUT ERRORS!

The only bad news is, the original problem wasnt fixed! My Aweber form doesnt align to my background image once uploaded, AND it isnt selectable/writable!

I am in dire need of ANY suggestions!
Thanks very much!
Ben
benji23 is offline   Reply With Quote
Old 05-19-2011, 01:11 PM   PM User | #6
alykins
Senior Coder

 
alykins's Avatar
 
Join Date: Apr 2011
Posts: 1,608
Thanks: 37
Thanked 183 Times in 182 Posts
alykins will become famous soon enough
hmm... ur link does not work anymore... can u repost
__________________

I code C hash-tag .Net
Reference: W3C W3CWiki .Net Lib
Validate: html CSS
Debug: Chrome FireFox IE
alykins is offline   Reply With Quote
Reply

Bookmarks

Tags
align, aligning divs, aweber form, positioning

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 10:10 AM.


Advertisement
Log in to turn off these ads.