Click to See Complete Forum and Search --> : column link listing
ranosb
02-11-2006, 05:37 PM
Okay, can anyone tell me how I can make a left hand column link listing like many of todays websites?
Do I use div tags, a table or whats the best way to do this?
welsh
02-11-2006, 07:00 PM
Use div tags and css. it is the probally the standard even though some people still use tables.
ranosb
02-11-2006, 07:19 PM
new to div, got a starter template I can work with?
Thanks!
welsh
02-11-2006, 07:23 PM
you could look at this and see if you understand it:
http://glish.com/css/7.asp
Nedals
02-11-2006, 08:25 PM
Use the <UL><LI> tag - unodered list - with some CSS.
pcthug
02-11-2006, 10:04 PM
http://www.alistapart.com/articles/holygrail
ranosb
02-12-2006, 05:05 AM
thanks!