Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Curved border round the whole page...how?


epstudent

Recommended Posts

Posted

Could anyone tell me how to add a curved page border round my whole site? I've looked through the contributions and the closest I could find was one that centred the page for 600x800 and added a standard border.

 

I've created 4 curved corner graphics - just can't work out how to use them in a border.

 

Thanks v much!!

Posted

Probably not the smartest way of doing it, but you you could use 9 frames, with the centre frame containing OSC. The top 3, bottom 3, and 2 sides would all hold simple html pages with the border graphics.

 

You could also do the same with with a table, but that involves more editing of OSC files.

 

Something like:

 

<frameset frameborder="0" framespacing="0" border="0" rows="50,*,50" cols="50,*,50">

 

<frame name="topleft" src="topleft.html" marginwidth="0" marginheight="0" scrolling="no" frameborder="no" framespacing="0">

<frame name="topmiddle" src="topmiddle.html" marginwidth="0" marginheight="0" scrolling="no" frameborder="no" framespacing="0">

<frame name="topright" src="topright.html" marginwidth="0" marginheight="0" scrolling="no" frameborder="no" framespacing="0">

 

<frame name="middleleft" src="middleleft.html" marginwidth="0" marginheight="0" scrolling="no" frameborder="no" framespacing="0">

<frame name="osc" src="catalog/index.php" marginwidth="0" marginheight="0" scrolling="auto" frameborder="no" framespacing="0">

<frame name="middleright" src="middleright.html" marginwidth="0" marginheight="0" scrolling="no" frameborder="no" framespacing="0">

 

<frame name="bottomleft" src="bottomleft.html" marginwidth="0" marginheight="0" scrolling="no" frameborder="no" framespacing="0">

<frame name="bottommiddle" src="bottommiddle.html" marginwidth="0" marginheight="0" scrolling="no" frameborder="no" framespacing="0">

<frame name="bottomright" src="bottomright.html" marginwidth="0" marginheight="0" scrolling="no" frameborder="no" framespacing="0">

 

</frameset>

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...