Tag Archives: thanx

Need help using Dhtml Menu program

I bought a program through Sothink called DHtml Menus, i don’t completely understand how to use it will anyone here know of an tut. on how you can use it b/c my spouse and i can’t find a single, thanx. I looked with that program when i first started out there but wasnt whatsoever impressed with it to tell the truth. I would just try in search of some free DHTML scripts to tell the truth. Xara give you a DHTML program which i have used, download the cost-free trial of it and test it, worth the cash. www. xara. com There’s no doubt that is the web page address. Sorry if it doesnt assist you to but I wouldnt bother looking to find out. nice, i DL’ed the item nice, thanx for the info! Not a problem, have fun, its a great little piece with kit, easy to use aswell. Would you like anyhelp with it then give us a shout.

Posted in Web Design | Tagged , , , , , , , , , , | Leave a comment

Checking Safari Compatibility in Windows

Hi there. Does anyone know on the solution for tests Safari design compatibility for a Windows based LAPTOP OR COMPUTER (Other than investing in a Mac! ) Many thanx in advance… UTES.

Posted in Web Design | Tagged , , , , , | Leave a comment

Submitting Forms?

We have made a make contact with form in dreamweaver while using the built in tools from it and now I want to sumbit that contents of it to my e-mail. We have used the form submit action to be a ‘POST’ method and also a: mailto: willnarburghmsn. com variety action. But when i preview it, it doesnt send the words to my e-mail How do you get it to work Also, how can one make it to ensure when it is usually submitted to e-mail it is in the using format: Name: name here Tackle: address here e. t. c. Thanx earlier. You are likely best to make use of a php form mailbox. Search google. Don’t I have to know lots of PHP to perform that You can’t use " mailto:… " to be a form action. You’ll want to use a machine side language including PHP or ASP. There’s a tutorial below on making an email form w/ PHP. SO thanx. I still hardly understand it.. PHP IS ACTUALLY TOO COMPLICATED!!!!!!!!!!!! What a helpful comment. Read up on it, get any book, do some excercises. http: //www. w3schools. com/ has a quality tutorials on a number of … Continue reading

Posted in Web Design | Tagged , , , , , , , , , , , , , | Leave a comment

Im new to all this could someone help me?

Concerning gotten to be okay with photoshop and prefer to move onto larger and better such things as building dynamic internet websites and stuff… but i have got absolutley no idea how to start… so i has been just wondering if some you could point me while in the right direction, allow me to get ahold involving any program… i should just know what im planning to need. Just so WE dont sound in order to vague I been aware of CSS, Java, Pen, PHP, XML and most that stuff but i merely dont understand where all of it comes into play while in the web design… im not really sure of what each of those things do or are utilized for. So far i’ve built a web site for myself but it’s basic and is made with only photoshop you can go here at www. defcon-designs. com. thanx before hand for the help! CSS is for page layout and styling. You’ve used some CSS as site of yours when you declare a style within HTML tags. Flash is for animations and great interactivity. It works extremely well for web web-sites, games, or presentations of all kinds. PHP is a … Continue reading

Posted in Web Design | Tagged , , , , , , , , , , , , , , , , , , , | Leave a comment

Resolution of the text

Hi again, Folks! The following is another (probably dumb) just one: is there any route to make the font size affect all resolutions Or do you absolutely have to write in the beginning of your site, " optimized with the resolution" Thanx chuz Designate it in pixels Specifying it in em’s is more preferable. The em measure will depend on the text size on the current resolution, and it is defined as the width of the capital M (this is definitely from ye olde a short time of typography). Great line widths usually are approximately 30em wide. thanks… Is it possible to specify that in Dreamweaver Can you tell me how chuz. Code: … < head> < type type=" text/css" media=" screen" > p font: typical 0. 8em/130% tahoma, verdana, arial, helvetica, sans-serif; < /style> < /head>… This uses the format of: weight, size, foremost, typeface(s). Code: < p> Lorem ipsum dolor take a seat amet, consectetur adipisicing elit. < /p> Try in the Dreamweaver’s code view for a bit. thanx!!! chuz. Trico, if they the leading complete 130% The 130% identifies the line height, and it is defined as the distance concerning the base in the line to the … Continue reading

Posted in Web Design | Tagged , , , , , , , , , , , , , , | Leave a comment

text scrolling in a definite zone

Howdy everyone! I’m buggered by just a problem showing up nearly all time I go into new website: the goal would be to put text which will be scrolled decrease between two county, one up andf the other down the tv screen. For example, I could want my text to appear between Y=250 as well as Y=550, but whether or not scrolled down, who’s deasappears if away from those borders. I could do this using frames I presume, but there needs to be another way, is not there: nervous: Thanx on your help chuz Also you can do it using divs. Create a box with the height of 300, a fixed width and add this specific: overflow=scroll Thanx gentleman! You’re saving my entire life!… or almost I used to be despaired to get answered on this a single… I’m not that acquainted with div’s yet, but I’ll find out. Thanx at any rate! chuz. I am no expert at divs and CSS, but I believe you could develop the style and put it to use to your < td>. Have you any idea how to hyperlink a style metal sheet If yes, put this within your style sheet. If not, … Continue reading

Posted in Web Design | Tagged , , , , , , , , , , , , | Leave a comment

Just want scrollable text in a layer on top of a image in DW MX

Im using DW MX and Concerning a image I edited with all the " map edit" kind feature, then i approved a layer and put it over the desired part, but i cant learn how to have the wording scrollable, and clear to determine the picture beneath it. I just dont know the direction to go. Can someone support me out : inactive: yo MC! concerning done this. concerning used two diverse methods. first is an iframe: in order the code i can send it back rather then junk e-mail the thread having code. the other can be a dhtml scroller you will find at podlob Awesome Ill check that out and determine if I can determine anything. If not Unwell hit you hit for the code. Thanx Elvis! i make use of this free javascript scroller plus it works great: http: //www. softcomplex. com/products/tigra_scroller/ it’s pretty basic to incorporate into HTML when you read the directions thanks david. i simply downloaded it. i favor how it pauses at each picture plus it works fine with safari. thanks for that link. did you look at the one on podlob. com Avoid using iframes!!! With CSS, you can fixed an attribute … Continue reading

Posted in Web Design | Tagged , , , , , , , , , , , , , , , , , , , | Leave a comment

Borders around text?!

I do believe some users have already posted this question but find out how to get borders along with toolbars (the metalic ones) like in skinbase. org (or. com i 4got) Borders are frequently added using cascading down style sheets (CSS) while using border attribute. Instance: Your HTML is: Code: < div class=" WithBorders" > Lots and much text that I’d like to see a border around< /div> And in which case you need the CSS: Code: . WithBorderborder: 1px reliable silver; Post back would you like more help with CSS… are there kinds of borders and what about the tabs The ones on skinbase appearance cooler… how were they done Exactly what is the URL online world. skinbase. org Goodness me I see. If we’re both preaching about the same thing, then the ones you enjoy are done together with images. Take a look at these: http: //www. alistapart. com/articles/customcorners/ http: //www. bigbaer. com/css_tutorials/css. line. image. frame. variations. htm http: //www. alistapart. com/articles/practicalcss/ HTH you’ve gotten 2 broken inbound links, both alistapart. com pleez post back whenever you know the genuine link. Thanx for you help… They may be working here. It’s possible the website had been down briefly. … Continue reading

Posted in Web Design | Tagged , , , , , , , , , , , , , , , , , | Leave a comment

Layout and Linkin

Hey, I Hope somebody can assist me. I am building a web site that I could host off our server. I am the computing degree student and I will be fairly technically good. I can use HTML, Javascript and also Java fairly competantly. I am endeavoring to build a website and We are unsure of will be best approach to have my pages to be able to load on my site. Alot of men and women use layers plus load with php so they really have a subject material section that alters but anything else stays the very same. This is what I’m going for however I dont discover how to go about the item. I have PHP guides and I will be fairly ok together with PHP but I’d personally say that We are a severe novice with PHP. I have a webpage at the moment, I am contemplating starting from the start with my innovative site. My present-day site is http: //www. catch22. my family. uk If the simple truth is I have gone for your effect by disappearing layers with our old site nevertheless it isn’t very cell phone browser friendly. I hope that someone can assist, … Continue reading

Posted in Web Design | Tagged , , , , , , , , , , , , , , , , , , , | Leave a comment
Page 1 of 212