Log In · Register

 
need some more help with a band layout
jbarber07
post Mar 29 2009, 01:35 AM
Post #1


Senior Member
***

Group: Member
Posts: 76
Joined: Dec 2008
Member No: 703,593



here is the link to the page

click here

basically, i need to get an endorsements section, albums, and "info" (url, hometown, booking, publicity etc etc) down below the members. I have no idea where i should put these or if i should div them.

if somebody could tell me, also, how to create the "info" section without using a div, that'd be wonderful. also, getting rid of the border around "influences, sound like etc" would be awesome. and possibly hiding the header for those sections as well (not the sections themselves, just the titles)
 
 
Start new topic
Replies
Mickey
post Mar 29 2009, 08:13 AM
Post #2


Treasure Pleasure
********

Group: Head Staff
Posts: 11,193
Joined: Oct 2005
Member No: 281,127



I suggest just merging all the content into one DIV. They're all in the same column anyway. That way you won't need separate DIVs for each section, nor would you need to worry much about positioning. As for the Info section, the designer constructed it using table tags:

CODE
<table border="0" cellpadding="3" cellspacing="3" width="300">
<tbody><tr>
<td>URL</td>

<td><div align="right"><a href="http://www.myspace.com/mcmb">myspace.com/mcmb</a></div></td>
</tr>
<tr>

<td>HOMETOWN</td>
<td><div align="right">Madison, AL</div></td>
</tr>
<tr>
<td>LABEL</td>
<td><div align="right"><a href="http://www.msplinks.com/MDFodHRwOi8vd3d3LnNvbGlkc3RhdGVyZWNvcmRzLmNvbS8=">Solid State Records</a></div></td>
</tr>
<tr>

<td>MERCH</td>
<td><div align="right"><a href="http://www.msplinks.com/MDFodHRwOi8vd3d3LmFsbGlubWVyY2guY29tL215Y2hpbGRyZW5teWJyaWRl">All In Merch</a></div></td>
</tr>
<tr>
<td>MANAGEMENT/PUBLICITY</td>
<td><div align="right"><a href="mailto:infinit413@aol.com">Scott Lee</a> | <a href="mailto:crimsonmgt@gmail.com">Leah Urbano</a><br><sub>Crimson Management</sub></div></td>

</tr>
<tr>
<td>BOOKING</td>
<td><div align="right"><a href="mailto:cassierejj@gmail.com">JJ Cassiere</a><br><sub>USA - The Vital Agency</sub></div></td>
</tr>
<tr>
<td></td>

<td><div align="right"><a href="mailto:nanouk@avocado-booking.com">Nanouk de Meijere</a><br><sub>EUR - Avocado Booking</sub></div></td>
</tr>
<tr>
<td>STREET TEAM</td>
<td><div align="right"><a href="http://www.myspace.com/mcmbstreetteam">US Street Team</a></div></td>
</tr>
<tr>

<td>LAYOUT</td>
<td><div align="right"><a href="http://www.msplinks.com/MDFodHRwOi8vd3d3LnN0dWNrd2l0aHBpbnMuY29t">Stuck with Pins Design</a></div></td>
</tr>

</tbody></table>

Try this generator to create a table similar to that. Just play around with the styling and add or remove sections according to your liking.
 

Posts in this topic


Closed TopicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members: