Ask a Question related to Dreamweaver AppDev, Design and Development.
-
sylar47 #1
Repeat Region Question
I have a repeat region section that contains news blips. I would like a
horizonal rule beween them, but NOT the very last one. Is there a way to not
have it appear if it is the last story? I am using ASP....and a mySQL db.
Thanks!
sylar47 Guest
-
Nested Repeat region
Before Upgrading to CS I used to use the Extension from those clever peps at InterAkt to do this but now for some reason its incompatible!!! ... -
Updating Repeat Region
Using PHP I have a dynamic repeat region in Dreamweaver. In each repeat region I have a button that gives the option to update that specific region... -
repeat region
Hi.. I use repeat region to view only 10 records at a time, so how can I have another link that when user click on next it will go to another 10 of... -
Recordset Filter question - Nested repeat region
Hi, I am using Tom Steepers Tutorial to nest a recordset found here.... http://www.dmxzone.com/ShowDetail.asp?NewsId=394 Does anyone know... -
php repeat region
Hey guys, question about PHP, I'm trying to help out a friend but I don't really know anything about php. I'm also pretty amaturish at asp. I... -
elenton #2
Re: Repeat Region Question
are you using a style sheet becasue if you are you could always draw just a top border and have that as the class for your repeat region
elenton Guest
-
sylar47 #3
Re: Repeat Region Question
I have never used a style sheet for that purpose...I'll look into it...
sylar47 Guest
-
elenton #4
Re: Repeat Region Question
heres a few i have used when i have wanted a line in a document. Hope that helps
.border
{
border-style: solid;
border-color: #eaeaea;
border-width:thin;
text-align:left;
color: black;
font-family: Arial, Helvetica, sans-serif;
font-size:12px;
}
.borderends
{
border-style: solid;
border-color: #eaeaea;
border-left:thin;
border-right:thin;
border-top:none;
border-bottom:none;
text-align:left;
color: black;
font-family: Arial, Helvetica, sans-serif;
font-size:12px;
}
.borderleft
{
border-style: solid;
border-color: #eaeaea;
border-left:thin;
border-right:none;
border-top:none;
border-bottom:none;
text-align:left;
color: black;
font-family: Arial, Helvetica, sans-serif;
font-size:12px;
}
.borderright
{
border-style: solid;
border-color: #eaeaea;
border-left:none;
border-right:thin;
border-top:none;
border-bottom:none;
text-align:left;
color: black;
font-family: Arial, Helvetica, sans-serif;
font-size:12px;
}
elenton Guest
-
sylar47 #5
Re: Repeat Region Question
This works...but then I get a rule I don't want at the top. Any other suggestions?
sylar47 Guest
-
elenton #6
Re: Repeat Region Question
no sorry but you might be able to use one of the show if commands that are within dreamweaver.
elenton Guest



Reply With Quote

