Sidebars on Web Pages

Posted:
in Genius Bar edited January 2014
Does anyone know how to get a right sidebar working properly with a left sidebar on a web page?? I'm having trouble making it work.

Comments

  • Reply 1 of 9
    Details would be helpful here. <img src="graemlins/bugeye.gif" border="0" alt="[Skeptical]" />



    What's the problem? What isn't "working properly"?
  • Reply 2 of 9
    nebagakidnebagakid Posts: 2,692member
    it involves tables. it is a really easy procedure



    but yeah, details <img src="graemlins/hmmm.gif" border="0" alt="[Hmmm]" />
  • Reply 3 of 9
    Never mind - got it working myself



    <a href="http://freshapple.n3.net/"; target="_blank">http://freshapple.n3.net/</a>;



    Let me know if you have any comments or suggestions.
  • Reply 4 of 9
    jutusjutus Posts: 272member
    Dude.. you created your Mac site using...



    Microsoft Frontpage



    :o
  • Reply 5 of 9
    [quote]Originally posted by jutus:

    <strong>Microsoft Frontpage</strong><hr></blockquote>



    THERE's your problem. Eww!! :o



    Use TextEdit! pico! vi! ANYTHING but FrontPage!! :eek:
  • Reply 6 of 9
    maybe the Finder?
  • Reply 7 of 9
    torifiletorifile Posts: 4,024member
    I have a suggestion:



    Make your table size 100% rather than an actual pixel number so that there is no scrollbar in windows that aren't maximized. I like the size of browser windows and hate horizontal scrollbars. Also, use another font, like Arial so that the text doesn't look so crappy. My 2¢.
  • Reply 8 of 9
    torifiletorifile Posts: 4,024member
    Also, learn to use stylesheets. Go to <a href="http://hotwired.lycos.com/webmonkey/authoring/stylesheets/tutorials/tutorial1.html"; target="_blank">http://hotwired.lycos.com/webmonkey/authoring/stylesheets/tutorials/tutorial1.html</a>; for a good overview. I'd suggest just starting with this code:



    [code]

    &lt;STYLE TYPE="text/css"&gt;

    &lt;!--

    P { font-family: arial }

    --&gt;

    &lt;/STYLE&gt;

    </pre><hr></blockquote>



    Put that anywhere in your header. And change the tables to 100% rather than the pixels and your off to a good start. HTH.
  • Reply 9 of 9
    [quote]Originally posted by jutus:

    <strong>Dude.. you created your Mac site using...



    Microsoft Frontpage



    :o </strong><hr></blockquote>



    Well...FrontPage is easy and creates nice looking sites. The reason I use a web page development program is that I like the organization.
Sign In or Register to comment.