Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~4K People Reached
Favorite Forums

5 Posted Topics

Member Avatar for Member #900861

[code] RewriteEngine on RewriteRule ^([a-zA-Z]*)$ Index.php?page=$1 [/code] i think that should do, replace Index.php with your current index page

Member Avatar for arosemena
0
128
Member Avatar for arosemena

im having a layout like this [code=html] <body> <div id="ExternalFrame"><!-- 1 --> <div id="InnerFrame"><!-- 2 --> <div id="TopFrame"><!-- 3 --> <div id="LogoFrame"></div> </div><!--3 topFrame --> <div id="TopFrameIn" class="right"><!-- 4 --> <span class="txt white" style="margin-right:10px;">Welcome Admin</span> </div><!--4 TopFrameIn--> <div id="MainContainer"> <div id="SecondTop"></div> <div id="MainContent" class="fleft"></div> <div id="sideMenu" class="fright"></div> <div id="Foot"></div> </div> …

Member Avatar for arosemena
0
4K
Member Avatar for arosemena

for example, the blogs, how they divide the entries in pages? i have kinda of a idea like if ur on page 2 and ur blog shows 5 post per page the $row=mysql_fetch_assoc would execute 5 times before starting to post, thats the only way i can think about, is …

Member Avatar for Tulsa
0
83
Member Avatar for arosemena

hi, im posting this because i cant find my problem, the thing is that my script works fine on Opera, Firefox, Chrome and Safari but it doesnt work on IE, i have the newest version of IE and have been trying everything please help the page is here (code that …

Member Avatar for arosemena
0
110
Member Avatar for arosemena

i need an absolute div to scroll down as the page does,the div center itself automactly on the browser resize, heres how i have it, [CODE=HTML] <div " id="window1" style=" display:none; position:absolute; left:50%; margin-left:-200px; top:50%; margin-top:-200px; width:400px; height:400px; background-color:#963"></div> [/CODE] the problem is that it doesnt scroll, what can i …

Member Avatar for JugglerDrummer
0
58

The End.