<% Dim ImgCount, EndCount ImgCount = 1 EndCount = 6 If (Not IsEmpty(Request.QueryString("selection")) AND IsNumeric(Request.QueryString("selection"))) Then ImgCount = Request.QueryString("selection") Else ImgCount = 1 End If If ImgCount = 0 Then ImgCount = 1 Dim PrevLink, NextLink, LinkSeperator If ImgCount > 1 THEN PrevLink = "Prev" Else PrevLink = "" End If If CInt(ImgCount) = CInt(EndCount) THEN NextLink = "" Else NextLink = "Next" End If If PrevLink = "" OR NextLink = "" Then LinkSeperator = "" Else LinkSeperator = " | " End If %> Webstyle 4 : Dividers
 

 

Dividers
 
 

 

 
 

It's often important that even the smallest graphic be part of the co-ordinated whole. Divider graphics are used as rule-offs between sections. Webstyle allows you to create anything from a simple colored lines to more elaborate divider graphics.


Intelligent Divider stretching

It's not good enough to simply enlarge a divider graphic. That stretches both the thickness and length, which will look ugly. Similarly stretching a bitmap will only work for the simplest rectangular line. Webstyle uses the same intelligent scaling it uses for buttons and headings to ensure that you can elongate the divider to any required length without either making the graphic thicker, or affecting the proportions of the end cap designs.