Reply
Need Help In Html - Layout Problem
Old 08-08-2004, 06:27 AM Need Help In Html - Layout Problem
Junior Talker

Posts: 1
Hey, Now i'm very new at HTML, and i've started a layout in PS. I have a top header part which is a bit empty and then a part where the navigation bar will be going, and i want both the image to be right next to each other but whenn i use Dreamweaver there is a gap between both images, can anyone please help me with this?

- Thanks In Advance


-PS
This is a screenshot of the problem - Here

This is a screenshot of the table setout in DW - Here

Also,
Underneath my table in DW ( id design view ),
there is a code saying
<body background="bg.gif" marginwidth="0" marginheight="0"
and this is hilighted in yellow.


Thanks alot in advance
sane123 is offline
Reply With Quote
View Public Profile
 
When You Register, These Ads Go Away!
Old 08-08-2004, 12:03 PM
webwoRRks's Avatar
Ultra Talker

Posts: 426
Location: I hope so
the body tag should be just after the closing head tag (</head>), not below your table code. Neither of your links work, so I can't give you any more help on the problem.
__________________
Theres 10 types of people; those who understand binary, and those who don't.
webmaster and webdeveloper resources, http://www.webworrks.com
webwoRRks is offline
Reply With Quote
View Public Profile Visit webwoRRks's homepage!
 
Old 08-09-2004, 09:05 AM
Wenslock's Avatar
Webmaster Talker

Posts: 746
Location: Lincoln, UK
ditto. Although really it doesn't matter so much about where the body goes as such, although the way webwoRRks is talking about it the correct HTML way.

You want to use tables for what you're saying

<table cellpadding="0" cellspacing="0">
<tr><td><img src="image1.jpg"></td><td><img src="image2.jpg"></td></tr>
</table>
that will make two images appear side-by-side.

Because you are new, I'll tell you this: Tables are your friend! it makes designing a good site a lot easier.

Wenslock
__________________
------------------------------------------------------------
www.blackprism.co.uk - Black Prism professional web design services
------------------------------------------------------------
Wenslock is offline
Reply With Quote
View Public Profile
 
Old 08-09-2004, 11:26 AM
webwoRRks's Avatar
Ultra Talker

Posts: 426
Location: I hope so
I agree. Don't worry about advanced CSS layouts till you've mastered tables. YES, we still use tables people. Imagine writing the code to lay out hundreds of records in rows using CSS....
__________________
Theres 10 types of people; those who understand binary, and those who don't.
webmaster and webdeveloper resources, http://www.webworrks.com
webwoRRks is offline
Reply With Quote
View Public Profile Visit webwoRRks's homepage!
 
Old 08-09-2004, 11:52 AM
Wenslock's Avatar
Webmaster Talker

Posts: 746
Location: Lincoln, UK
don't make think like that lol!! >_<

Also, tables are easier to grasp that CSS!
__________________
------------------------------------------------------------
www.blackprism.co.uk - Black Prism professional web design services
------------------------------------------------------------
Wenslock is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Need Help In Html - Layout Problem
 

Thread Tools

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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off




   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML

 


Page generated in 0.14019 seconds with 12 queries