The Web Design Group

... Making the Web accessible to all.

Welcome Guest ( Log In | Register )

 
Reply to this topicStart new topic
> picture and text alignment
happybunnies
post Sep 22 2006, 03:39 PM
Post #1





Group: Members
Posts: 7
Joined: 31-August 06
Member No.: 38



I would like to change my web page to have the image slide show (which is inside a table) on one side and then the buttons on the other side like home, ceramics, paintings, etc. but I want them to be in a column with just one word on each line. I have tried different ways of doing this but I can't get it to work. Thanks for being the one place I can always turn to for help! The web page is www.kevindavenport-artist.com Thanks again.
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
Christian J
post Sep 22 2006, 03:56 PM
Post #2


.
********

Group: WDG Moderators
Posts: 9,656
Joined: 10-August 06
Member No.: 7



You could make a two-column table, with the links in one column:

CODE
<table><tr>
<td>
<a href="">link</a>
<a href="">link</a>
<a href="">link</a>
</td>
<td>
slideshow
</td>
</tr></table>


To make each link appear on its own line, you can use CSS:

CODE
td a {
display: block;
}


BTW the deafult image for the slideshow is missing: http://www.kevindavenport-artist.com/1.jpg
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: 24th April 2024 - 06:40 AM