TheNerd
Junior Member
"Read" sounds like "Lead". But "Read" also sounds like "Lead" :o
Posts: 262
inherit
195696
0
Jul 14, 2015 4:32:32 GMT -8
TheNerd
"Read" sounds like "Lead". But "Read" also sounds like "Lead" :o
262
June 2013
thenerd
|
Post by TheNerd on Jun 16, 2014 5:22:40 GMT -8
Hey guys, I haven't coded in a while and i've forgotten how to do this. So basically I'd like my logo to be on the left side of the navigation bar, tree and newsfeed: I know i've done this before, its probably simple and i'm just forgetting stuff here. Thanks for any help!
|
|
inherit
\o/ ^o^ /o_ /o\
16464
0
Jul 22, 2024 13:57:10 GMT -8
pawl
29,621
November 2003
pollo
Pink Stars
|
Post by pawl on Jul 8, 2014 12:54:22 GMT -8
How exactly are you currently mapping out your header? You could for example use a fairly simple table layout for it, something like this;
<table> <tr> <td rowspan="3"> LOGO </td> <td> NAVIGATION </td> </tr> <tr> <td colspan="2"> NAVIGATION TREE <td> </tr> <tr> <td colspan="2"> NEWS FEED </td> </tr> </table>
|
|