• 0

[xanga]bordered xanga


Question

how do i make it look like this? is this a script? or jsut some simple background workaround?

http://www.xanga.com/home.aspx?user=azianlove

i want mine to be boxed like that, where the box border ends under the banner up top and just before the page ends on teh bottom, with round corners. then side border extends to whatever the page length is. how?

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

It's just backgrounds:

here and here.

In HTML, you can do this:

<table width="100%" border="0" cellspacing="0" cellpadding="0">
  <tr>
    <th background="http://img.photobucket.com/albums/v291/sosensual/espressobanner.jpg" scope="col"> </th>
  </tr>
  <tr>
    <td background="http://img.photobucket.com/albums/v291/sosensual/espressobg.jpg"> </td>
  </tr>
  <tr>
    <td background="http://img.photobucket.com/albums/v291/sosensual/espressofooter.jpg"> </td>
  </tr>
</table>

Next, you MUST set, adjust width and height of your table, in your HTML code or in your CSS stylesheet.

[CSS]

.class {   // A small example
   background-repeat: repeat-y;
   background-position: center;
}

But sorry, I'm too tired and too lazy to do it for you. I'm sure you can do it, it's not very difficult...

Link to comment
Share on other sites

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.