Tag Archives: Css Code

rollover text links – how to?

I have been previously wondering how to set-up those links which you see everywhere — the people that are bold to begin with but then when the mouse rolls around it becomes underscored as well as perhaps another colour. what do i need to do to achieve this thanks on your time! : p. azines. a simple example may be the CNN. com homepage — almost all links for headlines there are what i’m referring to (only backwards w/the underscore disappearing) you’ll want to use CSS:: . yourlink ANY font-family: Verdana; colour: blue; text-decoration: it’s unlikely that any; . yourlink ANY: hover colour: red; text-decoration: underline; Also you can have a stylesheet, this can save you having to key in the css code for each link and have it for the entire page! A good CSS resource is definitely W3Schools. They also provide guides to HTML CODE, Javascript, XML and much more. Just were going to say thanks for all those your guys’ help — They may be I’ve found the proper place to find answers. Have a great day… LANE This can be css code which could go in the head of the page OR for a seperate stylesheet…: … Continue reading

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

I Need a Code

Should anyone know the code to make a background NOT NECESSARILY repeat… the html code http: //www. xamira. net/blind-fate/blindblue/blindblue. html – i’d like this bg Not to ever repeat. feel free to see the source Do not see anything echoing, but this CSS code must do it. Code: body background-repeat: no-repeat; awesome design What fonts did you utilize for the menu And what effects Relating to seen them used on many sites before but not sure what they use for it. many thanks, Daniel Oliver.

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

Table Gap at top and bottom of page

Hi How can i eradicate the small gap inbetween a table along with the top and bottom of the page in dreamweaver when i cant move my own table up to reduce it or resize the actual table, this is actually anyoing cos i want my banner get started on right at the top end of the article. I can comprehend it the way i would like in layers mode but basically do it that way i cant figure out how to make a layer centrally aligned in a very web page. Any help could be great on together problems Kind regards use css Code: system margin: 0px; you are able to use margin-top, margin-left, margin-right, margin-bottom… check www. w3schools. com for more info on css hth Around Dreamweaver, right click the page, simply click Page Properties, subsequently set " Top Margin" to 0.

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

A bar or table entirely across the top of a web page

What’s the best way to create upon bar that goes ENTIRELY through the top of the actual page, as within the following example http: //www. easyeverything. com The page border properties happen to be set to 0, using CSS. Code: < style type=" text/css" > entire body margin: 0px < /style> Is all that’s necessary. Then all you need to do is create any table and spot your content inside, at the top with the page. It is usually done using a 100% width absolutely positioned DIV. Code: < html> < entire body style=" padding: 0px; border: 0px; " > < desk style=" width: 100%; " > < tr> < td> CONTENT< /td> < /tr> < /table> < /body> < /html> Unclear how well that ‘body’ CSS I put hard work, I typically type out HTML PAGE attributes for margins, as well as the above. the trend is to check how he/she should it view source should you best friend! Karinne, you need to ignore my messages so that you can post lol. That’s twice in a row I posted what you need and the code along with a few hours later you say something within the answer. my spouse … Continue reading

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

Stupid Bg Question

Hello there I merely have a easy question to consult, how are that backgrounds that include a gradient created is he / she simply a big image set as being the background would this specific not drastically influence speed! The green during this site for model: http: //www. wcdarchives. com/bluffgear/ I would like to know how when post shrink the window gradient still stays intact is this some kind of html Regards i think he / she just creates and image that’s the size of the sides after which you can puts it during each side with the table in the middle. This is probly how We would do it! I dont think so the reason when you resize the particular window the impression changes cant learn how to word what i am talking about here’s your image http: //www. wcdarchives. com/bluffgear/images/bg. gif check the code to determine what he does with it This is extremely easy to accomplish: just create an image using a gradient of a color within your choice. It only need to be like 10px extensive max, to keep your filesize down, as well as height is just contingent on how gradual you wish the color … Continue reading

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

Black frame around my site, why??

Howdy, We have a problem: You can a black fram all around my website (http: //www. glymes. com) to the screen. It is more striking when I print a hardcopy with the site. How am i allowed to remove this black frame Also, when I print a hardcopy, half of the tables are not printed because they don’t fit on the particular paper. How am i allowed to fix that Thanks earlier, oliver Try taking that border attributes right out the body section of your respective CSS: Code: body font-family: Verdana, Arial, sans-serif; font-size: 12px; font-weight: 500; color=redborder-color: #000000; border-style: solid; /color color: #002868; background-color: #faffff; border: 0px; padding: 0px; .

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

Text issues

ALL RIGHT, attached is a picture of my own site design. I currently get my slices lined up as indicated by red boxes (only a sample with the boundaries of your left and cruise sides, there’s much more slices). I wish my text, on the other hand, lined up as indicated by blue boxes inside those slices. Can i go about looking to use tables inside those cells to line up the text properly, or just slice the positioning to the azure boxes and end up receiving a more complex couple of slices and spacer gifs Furthermore, for some reason while i type in a table cell along with use " enter" to try and do a line break, it seems to skip few lines instead connected with one. How must do a usual paragraph format within a cell I’m guessing you might be using something under the lines of Dreamweaver and also Frontpage. In most WYSIWYG editors, it can be just SHIFT + GET INTO. This creates the < BR> (line break). Apologies, yes Dreamweaver MX Occur guys… gimme a few help here, this is EASY, I know it truly is To atart exercising . room within your boxes, … Continue reading

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

Getting something above a table without moving it?

I am just having trouble together with tables. I wish < center> < h2> < font color=" orange" > Never give this facts out to < i> anyone< /i> < /font> < h2> < /center> being above the touble, though the only way Allow me to see of working is putting the message within the table, which lowers it down. There has to be any way to obtain this where I need it without inserting it within the table so the item won’t move Another problem Now i am having is buying a hyperlink to underline Only if it is appearing hovered over. My best mate gave me this particular CSS code, however it doesn’t work: your: link text-decoration: not one; your: visited text-decoration: not one; your: hover I would like that to position the underline under the hyperlink as the mouse is flying over it, nevertheless that code exclusively seems to once and for good dissable the underline. Any route to fix these issues a: connection, a: visited text-decoration: not one; your: hover text-decoration: underline; Can you article the URL of the page with the table and apple header There’s some things that you simply change in ones code … 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

Scrolling Text With A Static Background

This could be a truly basic question yet… I was only wondering if there seems to be anyway to fixed a background powering a text area/box (ie. a frame) which will stay static whilst text scrolls more than it. If therefore, how With thanks Yep, you need to use the CSS: Code: #divWithBackground background-image: url(‘images/background. png’); background-attachment: unchanging; That must do it Also, let me know should you not know CSS, in which case further explanation is order. With thanks! I know extremely basically what CSS is although not enough to know what exactly you are dealing with. Could you sophisticated… It would end up being really appreciated. With thanks again. Just what exactly his code may is take the particular image at " images/background. png" and puts it because background image around the element named " divWithBackground". The background-attachment aspect makes the image static in order that it won’t move while you scroll the internet page. For scrolling apply: Code: #divWithBackground background-image: url(‘images/background. png’); background-attachment: unchanging; width: 100px; top: 100px; overflow: car; with the following html Code: < div id=" divWithBackground" > < p> sometext< /p> < p> sometext< /p> < p> sometext< /p> < p> sometext< /p> < … Continue reading

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