The Web Design Group

... Making the Web accessible to all.

Welcome Guest ( Log In | Register )

 
Reply to this topicStart new topic
> Alignment Help
Navy4571
post Mar 5 2009, 07:36 PM
Post #1


Newbie
*

Group: Members
Posts: 16
Joined: 25-February 09
Member No.: 7,895



Trying to add html to the left and right of the hotel booking engine. Could someone take a look at my source code? Its for my homepage (www.scrantonpatravel.com). I would imagine you would have to use tables, but I was having trouble.

Thanks.
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
pandy
post Mar 7 2009, 10:30 AM
Post #2


🌟Computer says no🌟
********

Group: WDG Moderators
Posts: 20,731
Joined: 9-August 06
Member No.: 6



Tables or CSS. If you use tables you could create a simple 3 column table for the layout.

HTML
<table>
<tr>
<td> #LEFT COL# </td>
<td> #MIDDLE COL# </td>
<td> #RIGHT COL# </td>
</tr>
</table>[/code]


For CSS examples see http://css-discuss.incutio.com/?page=ThreeColumnLayouts .
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post

Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 



- Lo-Fi Version Time is now: 26th April 2024 - 03:32 PM